summaryrefslogtreecommitdiffstats
path: root/scripts/settoolchain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/settoolchain.sh')
-rwxr-xr-xscripts/settoolchain.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/settoolchain.sh b/scripts/settoolchain.sh
index 17e9ffcc2..617a25c92 100755
--- a/scripts/settoolchain.sh
+++ b/scripts/settoolchain.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: settoolchain.sh,v 1.8 2003/11/17 03:47:04 mkl Exp $
+# $Id: settoolchain.sh,v 1.9 2004/07/28 01:13:09 rsc Exp $
#
# Copyright (C) 2003 Ixia Communications, by Dan Kegel
#
@@ -85,4 +85,3 @@ yes '' | make oldconfig
NEW_GNU_TARGET=`cat .config | grep PTXCONF_GNU_TARGET | sed 's/.*="//;s/".*//'`
test x$TARGET = x$NEW_GNU_TARGET || abort "make oldconfig mangled the target $TARGET into $NEW_GNU_TARGET; you may need to use a canonical target, or fix config/target.in"
-