Author: ycwu
Date: 2010-09-28 02:37:42 -0400 (Tue, 28 Sep 2010)
New Revision: 3364

Modified:
   trunk/configure
   trunk/configure.ac
Log:
fixed the bug that libu appear twice in one rule
code review by Sun Chan


Modified: trunk/configure
===================================================================
--- trunk/configure     2010-09-26 02:46:17 UTC (rev 3363)
+++ trunk/configure     2010-09-28 06:37:42 UTC (rev 3364)
@@ -1675,7 +1675,7 @@
 
 
 if test "${BUILD_TARGET}" = "X8664" || test "${BUILD_TARGET}" = "IA32"; then
-  LIBLIST="libopen64rt libacml_mv $LIBLIST libu libinstr2"
+  LIBLIST="libopen64rt libacml_mv $LIBLIST libinstr2"
                                 ac_config_files="$ac_config_files 
osprey/targdir_lib/libopen64rt/Makefile osprey/targdir_lib/libinstr2/Makefile 
osprey/targdir_lib/libacml_mv/Makefile"
 
 fi

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2010-09-26 02:46:17 UTC (rev 3363)
+++ trunk/configure.ac  2010-09-28 06:37:42 UTC (rev 3364)
@@ -388,7 +388,7 @@
 ])
 
 if test "${BUILD_TARGET}" = "X8664" || test "${BUILD_TARGET}" = "IA32"; then
-  LIBLIST="libopen64rt libacml_mv $LIBLIST libu libinstr2"
+  LIBLIST="libopen64rt libacml_mv $LIBLIST libinstr2"
   AC_CONFIG_FILES([
     osprey/targdir_lib/libopen64rt/Makefile
     osprey/targdir_lib/libinstr2/Makefile


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to