removed ffloat-store flag for 32-bit arch
This commit is contained in:
parent
73f1ac55c4
commit
1f7177fcf6
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH),i386)
|
# ifeq ($(DEB_HOST_ARCH),i386)
|
||||||
export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store
|
# export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store
|
||||||
endif
|
# endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue