Message ID | 20090514031235.GA4178@luminet.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- arch/m68k/Makefile.old 2009-05-13 21:58:28.000000000 -0500 +++ arch/m68k/Makefile 2009-05-09 11:16:39.000000000 -0500 @@ -33,7 +33,9 @@ CHECKFLAGS += -D__mc68000__ # without -fno-strength-reduce the 53c7xx.c driver fails ;-( -KBUILD_CFLAGS += -pipe -fno-strength-reduce -ffixed-a2 +# delete -pipe to save RAM / minimize swap during compile +# original: KBUILD_CFLAGS += -pipe -fno-strength-reduce -ffixed-a2 +KBUILD_CFLAGS += -fno-strength-reduce -ffixed-a2 # enable processor switch if compiled only for a single cpu ifndef CONFIG_M68020