-fpermissive to allow GCC to compile old C++

This commit is contained in:
Peter Howkins 2012-04-02 14:56:05 +01:00
parent e7de343555
commit 5c6f7d5317
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ EXTRA_C++OPTIONS = -xF +p +w $(SPRO_V3_OPTIONS)
#endif /* SunArchitecture */
#if defined(LinuxDistribution)
CXXEXTRA_DEFINES = -fpermissive
#endif
HEADERS =
SRCS = \