mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
linux.cf: Remove permissive flag
This commit is contained in:
parent
c2cabbfa8b
commit
63269240eb
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||
|
||||
#define UseInstalledX11 YES
|
||||
|
||||
#define BuildLibPathVar LD_LIBRARY_PATH
|
||||
#define BuildLibPathVar LD_LIBRARY_PATH
|
||||
#define HasGcc YES
|
||||
#define HasGcc2 YES
|
||||
#define HasGcc2ForCplusplus YES
|
||||
|
@ -112,7 +112,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||
#define SetTtyGroup YES
|
||||
|
||||
#define CcCmd gcc -g -pipe
|
||||
#define CplusplusCmd g++ -g -pipe -fpermissive
|
||||
#define CplusplusCmd g++ -g -pipe
|
||||
#define AsCmd as
|
||||
#define LdCmd ld
|
||||
|
||||
|
|
Loading…
Reference in a new issue