sandbox: fix build failure with musl and SDL
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 28 Jan 2022 09:08:32 +0000 (10:08 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 9 Feb 2022 19:26:12 +0000 (12:26 -0700)
commitebc87d0dafd4ca7859c3b7d2b38430bc2669ee85
tree61cb58c7bee43716d9f252837fb22bd2076fd408
parent3609e1dc5f4d4c238dcd23e045ba6223310feffa
sandbox: fix build failure with musl and SDL

sdl.c is compiled against the SDL library.

Trying to redefine wchar_t with -fshort-wchar is not necessary
and leads to build failures when compiling against musl.

Cc: Milan P. Stanić <mps@arvanta.net>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/Makefile
arch/sandbox/cpu/Makefile