]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
configure: don't set any arch-specific CFLAGS
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 17 Sep 2015 11:03:04 +0000 (13:03 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 17 Sep 2015 13:57:48 +0000 (15:57 +0200)
configure

index f3829b0d5db12a971523527fa0a52aa44c8a4eaf..1b936ecf2e4710367b3df2e8949d8f657ef19846 100755 (executable)
--- 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)