diff options
author | Simon Warta <[email protected]> | 2015-06-28 14:41:55 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-06-28 14:41:55 +0200 |
commit | fc395e8d25ae8bcb6fac0efb907c87c80c9f6683 (patch) | |
tree | f741dd1e5760d21a2ea57c0126632f936c2b5360 | |
parent | 461fa58bbb57ab52a08fb362fd8bd5758f1dd9de (diff) |
Remove compiler settings from compilers that don't support C++11
-rw-r--r-- | src/build-data/cc/bcc.txt | 25 | ||||
-rw-r--r-- | src/build-data/cc/open64.txt | 27 |
2 files changed, 0 insertions, 52 deletions
diff --git a/src/build-data/cc/bcc.txt b/src/build-data/cc/bcc.txt deleted file mode 100644 index ddb0aa996..000000000 --- a/src/build-data/cc/bcc.txt +++ /dev/null @@ -1,25 +0,0 @@ -macro_name BORLAND - -binary_name bcc32 - -compile_option "-c " -output_to_option "-o" -add_include_dir_option -I -add_lib_dir_option -L -add_lib_option "" - -no_debug_flags "-O2" -debug_flags "" -app_opt_flags "-O2" -lang_flags "" -warning_flags "" - -shared_flags "" - -ar_command lib - -makefile_style nmake - -<mach_abi_linking> -all -> "-tM" -</mach_abi_linking> diff --git a/src/build-data/cc/open64.txt b/src/build-data/cc/open64.txt deleted file mode 100644 index fb520ef20..000000000 --- a/src/build-data/cc/open64.txt +++ /dev/null @@ -1,27 +0,0 @@ -macro_name OPEN64 - -binary_name openCC - -compile_option "-c " -output_to_option "-o " -add_include_dir_option -I -add_lib_dir_option -L -add_lib_option -l - -lib_opt_flags "-O3 -OPT:alias=TYPED" -app_opt_flags "-O3 -OPT:alias=TYPED" -debug_flags "-g3" -no_debug_flags "-fomit-frame-pointer" -shared_flags "-fPIC" -lang_flags "-ansi -LANG:ansi-for-init-scope=ON" -warning_flags "-Wall -W" - -makefile_style gmake - -<so_link_flags> -default -> "$(CXX) -shared -Wl,-soname,$(SONAME)" -</so_link_flags> - -<mach_abi_linking> -x86_64 -> "-m64" -</mach_abi_linking> |