mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
13 lines
246 B
Bash
13 lines
246 B
Bash
|
# Compute NIOS2-specific values
|
||
|
|
||
|
CT_DoArchTupleValues() {
|
||
|
# gcc ./configure flags
|
||
|
CT_ARCH_WITH_ARCH=
|
||
|
CT_ARCH_WITH_ABI=
|
||
|
CT_ARCH_WITH_CPU=
|
||
|
CT_ARCH_WITH_TUNE=
|
||
|
CT_ARCH_WITH_FPU=
|
||
|
CT_ARCH_WITH_FLOAT=
|
||
|
CT_TARGET_SYS=elf
|
||
|
}
|