summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2008-07-01 21:31:02 +0200
committerArwed von Merkatz2008-07-01 21:31:02 +0200
commit86be504102222d81fff976e86577b71c5d31137c (patch)
treec25993be41b01b5c0a8ed95e8711b3d63eb74e59
parentc992135d17588b2d26aee5e157160d0790f55726 (diff)
Revert "objc: 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 aa3e922d0cae36fbf552d3b44b51e663d8e6847c.
-rwxr-xr-xgnu/objc/BUILD4
-rw-r--r--gnu/objc/HISTORY5
2 files changed, 0 insertions, 9 deletions
diff --git a/gnu/objc/BUILD b/gnu/objc/BUILD
index db4e8ca1df..b06e6cdcca 100755
--- a/gnu/objc/BUILD
+++ b/gnu/objc/BUILD
@@ -7,10 +7,6 @@ persistent_read gcc GCC_LDFLAGS LDFLAGS &&
sedit "s/lib64/lib/" gcc/config/i386/linux64.h &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- OPTS="--build=x86_64-pc-linux-gnu $OPTS"
-fi &&
-
cd $SOURCE_DIRECTORY.bld &&
$SOURCE_DIRECTORY/configure \
--host=$HOST \
diff --git a/gnu/objc/HISTORY b/gnu/objc/HISTORY
index d9bdf5b994..ea157928f2 100644
--- a/gnu/objc/HISTORY
+++ b/gnu/objc/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