aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorSimon Warta <simon@warta.it>2015-06-28 14:41:55 +0200
committerSimon Warta <simon@warta.it>2015-06-28 14:41:55 +0200
commitfc395e8d25ae8bcb6fac0efb907c87c80c9f6683 (patch)
treef741dd1e5760d21a2ea57c0126632f936c2b5360 /src/build-data
parent461fa58bbb57ab52a08fb362fd8bd5758f1dd9de (diff)
Remove compiler settings from compilers that don't support C++11
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/cc/bcc.txt25
-rw-r--r--src/build-data/cc/open64.txt27
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>