@@ -58,7 +58,7 @@ LD = ${OBJC} FRAMEWORK_LIBS = ${LIBS} # For 68000, GCC emits calls to helper functions that expect a4 to be set. # Remove this once the library is using -fbaserel. -AMIGA_LIB_CFLAGS += -mcpu=68020 -AMIGA_LIB_LDFLAGS += -mcpu=68020 -nostdlib -lnix +AMIGA_LIB_CFLAGS += -mcpu=68020 -fbaserel +AMIGA_LIB_LDFLAGS += -mcpu=68020 -fbaserel -nostdlib -lnix