Magellan Linux

Contents of /trunk/mozilla-firefox/patches/mozilla-firefox-1.0.7-prdtoa.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 466 byte(s)
-import

1 --- mozilla/nsprpub/pr/src/misc/Makefile.in.foo Wed Jun 11 15:42:57 2003
2 +++ mozilla/nsprpub/pr/src/misc/Makefile.in Wed Jun 11 15:42:49 2003
3 @@ -82,6 +82,14 @@
4
5 include $(topsrcdir)/config/rules.mk
6
7 +NONOPT_CFLAGS=$(filter-out -O%, $(CFLAGS))
8 +
9 +ifeq ($(OS_ARCH),Linux)
10 +$(OBJDIR)/prdtoa.$(OBJ_SUFFIX): prdtoa.c
11 + @$(MAKE_OBJDIR)
12 + $(CC) -o $@ -c $(NONOPT_CFLAGS) -ffloat-store $<
13 +endif
14 +
15 #
16 # Generate prerr.h, prerr.c, and prerr.properties from prerr.et.
17 #