mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
libc/uclibc: use CT_ARCH, in place of CT_KERNEL_ARCH
Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
This commit is contained in:
parent
ac46ac3dd5
commit
849713aa43
@ -193,8 +193,8 @@ mungeuClibcConfig() {
|
||||
# firmware builder to strip or not.
|
||||
cat <<-ENDSED
|
||||
s/^(TARGET_.*)=y$/# \\1 is not set/
|
||||
s/^# TARGET_${CT_KERNEL_ARCH} is not set/TARGET_${CT_KERNEL_ARCH}=y/
|
||||
s/^TARGET_ARCH=".*"/TARGET_ARCH="${CT_KERNEL_ARCH}"/
|
||||
s/^# TARGET_${CT_ARCH} is not set/TARGET_${CT_ARCH}=y/
|
||||
s/^TARGET_ARCH=".*"/TARGET_ARCH="${CT_ARCH}"/
|
||||
s/.*(DOSTRIP).*/# \\1 is not set/
|
||||
ENDSED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user