diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-03 20:53:19 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-03 20:53:19 +0000 |
commit | 25dcd46fc90beaaa0e6dd0f874525f4b8bdaf239 (patch) | |
tree | 4455aca7df89953842c7b2e1b00bb1546c203c9a /scripts/build/cc | |
parent | 85ae08bbfeb53a4f9f17120ccb43695cfda45f1a (diff) | |
download | crosstool-ng-25dcd46fc90beaaa0e6dd0f874525f4b8bdaf239.tar.gz crosstool-ng-25dcd46fc90beaaa0e6dd0f874525f4b8bdaf239.tar.bz2 crosstool-ng-25dcd46fc90beaaa0e6dd0f874525f4b8bdaf239.zip |
Remove spurious line in gcc script (probably a bad copy-paste with the mouse...).
/trunk/scripts/build/cc/gcc.sh | 1 0 1 0 -
1 file changed, 1 deletion(-)
Diffstat (limited to 'scripts/build/cc')
-rw-r--r-- | scripts/build/cc/gcc.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh index 09556c17..5f8ad551 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -1,5 +1,4 @@ # This file adds the function to build the gcc C compiler - ${extra_config} \ # Copyright 2007 Yann E. MORIN # Licensed under the GPL v2. See COPYING in the root of this package |