aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/cc/pgi
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-10-21 02:13:09 +0000
committerlloyd <[email protected]>2007-10-21 02:13:09 +0000
commitb9f4051e2b6561c7af32b95872d337452da4ac2f (patch)
tree53cac3f3361064bc60621195f90eff531e556031 /misc/config/cc/pgi
parent88ca120bf1907ff48074e960919a736efc9de065 (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/pgi9
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>