Author: ycwu
Date: 2011-03-06 06:59:41 -0500 (Sun, 06 Mar 2011)
New Revision: 3507
Modified:
trunk/osprey/libu/Makefile.gbase
Log:
fixed the round off issue for file defgu2s.c of libffio.a, this is a
reassociation sensitive file.
review by David Coakley
Modified: trunk/osprey/libu/Makefile.gbase
===================================================================
--- trunk/osprey/libu/Makefile.gbase 2011-03-05 06:19:38 UTC (rev 3506)
+++ trunk/osprey/libu/Makefile.gbase 2011-03-06 11:59:41 UTC (rev 3507)
@@ -358,3 +358,10 @@
./massage > numbers.h
endif
+ifeq ($(BUILD_COMPILER), OSP)
+defgu2s.o defgu2s.pic.o defgu2s.pg.o : CFLAGS += -OPT:ro=1
+endif
+
+ifeq ($(BUILD_COMPILER), SELF)
+defgu2s.o defgu2s.pic.o defgu2s.pg.o : CFLAGS += -OPT:ro=1
+endif
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Open64-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel