summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-07 10:06:48 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-07 10:06:48 (GMT)
commitcf9b391b40a9c59a620c8093d438370381949c60 (patch)
tree87ccfef1ad6729969b943d416774b131ab62dc1e /autoconf
parente68d7618744888d772e90068e395691a917c5e88 (diff)
downloadswift-cf9b391b40a9c59a620c8093d438370381949c60.zip
swift-cf9b391b40a9c59a620c8093d438370381949c60.tar.bz2
Remove cccl workaround for clashing 'link' commands.
QMake makefiles have the same problem, so we need a better solution.
Diffstat (limited to 'autoconf')
-rwxr-xr-xautoconf/cccl4
1 files changed, 0 insertions, 4 deletions
diff --git a/autoconf/cccl b/autoconf/cccl
index 86eda96..8cb2866 100755
--- a/autoconf/cccl
+++ b/autoconf/cccl
@@ -33,10 +33,6 @@ EOF
exit $1
}
-# Put /usr/bin last in the path, to avoid clashes with MSVC's link
-# Ugly workaround, but should work
-PATH=`echo $PATH | sed -e "s#/usr/bin:##" | sed -e "s#/bin:##"`:/usr/bin
-
case $MACHTYPE in
*-msys)
slash="//"