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