diff options
author | Jack Lloyd <[email protected]> | 2017-12-01 00:19:58 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-01 04:22:28 -0500 |
commit | 7e5ce9d4df54da881417bdbf2b9c4329081f10f6 (patch) | |
tree | bdab5c0c41909cefb0af8eb87420d85c33eeba7b /src/build-data/cc/hpcc.txt | |
parent | a201a07ea17b003bd0b373eadbfbc7711610505e (diff) |
Merge the gnumake and nmake makefiles
Diffstat (limited to 'src/build-data/cc/hpcc.txt')
-rw-r--r-- | src/build-data/cc/hpcc.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/build-data/cc/hpcc.txt b/src/build-data/cc/hpcc.txt index aa305bf82..cbe50c37d 100644 --- a/src/build-data/cc/hpcc.txt +++ b/src/build-data/cc/hpcc.txt @@ -7,8 +7,6 @@ optimization_flags "+O2" warning_flags "+w" shared_flags "+Z" -makefile_style gmake - <mach_abi_linking> hppa1.0 -> "+DAportable" hppa1.1 -> "+DA1.1" @@ -16,5 +14,5 @@ hppa2.0 -> "+DA2.0W" </mach_abi_linking> <so_link_commands> -default -> "$(CXX) +Z -b -Wl,+h,$(SONAME_ABI)" # Documented in cc(1), but not CC(1) (?) +default -> "$(CXX) +Z -b -Wl,+h,{soname_abi}" # Documented in cc(1), but not CC(1) (?) </so_link_commands> |