Commit c0e4121b authored by Adam Joseph's avatar Adam Joseph
Browse files

libgcc: make needed architecture-specific targets if isM68k

parent 17ce8682
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -88,6 +88,9 @@ in stdenv.mkDerivation (finalAttrs: {
        tm.h \
        options.h \
        insn-constants.h \
  '' + lib.optionalString stdenv.targetPlatform.isM68k ''
        sysroot-suffix.h \
  '' + ''
        insn-modes.h
    )
    mkdir -p "$buildRoot/gcc/include"