ppc64: use DEB_HOST_GNU_CPU instead of BUILD; drop TODOs, the current
implementation is correct.
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -65,6 +65,8 @@ gtk+2.0 (2.16.0-2) UNRELEASED; urgency=low
|
|||||||
[ Loic Minier ]
|
[ Loic Minier ]
|
||||||
* Build-dep on autotools-dev for the config.guess / .sub updates to work.
|
* Build-dep on autotools-dev for the config.guess / .sub updates to work.
|
||||||
* Drop duplicate Section/Priority fields.
|
* Drop duplicate Section/Priority fields.
|
||||||
|
* ppc64: use DEB_HOST_GNU_CPU instead of BUILD; drop TODOs, the current
|
||||||
|
implementation is correct.
|
||||||
|
|
||||||
-- Sebastian Dröge <slomo@debian.org> Sat, 04 Apr 2009 07:30:56 +0200
|
-- Sebastian Dröge <slomo@debian.org> Sat, 04 Apr 2009 07:30:56 +0200
|
||||||
|
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -46,10 +46,7 @@ IMMODULE_FILES_D := $(MODULES_BASE_PATH)/immodule-files.d
|
|||||||
LOADER_FILES_D := $(MODULES_BASE_PATH)/loader-files.d
|
LOADER_FILES_D := $(MODULES_BASE_PATH)/loader-files.d
|
||||||
|
|
||||||
# ppc64 support; see #386815
|
# ppc64 support; see #386815
|
||||||
# XXX Should probably be fixed in binutils
|
ifeq ($(DEB_HOST_GNU_CPU),powerpc64)
|
||||||
# XXX Use LDFLAGS instead of CFLAGS?
|
|
||||||
# XXX shouldn't we check the arch instead of the CPU?
|
|
||||||
ifeq ($(DEB_BUILD_GNU_CPU),powerpc64)
|
|
||||||
CFLAGS += -mminimal-toc
|
CFLAGS += -mminimal-toc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user