mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-29 15:12:19 +00:00
try to fix android builds.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4813 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
232c13caa3
commit
b0f0fc80bb
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ ifeq ($(FTE_TARGET),droid)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CC:=$(TOOLCHAIN)gcc --sysroot="$(DROIDSYSROOT)" -DANDROID $(DROID_ABI) -fno-strict-aliasing
|
CC:=$(TOOLCHAIN)gcc --sysroot="$(DROIDSYSROOT)" -DANDROID $(DROID_ABI) -fno-strict-aliasing
|
||||||
DO_LD:=$(DO_ECHO) $(CC) -Wl,-soname,libftedroid.so -shared -Wl,--no-undefined -Wl,-z,noexecstack -o $@ $(LTO_LD) $(WCFLAGS) $(BRANDFLAGS) $(CFLAGS) -llog -lc -lz -lm
|
DO_LD=$(DO_ECHO) $(CC) -Wl,-soname,libftedroid.so -shared -Wl,--no-undefined -Wl,-z,noexecstack -o $@ $(LTO_LD) $(WCFLAGS) $(BRANDFLAGS) $(CFLAGS) -llog -lc -lz -lm
|
||||||
LD:=$(TOOLCHAIN)ld
|
LD:=$(TOOLCHAIN)ld
|
||||||
AR:=$(TOOLCHAIN)ar
|
AR:=$(TOOLCHAIN)ar
|
||||||
STRIP=$(TOOLCHAIN)strip
|
STRIP=$(TOOLCHAIN)strip
|
||||||
|
|
Loading…
Reference in a new issue