diff options
Diffstat (limited to 'src/build-data/cc/open64.txt')
-rw-r--r-- | src/build-data/cc/open64.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/open64.txt b/src/build-data/cc/open64.txt index 34359ef63..52f35a7e8 100644 --- a/src/build-data/cc/open64.txt +++ b/src/build-data/cc/open64.txt @@ -23,5 +23,5 @@ default -> "$(CXX) -shared -Wl,-soname,$(SONAME)" </so_link_flags> <mach_abi_linking> -amd64 -> "-m64" +x86_64 -> "-m64" </mach_abi_linking> |