diff options
author | Dimitar Dimitrov <dimitar@dinux.eu> | 2021-07-22 22:42:03 +0300 |
---|---|---|
committer | Dimitar Dimitrov <dimitar@dinux.eu> | 2021-08-22 18:11:42 +0300 |
commit | 6424fb73f0cf8c779d6dff30ab69fe0bc4a11b9c (patch) | |
tree | 44f3a69491aec07ef82233fef8365c9bdd09a2cf /samples/pru | |
parent | 94df240f083a3652b14b46f4bd9d14416404fd54 (diff) | |
download | crosstool-ng-6424fb73f0cf8c779d6dff30ab69fe0bc4a11b9c.tar.gz crosstool-ng-6424fb73f0cf8c779d6dff30ab69fe0bc4a11b9c.tar.bz2 crosstool-ng-6424fb73f0cf8c779d6dff30ab69fe0bc4a11b9c.zip |
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>
Diffstat (limited to 'samples/pru')
-rw-r--r-- | samples/pru/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/pru/crosstool.config b/samples/pru/crosstool.config index 529ebd9c..2036c30b 100644 --- a/samples/pru/crosstool.config +++ b/samples/pru/crosstool.config @@ -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 |