configure: don't set any arch-specific CFLAGS
This commit is contained in:
parent
71e596b443
commit
22fc0a6846
1 changed files with 0 additions and 5 deletions
5
configure
vendored
5
configure
vendored
|
@ -386,11 +386,6 @@ case $OPERATINGSYSTEM in
|
|||
try_phc=1
|
||||
add_def LINUX
|
||||
echo "Configuring for " $SYSTEM
|
||||
if [ "${MACHINE}" = "alpha" ]; then
|
||||
echo "Enabling -mieee"
|
||||
# FIXME: Should really test for GCC
|
||||
MYCFLAGS="$MYCFLAGS -mieee"
|
||||
fi
|
||||
;;
|
||||
|
||||
FreeBSD)
|
||||
|
|
Loading…
Reference in a new issue