configure: don't set any arch-specific CFLAGS

This commit is contained in:
Miroslav Lichvar 2015-09-17 13:03:04 +02:00
parent 71e596b443
commit 22fc0a6846

5
configure vendored
View file

@ -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)