Fix for cross compiling

This commit is contained in:
Janjaap Bos 2015-10-17 00:15:10 +02:00
parent 5db538d85e
commit 82e0abc4be

View File

@ -86,7 +86,7 @@ else
CXXFLAGS?=-O3 -fstack-protector
CXXFLAGS+=-Wall -fPIE -fvisibility=hidden -fno-rtti -pthread $(INCLUDES) -DNDEBUG $(DEFS)
LDFLAGS=-pie -Wl,-z,relro,-z,now
STRIP=strip --strip-all
STRIP+=--strip-all
endif
# Uncomment for gprof profile build