summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2008-08-06 17:56:10 +0200
committerArwed von Merkatz2008-08-06 17:56:10 +0200
commit19f606cf7d8b991a7f588b9ee118d9bd60c932e8 (patch)
tree73932f4f215781e63a90586145e45005112fd03e
parentf0eb68985c6d04b3741f5c4cf3d3c60a0edbec50 (diff)
Revert "gcj: 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 5fdd62a9dd87c6ae6291d512bf6454111770051f.
-rwxr-xr-xgnu/gcj/BUILD4
-rw-r--r--gnu/gcj/HISTORY5
2 files changed, 0 insertions, 9 deletions
diff --git a/gnu/gcj/BUILD b/gnu/gcj/BUILD
index 1af3ceda07..47642dbd94 100755
--- a/gnu/gcj/BUILD
+++ b/gnu/gcj/BUILD
@@ -10,10 +10,6 @@ if [ "$GCJ_AWT" = "y" ]; then
CFLAGS="$CFLAGS -I${INSTALL_ROOT}/usr/include/freetype2"
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 &&
cd $SOURCE_DIRECTORY.bld &&
diff --git a/gnu/gcj/HISTORY b/gnu/gcj/HISTORY
index 5312255204..68e88109cb 100644
--- a/gnu/gcj/HISTORY
+++ b/gnu/gcj/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