diff options
author | lloyd <[email protected]> | 2010-08-09 14:30:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-09 14:30:36 +0000 |
commit | 2bf61fc97ac16b6ae852ad8534c83018d6d17409 (patch) | |
tree | 59e55e67913175a68c2e88f11b20e90d66fa701b /src/build-data | |
parent | 902ba79d07ffd0b71a35ccf780c60f03be3d3e42 (diff) |
Clang supports -march
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/cc/clang.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index 436b887c3..6bd260f73 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -26,6 +26,10 @@ no_debug_flags "-finline-functions" default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" </so_link_flags> +<mach_opt> +amd64 -> "-march=SUBMODEL" +</mach_opt> + <mach_abi_linking> amd64 -> "-m64" mips64 -> "-mabi=64" |