Browse Source

toolchain: removed hard select of glibc

master
Nagy Károly Gábriel 8 years ago
parent
commit
e380393b86
2 changed files with 3 additions and 5 deletions
  1. +1
    -1
      target/toolchain/config.in
  2. +2
    -4
      target/toolchain/pkgsel.d/toolchain-core.all

+ 1
- 1
target/toolchain/config.in

@ -16,7 +16,7 @@
const SDECFG_TRG_TOOLCHAIN ${target:-$SDECFG_TARGET}
for x in OPT=size MULTILIB=0 \
LIBC=glibc INIT=runit \
INIT=runit \
; do
export SDECFGSET_$x

+ 2
- 4
target/toolchain/pkgsel.d/toolchain-core.all

@ -12,7 +12,7 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
X glibc
X gzip
X zlib
X ncurses
X readline
@ -23,11 +23,9 @@ X gcc
#
X linux-header
# needed by glibc
X gzip
# zoneinfo
X tzdata
# we build a qemu image
X squashfs-tools

Loading…
Cancel
Save