You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/06/27 08:45:49 UTC

svn commit: r551075 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/fdlibm/unix/makefile

Author: smishura
Date: Tue Jun 26 23:45:48 2007
New Revision: 551075

URL: http://svn.apache.org/viewvc?view=rev&rev=551075
Log:
Apply patch from HARMONY-4287:
([classlib][build] failures in MathTest and StrictMathTest if classlib is compiled in RELEASE mode)

Modified:
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/fdlibm/unix/makefile

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/fdlibm/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/fdlibm/unix/makefile?view=diff&rev=551075&r1=551074&r2=551075
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/fdlibm/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/fdlibm/unix/makefile Tue Jun 26 23:45:48 2007
@@ -45,7 +45,7 @@
 	$(FDLIBM_DIST)w_scalb.o $(FDLIBM_DIST)w_sinh.o $(FDLIBM_DIST)w_sqrt.o
 
 # OPTS is overriden
-OPTS := -O0 -ffloat-store -fpic
+OPT = -O0 -ffloat-store -fpic
 DEFINES += -D_IEEE_LIBM
 
 LIBNAME = $(LIBPATH)libhyfdlibm.a