diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-11-07 08:09:42 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-11-07 08:09:42 +0000 |
commit | f9f70c5ad6115b6b65c8ea18a054a3619f4891e9 (patch) | |
tree | bfa33e26122af9a19bf8c02db102c4458615de48 /docs | |
parent | 15d657ce4e82ba273b27bc154cfdb7bd4bc470d5 (diff) | |
download | crosstool-ng-f9f70c5ad6115b6b65c8ea18a054a3619f4891e9.tar.gz crosstool-ng-f9f70c5ad6115b6b65c8ea18a054a3619f4891e9.tar.bz2 crosstool-ng-f9f70c5ad6115b6b65c8ea18a054a3619f4891e9.zip |
Do not autodetect 64-bit archs, have them tell be 'select'-ing ARCH_64 in the configuration.
/trunk/scripts/crosstool.sh | 12 5 7 0 +++++-------
/trunk/docs/overview.txt | 6 6 0 0 ++++++
/trunk/config/target.in | 4 4 0 0 ++++
/trunk/config/arch/x86_64.in | 1 1 0 0 +
/trunk/config/arch/ia64.in | 1 1 0 0 +
5 files changed, 17 insertions(+), 7 deletions(-)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/overview.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/overview.txt b/docs/overview.txt index 743592ca..92af992a 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -565,12 +565,18 @@ The architecture's ".in" file API: The ARM architecture. + optional: selects adequate associated config options. + Note: 64-bit architectures *shall* select ARCH_64 Eg.: config ARCH_arm select ARCH_SUPPORTS_BOTH_ENDIAN select ARCH_DEFAULT_LE help The ARM architecture. + Eg.: + config ARCH_x86_64 + select ARCH_64 + help + The x86_64 architecture. > other target-specific options, at your discretion. Note however that to avoid name-clashing, such options shall be prefixed with "ARCH_%arch%", |