forked from pool/binutils
This commit is contained in:
parent
15f0bd9314
commit
2e48dcbe05
@ -1,8 +1,8 @@
|
|||||||
Index: gold/configure
|
Index: gold/configure
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gold/configure.orig 2009-11-23 14:02:48.000000000 +0100
|
--- gold/configure.orig 2010-11-23 14:50:32.000000000 +0100
|
||||||
+++ gold/configure 2009-11-23 14:03:09.000000000 +0100
|
+++ gold/configure 2011-01-10 18:04:44.000000000 +0100
|
||||||
@@ -762,6 +762,7 @@ with_sysroot
|
@@ -770,6 +770,7 @@ enable_gold
|
||||||
enable_threads
|
enable_threads
|
||||||
enable_plugins
|
enable_plugins
|
||||||
enable_targets
|
enable_targets
|
||||||
@ -10,7 +10,7 @@ Index: gold/configure
|
|||||||
enable_dependency_tracking
|
enable_dependency_tracking
|
||||||
enable_nls
|
enable_nls
|
||||||
enable_werror
|
enable_werror
|
||||||
@@ -1406,6 +1407,7 @@ Optional Features:
|
@@ -1416,6 +1417,7 @@ Optional Features:
|
||||||
--enable-threads multi-threaded linking
|
--enable-threads multi-threaded linking
|
||||||
--enable-plugins linker plugins
|
--enable-plugins linker plugins
|
||||||
--enable-targets alternative target configurations
|
--enable-targets alternative target configurations
|
||||||
@ -18,7 +18,7 @@ Index: gold/configure
|
|||||||
--disable-dependency-tracking speeds up one-time build
|
--disable-dependency-tracking speeds up one-time build
|
||||||
--enable-dependency-tracking do not reject slow dependency extractors
|
--enable-dependency-tracking do not reject slow dependency extractors
|
||||||
--disable-nls do not use Native Language Support
|
--disable-nls do not use Native Language Support
|
||||||
@@ -3297,9 +3299,29 @@ else
|
@@ -3354,9 +3356,29 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
@ -52,9 +52,9 @@ Index: gold/configure
|
|||||||
canon_targets="$canon_targets $result"
|
canon_targets="$canon_targets $result"
|
||||||
Index: gold/configure.ac
|
Index: gold/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gold/configure.ac.orig 2009-11-23 14:02:48.000000000 +0100
|
--- gold/configure.ac.orig 2010-11-23 14:50:32.000000000 +0100
|
||||||
+++ gold/configure.ac 2009-11-23 14:03:09.000000000 +0100
|
+++ gold/configure.ac 2011-01-10 18:04:44.000000000 +0100
|
||||||
@@ -84,9 +84,26 @@ esac],
|
@@ -117,9 +117,26 @@ esac],
|
||||||
enable_targets=all
|
enable_targets=all
|
||||||
])
|
])
|
||||||
|
|
||||||
@ -85,17 +85,17 @@ Index: gold/configure.ac
|
|||||||
canon_targets="$canon_targets $result"
|
canon_targets="$canon_targets $result"
|
||||||
Index: ld/configure
|
Index: ld/configure
|
||||||
===================================================================
|
===================================================================
|
||||||
--- ld/configure.orig 2009-11-23 14:02:48.000000000 +0100
|
--- ld/configure.orig 2010-11-23 14:50:32.000000000 +0100
|
||||||
+++ ld/configure 2009-11-23 14:03:09.000000000 +0100
|
+++ ld/configure 2011-01-10 18:04:44.000000000 +0100
|
||||||
@@ -1547,6 +1547,7 @@ Optional Features:
|
@@ -1413,6 +1413,7 @@ Optional Features:
|
||||||
--enable-maintainer-mode enable make rules and dependencies not useful
|
--enable-maintainer-mode enable make rules and dependencies not useful
|
||||||
(and sometimes confusing) to the casual installer
|
(and sometimes confusing) to the casual installer
|
||||||
--enable-targets alternative target configurations
|
--enable-targets alternative target configurations
|
||||||
+ --enable-ld-targets alternative target configurations
|
+ --enable-ld-targets alternative target configurations
|
||||||
--enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
|
--enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
|
||||||
|
--enable-gold[=ARG] build gold [ARG={default,yes,no}]
|
||||||
--enable-got=<type> GOT handling scheme (target, single, negative,
|
--enable-got=<type> GOT handling scheme (target, single, negative,
|
||||||
multigot)
|
@@ -13155,7 +13156,7 @@ all_libpath=
|
||||||
@@ -12818,7 +12819,7 @@ all_libpath=
|
|
||||||
|
|
||||||
rm -f tdirs
|
rm -f tdirs
|
||||||
|
|
||||||
@ -106,8 +106,8 @@ Index: ld/configure
|
|||||||
all_targets=true
|
all_targets=true
|
||||||
Index: ld/configure.in
|
Index: ld/configure.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- ld/configure.in.orig 2009-11-23 14:02:48.000000000 +0100
|
--- ld/configure.in.orig 2010-11-23 14:50:32.000000000 +0100
|
||||||
+++ ld/configure.in 2009-11-23 14:03:09.000000000 +0100
|
+++ ld/configure.in 2011-01-10 18:04:44.000000000 +0100
|
||||||
@@ -22,6 +22,14 @@ AC_ARG_ENABLE(targets,
|
@@ -22,6 +22,14 @@ AC_ARG_ENABLE(targets,
|
||||||
no) enable_targets= ;;
|
no) enable_targets= ;;
|
||||||
*) enable_targets=$enableval ;;
|
*) enable_targets=$enableval ;;
|
||||||
@ -123,7 +123,7 @@ Index: ld/configure.in
|
|||||||
AC_ARG_ENABLE(64-bit-bfd,
|
AC_ARG_ENABLE(64-bit-bfd,
|
||||||
[ --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)],
|
[ --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
@@ -190,7 +198,7 @@ dnl not permit literal newlines in an AC
|
@@ -226,7 +234,7 @@ dnl not permit literal newlines in an AC
|
||||||
dnl file.
|
dnl file.
|
||||||
rm -f tdirs
|
rm -f tdirs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user