summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-09-25 13:16:15 +0100
committerDavid Howells <dhowells@redhat.com>2014-03-26 15:12:04 +0000
commit43cd9a99dfd8aa43e20edf29b566a15eefa8529a (patch)
treea07fca02eda1682beb4a37e5798163cbd8340cbc
parent8db2faa95c0a5b9d0c03be6dc5d6372a4f20d99e (diff)
downloadcross-binutils-43cd9a99dfd8aa43e20edf29b566a15eefa8529a.tar.gz
cross-binutils-43cd9a99dfd8aa43e20edf29b566a15eefa8529a.tar.xz
cross-binutils-43cd9a99dfd8aa43e20edf29b566a15eefa8529a.zip
Set/enable sysroot [BZ 1011412]
Set the sysroot which enables it to be overridden. RH-Bugzilla: 1011412
-rw-r--r--cross-binutils.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/cross-binutils.spec b/cross-binutils.spec
index 7cd0d08..d676b5d 100644
--- a/cross-binutils.spec
+++ b/cross-binutils.spec
@@ -409,6 +409,7 @@ function config_target () {
--program-prefix=$prefix \
--disable-shared \
--disable-install_libbfd \
+ --with-sysroot=/ \
$CARGS \
--with-bugurl=http://bugzilla.redhat.com/bugzilla/
cd ..