0d16653
Index: nsprpub/pr/src/misc/Makefile.in
0d16653
===================================================================
0d16653
RCS file: /cvsroot/mozilla/nsprpub/pr/src/misc/Makefile.in,v
0d16653
retrieving revision 1.15.2.2
0d16653
diff -u -r1.15.2.2 Makefile.in
0d16653
--- nsprpub/pr/src/misc/Makefile.in	6 Jun 2003 03:09:17 -0000	1.15.2.2
0d16653
+++ nsprpub/pr/src/misc/Makefile.in	19 Nov 2004 00:58:35 -0000
0d16653
@@ -82,6 +82,14 @@
0d16653
 
0d16653
 include $(topsrcdir)/config/rules.mk
0d16653
 
0d16653
+NONOPT_CFLAGS=$(filter-out -O%, $(CFLAGS))
0d16653
+
0d16653
+ifeq ($(OS_ARCH),Linux)
0d16653
+$(OBJDIR)/prdtoa.$(OBJ_SUFFIX): prdtoa.c
0d16653
+	@$(MAKE_OBJDIR)
0d16653
+	$(CC) -o $@ -c $(NONOPT_CFLAGS) -ffloat-store $<
0d16653
+endif
0d16653
+
0d16653
 # Prevent floating point errors caused by MSVC 6.0 Processor Pack
0d16653
 # optimizations (bug 207421).  This disables optimizations that
0d16653
 # could change the precision of floating-point calculations for