Skip to content
Snippets Groups Projects
Commit bd1c1ebd authored by Jon Mason's avatar Jon Mason Committed by Naveen Saini
Browse files

qemu-nios2: use glibc


newlib fails to compile for nios2 architecture.  Work around this by
using glibc instead.

Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
Signed-off-by: default avatarNaveen Saini <naveen.kumar.saini@intel.com>
parent 82fc12d3
No related branches found
No related tags found
No related merge requests found
......@@ -14,3 +14,5 @@ QB_OPT_APPEND = "-nographic"
QB_CPU = "-cpu nios2"
ARCH:qemu-nios2 = "nios2"
TCLIBC = "glibc"
......@@ -4,7 +4,7 @@ DISTRO_VERSION = "1.0"
TARGET_VENDOR = "-yocto"
TCLIBC = "newlib"
TCLIBC ?= "newlib"
TEST_TARGET = "QemuTargetZephyr"
TEST_SUITES = "zephyr"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment