-fpermissive to allow GCC to compile old C++
This commit is contained in:
parent
e7de343555
commit
5c6f7d5317
|
|
@ -34,6 +34,11 @@ EXTRA_C++OPTIONS = -xF +p +w $(SPRO_V3_OPTIONS)
|
|||
|
||||
#endif /* SunArchitecture */
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
HEADERS =
|
||||
|
||||
SRCS = \
|
||||
|
|
|
|||
Loading…
Reference in New Issue