don't set RLDFLAGS for android

This commit is contained in:
Alex Shinn 2017-08-26 22:21:00 +09:00
parent d9a40fbc61
commit 917387616e

View file

@ -29,6 +29,9 @@ PLATFORM=cygwin
SOLIBDIR = $(BINDIR) SOLIBDIR = $(BINDIR)
DIFFOPTS = -b DIFFOPTS = -b
else else
ifeq ($(shell uname -o),Android)
PLATFORM=android
else
ifeq ($(shell uname -o),GNU/Linux) ifeq ($(shell uname -o),GNU/Linux)
PLATFORM=linux PLATFORM=linux
else else
@ -41,6 +44,7 @@ endif
endif endif
endif endif
endif endif
endif
######################################################################## ########################################################################
# Set default variables for the platform. # Set default variables for the platform.