fixed pasto in in 108b2876; background for the additional $CC test is:

GCC_MAJOR may be set even is $CC not realy gcc (but i.e. clang, which (as
of 3.1) requires an addtional CFLAG to accept the non portable (gnuisms all
over the place; try to cimpile tcc with Sun^HOracle, Intel, Pathscale, ...
compiler) code).
master
Urs Janssen 2013-02-15 13:04:39 +01:00
parent cec76c8b8a
commit bfde339b8c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ VPATH = $(top_srcdir)
CPPFLAGS = -I$(TOP) # for config.h
ifeq (-$(findstring clang,$(CC))-,-gcc-)
ifeq (-$(findstring gcc,$(CC))-,-gcc-)
ifeq (-$(findstring $(GCC_MAJOR),01)-,--)
CFLAGS+=-fno-strict-aliasing
ifeq (-$(findstring $(GCC_MAJOR),23)-,--)