-fpermissive to allow gcc to compile old C++
This commit is contained in:
parent
e68afb01e6
commit
e2f33fe1dd
|
|
@ -19,6 +19,10 @@ SYS_LIBRARIES =
|
|||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
SRCS = mp_type_comp.C mp_types_table.C \
|
||||
frozen.mp_types_lex.C frozen.mp_types_gram.C
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue