Project

General

Profile

Actions

Bug #1052

closed

master-2013-12-02: configure.ac: GCCisms escaping into the real world

Added by Mark Solaris over 10 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Affected Versions:
Effort:
Difficulty:
Label:

Description

The configure.ac allows GCC specific compiler options to be inflicted on other compilers. They need to be moved back into their gcc test box.

    --- configure.ac.orig   2013-12-03 14:20:10.615669564 +1100
    +++ configure.ac        2013-12-03 14:20:19.308883491 +1100
    @@ -68,10 +68,10 @@
             else
                     CFLAGS="$CFLAGS -W" 
             fi
    +        CFLAGS="$CFLAGS -Wall -fno-strict-aliasing" 
    +        CFLAGS="$CFLAGS -Wno-unused-parameter" 
    +        CFLAGS="$CFLAGS -std=gnu99" 
         fi
    -    CFLAGS="$CFLAGS -Wall -fno-strict-aliasing" 
    -    CFLAGS="$CFLAGS -Wno-unused-parameter" 
    -    CFLAGS="$CFLAGS -std=gnu99" 

         # Checks for programs.
         AC_PROG_AWK
Actions #1

Updated by Andreas Herz over 8 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF