mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-16 01:39:45 +00:00
10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
|
# Compute powerpc-specific values
|
||
|
|
||
|
CT_DoArchValues () {
|
||
|
# The architecture part of the tuple:
|
||
|
CT_TARGET_ARCH="${CT_ARCH}"
|
||
|
|
||
|
# The kernel ARCH:
|
||
|
CT_KERNEL_ARCH=powerpc
|
||
|
}
|