mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 23:53:55 +00:00
fb_sdl: fix build on 64-bit ARM Linux
This commit is contained in:
committed by
Christian Helmuth
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
|
||||
|
Reference in New Issue
Block a user