Overwriting armhf platform target to fix FTBFS with newer GCC (Closes: #1009622).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d6bb69e32b
commit
b9056be3b4
1 changed files with 5 additions and 0 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -6,6 +6,11 @@ ifneq (,$(filter $(DEB_HOST_ARCH), armel x32))
|
||||||
PLATFORM = --platform=unknown
|
PLATFORM = --platform=unknown
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(DEB_HOST_ARCH),armhf)
|
||||||
|
DEB_CFLAGS_MAINT_APPEND = -march=armv7-a+fp
|
||||||
|
export DEB_CFLAGS_MAINT_APPEND
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH), i386)
|
ifeq ($(DEB_HOST_ARCH), i386)
|
||||||
PLATFORM = --disable-sse
|
PLATFORM = --disable-sse
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue