[cross-gcc] Enable sysroot [BZ 1011415]

David Howells dhowells at fedoraproject.org
Fri Mar 28 00:52:47 UTC 2014


commit e50020fdafae7de97756069df9ca96963fe314f2
Author: David Howells <dhowells at redhat.com>
Date:   Thu Mar 27 14:57:55 2014 +0000

    Enable sysroot [BZ 1011415]

 cross-gcc.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index 0684f9c..64c8fef 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -555,6 +555,7 @@ function config_target () {
 	--with-bugurl=http://bugzilla.redhat.com/bugzilla/ \
 	--with-linker-hash-style=gnu \
 	--with-newlib \
+	--with-sysroot=/ \
 	--with-system-libunwind \
 	--with-system-zlib \
 	--without-headers \
@@ -828,6 +829,7 @@ rm -rf %{buildroot}
 %changelog
 * Thu Mar 27 2014 David Howells <dhowells at redhat.com> - 4.8.2-1
 - Rebase on gcc-4.8.2-15
+- Enable sysroot [BZ 1011415].
 
 * Tue Aug 13 2013 David Howells <dhowells at redhat.com> - 4.8.1-5.2
 - Require binutils 2.23.88 or greater for 32-bit HPPA binutils.


More information about the scm-commits mailing list