comparison sources/targets/sh4 @ 1823:1d233a893085 draft

Switch sh4 to musl.
author Rob Landley <rob@landley.net>
date Tue, 01 Dec 2015 20:50:53 -0600
parents b89324905ca2
children
comparison
equal deleted inserted replaced
1822:4927c8b8de1b 1823:1d233a893085
12 BINUTILS_FLAGS= 12 BINUTILS_FLAGS=
13 QEMU_TEST=$KARCH 13 QEMU_TEST=$KARCH
14 CROSS_TARGET=sh-superh-linux 14 CROSS_TARGET=sh-superh-linux
15 15
16 CONSOLE="ttySC1 noiotrap" 16 CONSOLE="ttySC1 noiotrap"
17
18 UCLIBC_CONFIG="
19 TARGET_sh=y
20 ARCH_WANTS_LITTLE_ENDIAN=y
21 UCLIBC_HAS_FPU=y
22 "
23 17
24 # This needs some massive cleanup, but part of the problem is arch/sh4/Kconfig forces on EXPERT 18 # This needs some massive cleanup, but part of the problem is arch/sh4/Kconfig forces on EXPERT
25 # which requies re-selecting a bunch of standard features. Apparently sh is not meant to be 19 # which requies re-selecting a bunch of standard features. Apparently sh is not meant to be
26 # used by normal people, it's "special". 20 # used by normal people, it's "special".
27 21