Make remote accept screenshot blobs
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
01fbdda81d
commit
d04a1f8731
3 changed files with 29 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -106,6 +106,8 @@ endif
|
|||
# --------------------------------------------------------------
|
||||
# MOD builds
|
||||
|
||||
EXTRA_MOD_FLAGS = -I../include/single-precision -fsingle-precision-constant
|
||||
|
||||
ifeq ($(WITH_LTO),true)
|
||||
EXTRA_MOD_FLAGS += -ffat-lto-objects
|
||||
endif
|
||||
|
@ -119,9 +121,9 @@ MOD_ENVIRONMENT = \
|
|||
LD=${1}/host/usr/bin/${2}-ld \
|
||||
PKG_CONFIG=${1}/host/usr/bin/pkg-config \
|
||||
STRIP=${1}/host/usr/bin/${2}-strip \
|
||||
CFLAGS="-I${1}/staging/usr/include -fsingle-precision-constant $(EXTRA_MOD_FLAGS)" \
|
||||
CFLAGS="-I${1}/staging/usr/include $(EXTRA_MOD_FLAGS)" \
|
||||
CPPFLAGS= \
|
||||
CXXFLAGS="-I${1}/staging/usr/include -I../include/single-precision -fsingle-precision-constant $(EXTRA_MOD_FLAGS) -Wno-attributes" \
|
||||
CXXFLAGS="-I${1}/staging/usr/include $(EXTRA_MOD_FLAGS) -Wno-attributes" \
|
||||
LDFLAGS="-L${1}/staging/usr/lib $(EXTRA_MOD_FLAGS)" \
|
||||
EXE_WRAPPER="qemu-${3}-static -L ${1}/target" \
|
||||
HEADLESS=true \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue