summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-11-26 14:57:50 +0000
committerZeev Suraski <zeev@php.net>1999-11-26 14:57:50 +0000
commit957b079232166a642faa3074e1f0faea5f154a75 (patch)
tree47311000cec6195d5f35e765d79c6de4778d4196 /config.guess
parent061cfea2acb887888fc5c2fdefb47458007acbc3 (diff)
downloadphp-git-957b079232166a642faa3074e1f0faea5f154a75.tar.gz
Undo previous bogus commit
Diffstat (limited to 'config.guess')
-rw-r--r--config.guess13
1 files changed, 6 insertions, 7 deletions
diff --git a/config.guess b/config.guess
index a9c6310504..6cb567b8ae 100644
--- a/config.guess
+++ b/config.guess
@@ -618,12 +618,12 @@ EOF
echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
exit 0 ;;
*:Linux:*:*)
-# # uname on the ARM produces all sorts of strangeness, and we need to
-# # filter it out.
-# case "$UNAME_MACHINE" in
-# armv*) UNAME_MACHINE=$UNAME_MACHINE ;;
-# arm* | sa110*) UNAME_MACHINE="arm" ;;
-# esac
+ # uname on the ARM produces all sorts of strangeness, and we need to
+ # filter it out.
+ case "$UNAME_MACHINE" in
+ armv*) UNAME_MACHINE=$UNAME_MACHINE ;;
+ arm* | sa110*) UNAME_MACHINE="arm" ;;
+ esac
# The BFD linker knows what the default object file format is, so
# first see if it will tell us. cd to the root directory to prevent
@@ -641,7 +641,6 @@ EOF
sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
- elf32arm) echo "${UNAME_MACHINE}-unknown-linux-gnu" ; exit 0 ;;
elf32ppc)
# Determine Lib Version
cat >$dummy.c <<EOF