mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
fb_sdl: fix build on 64-bit ARM Linux
This commit is contained in:
parent
5a75a2f930
commit
2d48e209f4
@ -4,3 +4,8 @@ REQUIRES = linux
|
||||
SRC_CC = main.cc
|
||||
LX_LIBS = sdl2
|
||||
INC_DIR += $(PRG_DIR) /usr/include/SDL2
|
||||
|
||||
# accept conversion warnings caused by libgcc's include/arm_neon.h
|
||||
CC_OPT += -Wno-error=narrowing \
|
||||
-Wno-error=float-conversion \
|
||||
-Wno-error=unused-parameter
|
||||
|
Loading…
x
Reference in New Issue
Block a user