diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-21 14:22:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-21 14:22:48 +0000 |
commit | 71ad60592768077c668852a6eefeff61aa000048 (patch) | |
tree | b69ae3ce021712d22b4dc97daf70ea5c6b5c5f8a /arch | |
parent | 9ce3a386434e10dba7afb79d758592f16654daaf (diff) |
Remove comment from the dark ages of 8 meg machines ...
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index d10082bcc..867a70cab 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -84,10 +84,6 @@ CORE_FILES +=arch/mips/math-emu/fpu_emulator.o SUBDIRS +=arch/mips/math-emu endif -# -# The pipe options is bad for my low-mem machine -# Uncomment this if you want this. -# GCCFLAGS += -pipe CFLAGS := -I $(TOPDIR)/include/asm/gcc $(CFLAGS) $(GCCFLAGS) |