diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-27 22:25:38 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-27 22:25:38 +0000 |
commit | 2641a444819cf744ecb7f8faf8fe667f95ba4273 (patch) | |
tree | 762840b9b6d5d606d55fcec650ed5a2f82541ddd | |
parent | bfe4dbd83ef09f2871824446ad3a9ab7587e20d8 (diff) | |
download | crosstool-ng-2641a444819cf744ecb7f8faf8fe667f95ba4273.tar.gz crosstool-ng-2641a444819cf744ecb7f8faf8fe667f95ba4273.tar.bz2 crosstool-ng-2641a444819cf744ecb7f8faf8fe667f95ba4273.zip |
Backpot @1279 from /trunk:
- Remove spurious line in gcc script
/branches/1.3/scripts/build/cc/gcc.sh | 1 0 1 0 -
1 file changed, 1 deletion(-)
-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 089a9b91..5c545a66 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 |