[Crosstoolchain-logs] [crosstoolchain] 02/02: Add the WITH_SYSROOT=/ option to the build to make gcc compatible. Either something needs fixing in gcc or this should be a binutils default.
Wookey
wookey at moszumanska.debian.org
Tue Feb 4 18:10:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
wookey pushed a commit to branch master
in repository crosstoolchain.
commit c76f8ffef5d1172847c83f52a130f7938dee0bfa
Author: Wookey <wookey at wookware.org>
Date: Tue Feb 4 18:08:24 2014 +0000
Add the WITH_SYSROOT=/ option to the build to make gcc compatible.
Either something needs fixing in gcc or this should be a binutils default.
---
cross-binutils-0.1/debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cross-binutils-0.1/debian/rules b/cross-binutils-0.1/debian/rules
index 9da8b9d..5b04b1c 100755
--- a/cross-binutils-0.1/debian/rules
+++ b/cross-binutils-0.1/debian/rules
@@ -63,7 +63,7 @@ $(stamp)armel $(stamp)armhf: $(stamp)init
set -e; \
cd binutils-${PKG_VER_BINUTILS}; \
DEB_TARGET_ARCH=$(@F) TARGET=$(@F) dpkg-buildpackage -T control-stamp; \
- DEB_TARGET_ARCH=$(@F) TARGET=$(@F) dpkg-buildpackage -B -uc -us; \
+ WITH_SYSROOT=/ DEB_TARGET_ARCH=$(@F) TARGET=$(@F) dpkg-buildpackage -B -uc -us; \
cd ..; \
touch $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/crosstoolchain.git
More information about the Crosstoolchain-logs
mailing list