diff options
author | lloyd <[email protected]> | 2008-09-22 17:11:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-22 17:11:33 +0000 |
commit | 199b2ec469bc707a68f1dac19b83623b7a1363a9 (patch) | |
tree | 1a2d54b5254a6571f0c4f793af942c55eaab7d52 /misc/config | |
parent | 4ee23a10cb14a47e693055dc7fee04cf0656f1c0 (diff) |
Add -m64 flag for Sun Forte on amd64
Diffstat (limited to 'misc/config')
-rw-r--r-- | misc/config/cc/sunwspro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/config/cc/sunwspro b/misc/config/cc/sunwspro index 8ac19e80e..e1bc0b26f 100644 --- a/misc/config/cc/sunwspro +++ b/misc/config/cc/sunwspro @@ -43,4 +43,5 @@ sparc64 -> "-xchip=SUBMODEL" sparc64- <mach_abi_linking> sparc64 -> "-xarch=v9" +amd64 -> "-m64" </mach_abi_linking> |