diff options
author | Zeev Suraski <zeev@php.net> | 1999-11-26 13:56:33 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-11-26 13:56:33 +0000 |
commit | 061cfea2acb887888fc5c2fdefb47458007acbc3 (patch) | |
tree | eda7d0673bf3dd09e9bb3530347285af0fc88bc3 /config.guess | |
parent | 94b5119898b13184d501add01208fb0494962209 (diff) | |
download | php-git-061cfea2acb887888fc5c2fdefb47458007acbc3.tar.gz |
*** empty log message ***
Diffstat (limited to 'config.guess')
-rw-r--r-- | config.guess | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config.guess b/config.guess index 6cb567b8ae..a9c6310504 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,6 +641,7 @@ 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 |