mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
bb704f532a
The configure error mentioned in the commits that disable --with-arch/--with-tune when --with-cpu is specified is specific to ARM builds. For other architectures, it makes sense (hey, it even makes sense for ARM - read 'info gcc'! - it is just a shortcoming of ARM build, apparently). Thus, add an arch setting ARCH_EXCLUSIVE_WITH_CPU (currently, set only for ARM) that will trigger current behavior. Permit combinations of --with-arch/cpu/tune for other arches. Signed-off-by: Alexey Neyman <stilor@att.net> |
||
---|---|---|
.. | ||
alpha.in | ||
alpha.in.2 | ||
arm.in | ||
arm.in.2 | ||
avr.in | ||
m68k.in | ||
microblaze.in | ||
mips.in | ||
mips.in.2 | ||
nios2.in | ||
powerpc.in | ||
powerpc.in.2 | ||
s390.in | ||
sh.in | ||
sh.in.2 | ||
sparc.in | ||
x86.in | ||
xtensa.in | ||
xtensa.in.2 |