diff options
Diffstat (limited to 'src/build-data')
-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> |