[csw-devel] SF.net SVN: gar:[15400] csw/mgar/pkg/binutils/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Aug 22 13:58:19 CEST 2011


Revision: 15400
          http://gar.svn.sourceforge.net/gar/?rev=15400&view=rev
Author:   wahwah
Date:     2011-08-22 11:58:19 +0000 (Mon, 22 Aug 2011)

Log Message:
-----------
--enable-targets=all --enable-64-bit-bfd

Modified Paths:
--------------
    csw/mgar/pkg/binutils/trunk/Makefile

Modified: csw/mgar/pkg/binutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/binutils/trunk/Makefile	2011-08-22 07:46:07 UTC (rev 15399)
+++ csw/mgar/pkg/binutils/trunk/Makefile	2011-08-22 11:58:19 UTC (rev 15400)
@@ -21,8 +21,10 @@
 CONFIGURE_ARGS += --program-prefix=g
 # http://sourceware.org/bugzilla/show_bug.cgi?id=12265
 CONFIGURE_ARGS += --disable-werror
-CONFIGURE_ARGS_i386 += --enable-targets=i386-pc-solaris2.10,i686-pc-mingw32
-CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
+# CONFIGURE_ARGS_i386 += --enable-targets=i386-pc-solaris2.10,i686-pc-mingw32
+# CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
+CONFIGURE_ARGS += --enable-targets=all
+CONFIGURE_ARGS += --enable-64-bit-bfd
 
 TEST_TARGET = check
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list