This website works better with JavaScript.
Explore
Help
Sign In
marc
/
crosstool-ng
Watch
1
Star
0
Fork
You've already forked crosstool-ng
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dc01f61898
master
master-next
dev-linux
1.22
1.21
1.20
1.19
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
crosstool-ng-1.24.0
crosstool-ng-1.24.0-rc3
crosstool-ng-1.24.0-rc2
crosstool-ng-1.24.0-rc1
crosstool-ng-1.23.0
crosstool-ng-1.23.0-rc2
crosstool-ng-1.23.0-rc1
crosstool-ng-1.22.0
crosstool-ng-1.21.0
crosstool-ng-1.20.0
crosstool-ng-1.9.3
crosstool-ng-1.9.2
crosstool-ng-1.9.1
crosstool-ng-1.9.0
crosstool-ng-1.8.2
crosstool-ng-1.8.1
crosstool-ng-1.8.0
crosstool-ng-1.7.2
crosstool-ng-1.7.1
crosstool-ng-1.7.0
crosstool-ng-1.6.2
crosstool-ng-1.6.1
crosstool-ng-1.6.0
crosstool-ng-1.5.3
crosstool-ng-1.5.2
crosstool-ng-1.5.1
crosstool-ng-1.5.0
crosstool-ng-1.4.2
crosstool-ng-1.4.1
crosstool-ng-1.4.0
crosstool-ng-1.3.3
crosstool-ng-1.3.2
crosstool-ng-1.3.1
crosstool-ng-1.3.0
crosstool-ng-1.2.5
crosstool-ng-1.2.4
crosstool-ng-1.2.3
crosstool-ng-1.2.2
crosstool-ng-1.2.1
crosstool-ng-1.2.0
crosstool-ng-1.19.0
crosstool-ng-1.18.0
crosstool-ng-1.17.0
crosstool-ng-1.16.0
crosstool-ng-1.15.3
crosstool-ng-1.15.2
crosstool-ng-1.15.1
crosstool-ng-1.15.0
crosstool-ng-1.14.1
crosstool-ng-1.14.0
crosstool-ng-1.13.4
crosstool-ng-1.13.3
crosstool-ng-1.13.2
crosstool-ng-1.13.1
crosstool-ng-1.13.0
crosstool-ng-1.12.4
crosstool-ng-1.12.3
crosstool-ng-1.12.2
crosstool-ng-1.12.1
crosstool-ng-1.12.0
crosstool-ng-1.11.4
crosstool-ng-1.11.3
crosstool-ng-1.11.2
crosstool-ng-1.11.1
crosstool-ng-1.11.0
crosstool-ng-1.10.1
crosstool-ng-1.10.0
crosstool-ng-1.1.3a
crosstool-ng-1.1.3
crosstool-ng-1.1.2
crosstool-ng-1.1.1
crosstool-ng-1.1.0
crosstool-ng-1.0.0
crosstool-ng-0.3.2
crosstool-ng-0.3.1
crosstool-ng-0.3.0
crosstool-ng-0.2.2
crosstool-ng-0.2.1
crosstool-ng-0.2.0
crosstool-ng-0.1.2
crosstool-ng-0.1.1
crosstool-ng-0.1.0
crosstool-ng-0.0.5
crosstool-ng-0.0.4
crosstool-ng-0.0.3
crosstool-ng-0.0.2
crosstool-ng-0.0.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dc01f61898'
${ noResults }
crosstool-ng
/
scripts
/
toolchain-config.in
5 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Save the toolchain configuration to its own file, as an auto-extracting shell script: - get rid of the 'extractconfig' action, it was cumbersome to use, and badly documented, - introduce a skeleton for the config script, - update auto-completion, - document the config script. /trunk/kconfig/kconfig.mk | 9 2 7 0 ++------- /trunk/scripts/crosstool.sh | 6 5 1 0 +++++- /trunk/docs/overview.txt | 21 9 12 0 +++++++++------------ /trunk/tools/toolchain-config.in | 8 8 0 0 ++++++++ /trunk/ct-ng.comp | 2 1 1 0 +- 5 files changed, 25 insertions(+), 21 deletions(-)
15 years ago
#!/bin/sh
scripts: simplify and fix the toolchain config script The script that is installed, and which sole purpose is to dump the .config that was used to build the toolchain, is pure insanity. Let's make it much, much more simpler... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
12 years ago
tail -n+5 "${0}" |bzcat
Save the toolchain configuration to its own file, as an auto-extracting shell script: - get rid of the 'extractconfig' action, it was cumbersome to use, and badly documented, - introduce a skeleton for the config script, - update auto-completion, - document the config script. /trunk/kconfig/kconfig.mk | 9 2 7 0 ++------- /trunk/scripts/crosstool.sh | 6 5 1 0 +++++- /trunk/docs/overview.txt | 21 9 12 0 +++++++++------------ /trunk/tools/toolchain-config.in | 8 8 0 0 ++++++++ /trunk/ct-ng.comp | 2 1 1 0 +- 5 files changed, 25 insertions(+), 21 deletions(-)
15 years ago
exit 0