mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
pru: Default to pru-, not pru-elf- prefix
The gcc-pru package in BeagleBoard Debian image has been using the "pru-" prefix for a few years now. Let's not add unnecessary confusion for users, and stick to "pru-" cross toolchain prefix. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
This commit is contained in:
parent
94df240f08
commit
6424fb73f0
@ -2,6 +2,7 @@ CT_CONFIG_VERSION="3"
|
||||
CT_ARCH_PRU=y
|
||||
CT_OMIT_TARGET_VENDOR=y
|
||||
# CT_DEMULTILIB is not set
|
||||
CT_TARGET_ALIAS_SED_EXPR="s/pru-elf/pru/"
|
||||
# CT_LIBC_NEWLIB_FVWRITE_IN_STREAMIO is not set
|
||||
# CT_LIBC_NEWLIB_UNBUF_STREAM_OPT is not set
|
||||
# CT_LIBC_NEWLIB_FSEEK_OPTIMIZATION is not set
|
||||
|
Loading…
Reference in New Issue
Block a user