diff options
author | Jack Lloyd <[email protected]> | 2018-01-07 11:56:58 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-08 16:31:58 -0500 |
commit | 513d19781a558fbd1ff03c7152f61b5e7f294297 (patch) | |
tree | 7e1980980e7fa1eb5a384714c7edb9dbe09ce129 /src/build-data/buildh.in | |
parent | da70e06c13c57245d4e79122e2ccefe08ccfa20d (diff) |
Remove CPU specific optimization flags
These are best left to the user to set via CXXFLAGS or --cc-abi-flags
Add override if arch ends in in {eb, el, be, le} to set the endian.
Avoids an extra file for ppc64le.
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index d4972af15..10b03ca70 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -7,7 +7,7 @@ * * Target * - Compiler: %{cxx} %{cxx_abi_flags} %{cc_lang_flags} %{cc_compile_flags} -* - Arch: %{submodel}/%{arch} +* - Arch: %{arch} * - OS: %{os} */ |