[leaf-commits] src/bering-uclibc4/source/buildenv buildtool.mk, 1.11, 1.12

Andrew <[email protected]> Sun, 12 Dec 2010 13:07:59 +0000
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc4/source/buildenv
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22474

Modified Files:
	buildtool.mk 
Log Message:
Forcing build of binutils (esp. it's libraries like bfd) as 32bit with distro optimizations on 64bit host


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/buildenv/buildtool.mk,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** buildtool.mk	11 Dec 2010 18:54:26 -0000	1.11
--- buildtool.mk	12 Dec 2010 13:07:47 -0000	1.12
***************
*** 161,169 ****
  $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
  	mkdir -p $(BINUTILS_DIR1)
! 	(cd $(BINUTILS_DIR1); CC=$(HOSTCC) \
  		$(BINUTILS_DIR)/configure \
  		--target=$(GNU_TARGET_NAME) \
! 		--host=$(GNU_HOST_NAME) \
! 		--build=$(GNU_HOST_NAME) \
  		--prefix=$(STAGING_DIR) \
  		--exec-prefix=$(STAGING_DIR) \
--- 161,168 ----
  $(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched
  	mkdir -p $(BINUTILS_DIR1)
! 	(cd $(BINUTILS_DIR1); CC=$(HOSTCC) AR=ar CFLAGS="$(BT_COPT_FLAGS) -m32" \
  		$(BINUTILS_DIR)/configure \
  		--target=$(GNU_TARGET_NAME) \
! 		--host=$(GNU_TARGET_NAME) \
  		--prefix=$(STAGING_DIR) \
  		--exec-prefix=$(STAGING_DIR) \
***************
*** 180,183 ****
--- 179,183 ----
  		$(MULTILIB) \
  		--program-prefix=$(GNU_TARGET_NAME)-);
+ #		--build=$(GNU_HOST_NAME) \
  	touch $(BINUTILS_DIR1)/.configured
  
***************
*** 305,309 ****
  		--prefix=$(STAGING_DIR) \
  		--build=$(GNU_HOST_NAME) \
! 		--host=$(GNU_HOST_NAME) \
  		--target=$(GNU_TARGET_NAME) \
  		--exec-prefix=$(STAGING_DIR) \
--- 305,309 ----
  		--prefix=$(STAGING_DIR) \
  		--build=$(GNU_HOST_NAME) \
! 		--host=$(GNU_TARGET_NAME) \
  		--target=$(GNU_TARGET_NAME) \
  		--exec-prefix=$(STAGING_DIR) \


------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev