1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

-fpermissive to allow gcc to compile old C++

This commit is contained in:
Peter Howkins 2012-03-12 00:27:41 +00:00
parent e68afb01e6
commit e2f33fe1dd

View file

@ -19,6 +19,10 @@ SYS_LIBRARIES =
EXTRA_LIBRARIES = TtClientExtraLibs EXTRA_LIBRARIES = TtClientExtraLibs
#endif #endif
#if defined(LinuxDistribution)
CXXEXTRA_DEFINES = -fpermissive
#endif
SRCS = mp_type_comp.C mp_types_table.C \ SRCS = mp_type_comp.C mp_types_table.C \
frozen.mp_types_lex.C frozen.mp_types_gram.C frozen.mp_types_lex.C frozen.mp_types_gram.C