aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/cc/ekopath
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/ekopath
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/ekopath')
-rw-r--r--misc/config/cc/ekopath9
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/config/cc/ekopath b/misc/config/cc/ekopath
index abf0b5b1c..f8bd8f2fe 100644
--- a/misc/config/cc/ekopath
+++ b/misc/config/cc/ekopath
@@ -35,12 +35,3 @@ core2duo -> "-mcpu=core"
ia32 -> "-mcpu=anyx86"
amd64 -> "-mcpu=athlon64"
</mach_opt>
-
-<os>
-linux
-</os>
-
-<arch>
-ia32
-amd64
-</arch>