diff options
author | lloyd <[email protected]> | 2007-10-21 02:13:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-21 02:13:09 +0000 |
commit | b9f4051e2b6561c7af32b95872d337452da4ac2f (patch) | |
tree | 53cac3f3361064bc60621195f90eff531e556031 /misc/config/cc/sunwspro | |
parent | 88ca120bf1907ff48074e960919a736efc9de065 (diff) |
Remove the checks that the compiler specified works on the given OS/CPU.
All too often this information gets out of of date, so trust the user is
specifying something that makes sense if they use --cc, --cpu, or --os.
Diffstat (limited to 'misc/config/cc/sunwspro')
-rw-r--r-- | misc/config/cc/sunwspro | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/config/cc/sunwspro b/misc/config/cc/sunwspro index 179b06408..842df153f 100644 --- a/misc/config/cc/sunwspro +++ b/misc/config/cc/sunwspro @@ -41,13 +41,3 @@ sparc64 -> "-xchip=SUBMODEL" sparc64- <mach_abi_linking> sparc64 -> "-xarch=v9" </mach_abi_linking> - -<arch> -ia32 -sparc32 -sparc64 -</arch> - -<os> -solaris -</os> |