patch-2.3.34 linux/arch/sparc/math-emu/Makefile
Next file: linux/arch/sparc/prom/Makefile
Previous file: linux/arch/sparc/lib/Makefile
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Mon Dec 20 14:43:40 1999
-  Orig file: 
v2.3.33/linux/arch/sparc/math-emu/Makefile
-  Orig date: 
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.33/linux/arch/sparc/math-emu/Makefile linux/arch/sparc/math-emu/Makefile
@@ -11,10 +11,10 @@
 O_OBJS   := math.o ashldi3.o
 
 .S.s:
-	$(CPP) -D__ASSEMBLY__ -ansi $< -o $*.s
+	$(CPP) -D__ASSEMBLY__ $(AFLAGS) -ansi $< -o $*.s
 
 .S.o:
-	$(CC) -D__ASSEMBLY__ -ansi -c $< -o $*.o
+	$(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c $< -o $*.o
 
 CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)