Revision: 7777
http://sourceforge.net/p/ipcop/svn/7777
Author: owes
Date: 2015-01-06 15:10:17 +0000 (Tue, 06 Jan 2015)
Log Message:
-----------
Try building newer toolchain with binutils
Modified Paths:
--------------
ipcop/branches/toolchain/lfs/binutils
Modified: ipcop/branches/toolchain/lfs/binutils
===================================================================
--- ipcop/branches/toolchain/lfs/binutils 2015-01-06 14:53:55 UTC (rev 7776)
+++ ipcop/branches/toolchain/lfs/binutils 2015-01-06 15:10:17 UTC (rev 7777)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = binutils
-VER = 2.22
+VER = 2.25
HOST_ARCH = all
OTHER_SRC = yes
@@ -48,11 +48,11 @@
LDFLAGS =
ifeq "$(STAGE)" "toolchain"
- TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)-pass$(PASS)
+ TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)-pass$(PASS)
endif
ifeq "$(STAGE)" "base"
- TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+ TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
endif
@@ -62,9 +62,9 @@
objects = $(DL_FILE)
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ee0f10756c84979622b992a4a61ea3f5
+$(DL_FILE)_MD5 = d9f3303f802a5b6b0bb73a335ab89d66
install : $(TARGET)
@@ -116,9 +116,9 @@
ifeq "$(PASS)" "1"
cd $(DIR_SRC)/binutils-build && \
../$(THISAPP)/configure \
- --prefix=/$(TOOLS_DIR) \
- --target=$(LFS_TGT) \
- --disable-nls \
+ --prefix=/$(TOOLS_DIR) --with-lib-path=/$(TOOLS_DIR)/lib \
+ --target=$(LFS_TGT) \
+ --disable-nls --disable-multilib --disable-static \
--disable-werror
cd $(DIR_SRC)/binutils-build && make -j $(PARALLELISM)
cd $(DIR_SRC)/binutils-build && make install
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|