diff options
author | Jack Lloyd <[email protected]> | 2017-11-29 11:52:53 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-29 15:22:00 -0500 |
commit | 83f52e906d15cadae8bd491359768ef3ca6bf958 (patch) | |
tree | 026bd647150829f5e7637091cad7a8baa19a732e /src/build-data/cc/gcc.txt | |
parent | 93466a56a4d904445625ea6af0081eb59a181854 (diff) |
Allow overriding ar command
Splits up the ar command and ar options to make this possible.
Removes support for calling `ranlib` after `ar`: testing in #1317
confirms that all platforms we support no longer need it.
See #1237. Also fixes #455
Diffstat (limited to 'src/build-data/cc/gcc.txt')
-rw-r--r-- | src/build-data/cc/gcc.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index 7249fae8e..88e7089ce 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -2,11 +2,6 @@ macro_name GCC binary_name g++ -output_to_option "-o " -add_include_dir_option -I -add_lib_dir_option -L -add_lib_option -l - lang_flags "-std=c++11 -D_REENTRANT" # This should only contain flags which are included in GCC 4.8 @@ -14,8 +9,6 @@ warning_flags "-Wall -Wextra -Wpedantic -Wstrict-aliasing -Wstrict-overflow=5 -W maintainer_warning_flags "-Wold-style-cast -Wsuggest-override -Wshadow -Werror -Wno-error=strict-overflow -Wno-error=deprecated-declarations" -compile_flags "-c" -debug_info_flags "-g" optimization_flags "-O3" size_optimization_flags "-Os" |