From 22fc0a68463992b5c948073c78a9b22d2306a025 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 17 Sep 2015 13:03:04 +0200 Subject: [PATCH] configure: don't set any arch-specific CFLAGS --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure index f3829b0d..1b936ecf 100755 --- a/configure +++ b/configure @@ -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) -- 2.47.2