uclibc-ng: bump version from 1.0.6 to 1.0.8

2 new architectures were added in between 1.0.6 and 1.0.8 in uClibc-ng,
these are:
 * lm32
 * or1k

Even thought both are not yet supported in OpenWRT it's important to
disable them both in default config file otherwise user prompt will
appear during uClibc configuration asking to select desired
architecture.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Waldemar Brodkorb <wbx@uclibc-ng.org>
Cc: Mathieu Olivari <mathieu@codeaurora.org>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: John Crispin <blogic@openwrt.org>

SVN-Revision: 47356
master
Felix Fietkau 9 years ago
parent 36d3c4bdbf
commit 02df774b52
  1. 2
      toolchain/uClibc/Config.version
  2. 0
      toolchain/uClibc/config-ng-1.0.8/arm
  3. 0
      toolchain/uClibc/config-ng-1.0.8/armeb
  4. 2
      toolchain/uClibc/config-ng-1.0.8/common
  5. 0
      toolchain/uClibc/config-ng-1.0.8/debug
  6. 0
      toolchain/uClibc/config-ng-1.0.8/i386
  7. 0
      toolchain/uClibc/config-ng-1.0.8/i686
  8. 0
      toolchain/uClibc/config-ng-1.0.8/m68k
  9. 0
      toolchain/uClibc/config-ng-1.0.8/mips
  10. 0
      toolchain/uClibc/config-ng-1.0.8/mips64
  11. 0
      toolchain/uClibc/config-ng-1.0.8/mips64.32
  12. 0
      toolchain/uClibc/config-ng-1.0.8/mips64.64
  13. 0
      toolchain/uClibc/config-ng-1.0.8/mips64.n32
  14. 0
      toolchain/uClibc/config-ng-1.0.8/mips64el
  15. 0
      toolchain/uClibc/config-ng-1.0.8/mips64el.32
  16. 0
      toolchain/uClibc/config-ng-1.0.8/mips64el.64
  17. 0
      toolchain/uClibc/config-ng-1.0.8/mips64el.n32
  18. 0
      toolchain/uClibc/config-ng-1.0.8/mipsel
  19. 0
      toolchain/uClibc/config-ng-1.0.8/mipsel.cobalt
  20. 0
      toolchain/uClibc/config-ng-1.0.8/powerpc
  21. 0
      toolchain/uClibc/config-ng-1.0.8/powerpc.e500
  22. 0
      toolchain/uClibc/config-ng-1.0.8/sparc
  23. 0
      toolchain/uClibc/config-ng-1.0.8/sparc.leon
  24. 0
      toolchain/uClibc/config-ng-1.0.8/x86_64

@ -2,7 +2,7 @@ config UCLIBC_VERSION
string
depends on USE_UCLIBC
default "0.9.33.2" if UCLIBC_VERSION_0_9_33
default "1.0.6" if UCLIBC_VERSION_NG
default "1.0.8" if UCLIBC_VERSION_NG
default "0.9.33.2"
config UCLIBC_VERSION_0_9_33

@ -70,12 +70,14 @@ TARGET_SUBARCH=""
# TARGET_i386 is not set
# TARGET_i960 is not set
# TARGET_ia64 is not set
# TARGET_lm32 is not set
# TARGET_m68k is not set
# TARGET_metag is not set
# TARGET_microblaze is not set
# TARGET_mips is not set
# TARGET_nios is not set
# TARGET_nios2 is not set
# TARGET_or1k is not set
# TARGET_powerpc is not set
# TARGET_sh is not set
# TARGET_sh64 is not set
Loading…
Cancel
Save