Update to latest 2.19.1 version
PR: ports/133346 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
This commit is contained in:
parent
7bb2b3bca7
commit
4e3010d6b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231556
@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${BINUTILVERSION}
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
COMMENT= GNU Binutils for Windows cross-development
|
||||
|
||||
BINUTILVERSION= 2.18
|
||||
BINUTILVERSION= 2.19.1
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (binutils-2.18.tar.bz2) = 9d22ee4dafa3a194457caf4706f9cf01
|
||||
SHA256 (binutils-2.18.tar.bz2) = 487a33a452f0edcf1f8bb8fc23dff5c7a82edec3f3f8b65632b6c945e961ee9b
|
||||
SIZE (binutils-2.18.tar.bz2) = 14962245
|
||||
MD5 (binutils-2.19.1.tar.bz2) = 09a8c5821a2dfdbb20665bc0bd680791
|
||||
SHA256 (binutils-2.19.1.tar.bz2) = 3e8225b4d7ace0a2039de752e11fd6922d3b89a7259a292c347391c4788739f6
|
||||
SIZE (binutils-2.19.1.tar.bz2) = 16245771
|
||||
|
@ -1,41 +0,0 @@
|
||||
--- ld/genscripts.sh.orig Sun Aug 12 15:00:07 2007
|
||||
+++ ld/genscripts.sh Tue Jan 15 11:04:56 2008
|
||||
@@ -390,30 +390,14 @@
|
||||
*" ${EMULATION_NAME} "*) COMPILE_IN=true;;
|
||||
esac
|
||||
|
||||
-if test -n "${BASH+set}"; then
|
||||
- source_em()
|
||||
- {
|
||||
- local current_script="$em_script"
|
||||
- em_script=$1
|
||||
- . $em_script
|
||||
- em_script=$current_script
|
||||
- }
|
||||
- fragment()
|
||||
- {
|
||||
- local lineno=$[${BASH_LINENO[0]} + 1]
|
||||
- echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\""
|
||||
- cat >> e${EMULATION_NAME}.c
|
||||
- }
|
||||
-else
|
||||
- source_em()
|
||||
- {
|
||||
- . $1
|
||||
- }
|
||||
- fragment()
|
||||
- {
|
||||
- cat >> e${EMULATION_NAME}.c
|
||||
- }
|
||||
-fi
|
||||
+source_em()
|
||||
+{
|
||||
+ . $1
|
||||
+}
|
||||
+fragment()
|
||||
+{
|
||||
+ cat >> e${EMULATION_NAME}.c
|
||||
+}
|
||||
|
||||
# Generate e${EMULATION_NAME}.c.
|
||||
# Start with an empty file, then the sourced .em script
|
@ -18,6 +18,7 @@
|
||||
%%BINUTILS_TARG%%/bin/windmc
|
||||
%%BINUTILS_TARG%%/bin/windres
|
||||
%%BINUTILS_TARG%%/lib/ldscripts/i386pe.x
|
||||
%%BINUTILS_TARG%%/lib/ldscripts/i386pe.xa
|
||||
%%BINUTILS_TARG%%/lib/ldscripts/i386pe.xbn
|
||||
%%BINUTILS_TARG%%/lib/ldscripts/i386pe.xn
|
||||
%%BINUTILS_TARG%%/lib/ldscripts/i386pe.xr
|
||||
|
Loading…
Reference in New Issue
Block a user