Modify ↓
Opened 6 years ago
Last modified 4 years ago
#11264 new defect
Openwrt-Toolchain-* incorrect naming
| Reported by: | bas@… | Owned by: | developers |
|---|---|---|---|
| Priority: | normal | Milestone: | Barrier Breaker 14.07 |
| Component: | packages | Version: | Trunk |
| Keywords: | Cc: |
Description
target/toolchain/Makefile should read:
TOOLCHAIN_NAME:=OpenWrt-Toolchain-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)-gcc-$(GCCV)$(DIR_SUFFIX)
instead of:
TOOLCHAIN_NAME:=OpenWrt-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX)
So that the Toolchain tarball would be named like:
OpenWrt-Toolchain-xburst-for-Linux-x86_64-gcc-4.6-linaro_uClibc-0.9.33.tar.bz2
instead of
OpenWrt-Toolchain-xburst-for-mipsel-gcc-4.6-linaro_uClibc-0.9.33.tar.bz2
Attachments (1)
Change History (3)
comment:1 Changed 6 years ago by bas@…
comment:2 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.

As suggested by jow, since a toolchain is not bound to a particular target it might also make sense to replace BOARD with ARCH and replace for with on.
So, the following naming convention makes more sense for the toolchain:
OpenWrt-Toolchain-for-mipsel-on-Linux-x86_64-gcc-4.6-linaro_uClibc-0.9.33.tar.bz2
That would be: