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/pgi | |
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/pgi')
-rw-r--r-- | misc/config/cc/pgi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/config/cc/pgi b/misc/config/cc/pgi index 9b5a24611..b67edbcc3 100644 --- a/misc/config/cc/pgi +++ b/misc/config/cc/pgi @@ -26,12 +26,3 @@ athlon -> "-tp k7" pentium4 -> "-tp p6" ia32 -> "-tp px" </mach_opt> - -<arch> -ia32 -</arch> - -<os> -linux -solaris -</os> |