Work around stupid GCC 3.4.x+ killing generated parsers.
This commit is contained in:
@@ -232,7 +232,7 @@ endif
|
|||||||
%${OE}: %.psr
|
%${OE}: %.psr
|
||||||
${PSR} -D${OS} temppsr.c $<
|
${PSR} -D${OS} temppsr.c $<
|
||||||
ifneq (${ENV},msvc)
|
ifneq (${ENV},msvc)
|
||||||
${CC} ${COPT} ${CFLAGS} -o $@ -c temppsr.c
|
${CC} -o $@ -c temppsr.c
|
||||||
else
|
else
|
||||||
cl /Ox /G6 /c /EHsc /D__WIN32__ /Fo$@ temppsr.c
|
cl /Ox /G6 /c /EHsc /D__WIN32__ /Fo$@ temppsr.c
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user