mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
binutils: update to 2.24
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -47,12 +47,12 @@
|
||||
#usr/lib/ldscripts/armelfb_linux_eabi.xsw
|
||||
#usr/lib/ldscripts/armelfb_linux_eabi.xu
|
||||
#usr/lib/ldscripts/armelfb_linux_eabi.xw
|
||||
usr/lib/libbfd-2.22.so
|
||||
usr/lib/libbfd-2.24.so
|
||||
#usr/lib/libbfd.a
|
||||
#usr/lib/libbfd.la
|
||||
#usr/lib/libbfd.so
|
||||
#usr/lib/libiberty.a
|
||||
usr/lib/libopcodes-2.22.so
|
||||
usr/lib/libopcodes-2.24.so
|
||||
#usr/lib/libopcodes.a
|
||||
#usr/lib/libopcodes.la
|
||||
#usr/lib/libopcodes.so
|
||||
|
||||
@@ -91,12 +91,12 @@
|
||||
#usr/lib/ldscripts/i386linux.xn
|
||||
#usr/lib/ldscripts/i386linux.xr
|
||||
#usr/lib/ldscripts/i386linux.xu
|
||||
usr/lib/libbfd-2.22.so
|
||||
usr/lib/libbfd-2.24.so
|
||||
#usr/lib/libbfd.a
|
||||
#usr/lib/libbfd.la
|
||||
#usr/lib/libbfd.so
|
||||
#usr/lib/libiberty.a
|
||||
usr/lib/libopcodes-2.22.so
|
||||
usr/lib/libopcodes-2.24.so
|
||||
#usr/lib/libopcodes.a
|
||||
#usr/lib/libopcodes.la
|
||||
#usr/lib/libopcodes.so
|
||||
|
||||
@@ -91,12 +91,12 @@
|
||||
#usr/lib/ldscripts/i386linux.xn
|
||||
#usr/lib/ldscripts/i386linux.xr
|
||||
#usr/lib/ldscripts/i386linux.xu
|
||||
#usr/lib/libbfd-2.22.so
|
||||
#usr/lib/libbfd-2.24.so
|
||||
#usr/lib/libbfd.a
|
||||
#usr/lib/libbfd.la
|
||||
#usr/lib/libbfd.so
|
||||
#usr/lib/libiberty.a
|
||||
#usr/lib/libopcodes-2.22.so
|
||||
#usr/lib/libopcodes-2.24.so
|
||||
#usr/lib/libopcodes.a
|
||||
#usr/lib/libopcodes.la
|
||||
#usr/lib/libopcodes.so
|
||||
|
||||
18
lfs/binutils
18
lfs/binutils
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.22
|
||||
VER = 2.24
|
||||
|
||||
THISAPP = binutils-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -38,7 +38,8 @@ ifeq "$(ROOT)" ""
|
||||
EXTRA_CONFIG = \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--disable-werror
|
||||
EXTRA_MAKE = tooldir=/usr
|
||||
EXTRA_INSTALL = tooldir=/usr
|
||||
else
|
||||
@@ -49,6 +50,8 @@ ifeq "$(PASS)" "1"
|
||||
EXTRA_CONFIG = \
|
||||
--target=$(CROSSTARGET) \
|
||||
--prefix=/tools \
|
||||
--with-sysroot=$(ROOT) \
|
||||
--with-lib-path=/tools/lib \
|
||||
--disable-nls \
|
||||
--disable-werror
|
||||
EXTRA_MAKE =
|
||||
@@ -64,7 +67,8 @@ else
|
||||
--build=$(BUILDTARGET) \
|
||||
--prefix=/tools \
|
||||
--with-lib-path=/tools/lib \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--disable-werror
|
||||
EXTRA_MAKE =
|
||||
EXTRA_INSTALL =
|
||||
endif
|
||||
@@ -87,7 +91,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = ee0f10756c84979622b992a4a61ea3f5
|
||||
$(DL_FILE)_MD5 = e0f71a7b2ddab0f8612336ac81d9636b
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -117,11 +121,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) $(DIR_SRC)/binutils-build && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/binutils-2.22-pt-pax-flags-20111121.patch
|
||||
|
||||
# texinfo 5 syntax-fix.
|
||||
cd $(DIR_APP) && sed -i -e "s/@colophon/@@colophon/" \
|
||||
-e "s/doc@cygnus/doc@@cygnus/" bfd/doc/bfd.texinfo
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/binutils-2.24-pt-pax-flags-20131231.patch
|
||||
|
||||
@mkdir $(DIR_SRC)/binutils-build
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1030
src/patches/binutils-2.24-pt-pax-flags-20131231.patch
Normal file
1030
src/patches/binutils-2.24-pt-pax-flags-20131231.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user