summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2008-05-29 19:40:01 +0200
committerArwed von Merkatz2008-05-29 19:40:01 +0200
commitf39f3cc85f99b343080fbb41a1d2efec3d0b4f68 (patch)
treea4dc94b49b06a157c5dfcf49f51175e732cac1d1
parentbf9305836fc52e65a188b844cc64306e5050e1e7 (diff)
Revert "g++: x86_64 build fix, otherwise tries to compile as x86_64-unknown-linux-gnu instead of x86_64-pc-linux-gnu and breaks"
This reverts commit 2cb501124b175aca726b60bdb56b1f4fc321722f.
-rwxr-xr-xgnu/g++/BUILD4
-rw-r--r--gnu/g++/HISTORY5
2 files changed, 0 insertions, 9 deletions
diff --git a/gnu/g++/BUILD b/gnu/g++/BUILD
index 9c985892f9..993e5f87aa 100755
--- a/gnu/g++/BUILD
+++ b/gnu/g++/BUILD
@@ -11,10 +11,6 @@ if [[ "$ARCHITECTURE" == "pentium4" ||
CXXFLAGS=${CXXFLAGS//-ffast-math/}
fi &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- OPTS="--build=x86_64-pc-linux-gnu $OPTS"
-fi &&
-
sedit "s/lib64/lib/" gcc/config/i386/linux64.h &&
if [[ "$GCC_NOLIB64" == 'y' ]]; then
diff --git a/gnu/g++/HISTORY b/gnu/g++/HISTORY
index 574e463c7c..59c341196a 100644
--- a/gnu/g++/HISTORY
+++ b/gnu/g++/HISTORY
@@ -1,11 +1,6 @@
2008-03-15 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 4.3.0
* DEPENDS: Depends on gmp and mpfr
- * BUILD: Pass --build=x86_64-pc-linux-gnu for x86_64, only way I found
- to get around this warning:
- configure: WARNING: If you wanted to set the --build type, don't use
- --host. If a cross compiler is detected then cross compile mode will
- be used.
2008-02-05 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 4.2.3