From fc395e8d25ae8bcb6fac0efb907c87c80c9f6683 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sun, 28 Jun 2015 14:41:55 +0200 Subject: Remove compiler settings from compilers that don't support C++11 --- src/build-data/cc/bcc.txt | 25 ------------------------- src/build-data/cc/open64.txt | 27 --------------------------- 2 files changed, 52 deletions(-) delete mode 100644 src/build-data/cc/bcc.txt delete mode 100644 src/build-data/cc/open64.txt (limited to 'src/build-data') 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 - - -all -> "-tM" - 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 - - -default -> "$(CXX) -shared -Wl,-soname,$(SONAME)" - - - -x86_64 -> "-m64" - -- cgit v1.2.3