patch-2.3.34 linux/arch/i386/math-emu/Makefile
Next file: linux/arch/m68k/fpsp040/Makefile
Previous file: linux/arch/i386/kernel/vm86.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Dec 20 14:43:39 1999
- Orig file:
v2.3.33/linux/arch/i386/math-emu/Makefile
- Orig date:
Tue Dec 9 17:57:09 1997
diff -u --recursive --new-file v2.3.33/linux/arch/i386/math-emu/Makefile linux/arch/i386/math-emu/Makefile
@@ -10,7 +10,7 @@
CFLAGS := $(CFLAGS) $(PARANOID) $(DEBUG) -fno-builtin $(MATH_EMULATION)
.S.o:
- $(CC) -D__ASSEMBLY__ $(PARANOID) -c $<
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) $(PARANOID) -c $<
# From 'C' language sources:
C_OBJS =fpu_entry.o errors.o \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)