Add -fpermissive to linux standard c++ option define in linux.cf
Remove from individual Imakefiles. Also, remove '#if 0' block in linux.cf, and remove empty LinuxMachineDefines. This should be working correctly. If not, let me know.
This commit is contained in:
@@ -92,7 +92,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
||||
#define LdCmd ld -m elf_i386
|
||||
#else
|
||||
#define CcCmd gcc
|
||||
#define CplusplusCmd g++
|
||||
#define CplusplusCmd g++
|
||||
#define AsCmd as
|
||||
#define LdCmd ld
|
||||
#endif
|
||||
@@ -151,9 +151,9 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LinuxMachineDefines
|
||||
XCOMM This is needed for CDE currently
|
||||
#define CplusplusStandardDefines StandardDefines -fpermissive
|
||||
|
||||
#if 0
|
||||
#ifdef i386Architecture
|
||||
#define OptimizedCDebugFlags DefaultGcc2i386Opt
|
||||
#define LinuxMachineDefines -D__i386__
|
||||
@@ -179,7 +179,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
||||
#define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET
|
||||
#define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
|
||||
#endif /* Mc68020Architecture */
|
||||
#endif /* 0 */
|
||||
|
||||
#define StandardDefines -Dlinux LinuxMachineDefines LinuxSourceDefines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user