r19520 - in /desktop/experimental/gtk+2.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Apr 10 19:23:52 UTC 2009


Author: lool
Date: Fri Apr 10 19:23:52 2009
New Revision: 19520

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19520
Log:
ppc64: use DEB_HOST_GNU_CPU instead of BUILD; drop TODOs, the current
implementation is correct.

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/rules

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=19520&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Fri Apr 10 19:23:52 2009
@@ -65,6 +65,8 @@
   [ Loic Minier ]
   * Build-dep on autotools-dev for the config.guess / .sub updates to work.
   * 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 at debian.org>  Sat, 04 Apr 2009 07:30:56 +0200
 

Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=19520&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules (original)
+++ desktop/experimental/gtk+2.0/debian/rules Fri Apr 10 19:23:52 2009
@@ -46,10 +46,7 @@
 LOADER_FILES_D := $(MODULES_BASE_PATH)/loader-files.d
 
 # ppc64 support; see #386815
-# XXX Should probably be fixed in binutils
-# XXX Use LDFLAGS instead of CFLAGS?
-# XXX shouldn't we check the arch instead of the CPU?
-ifeq ($(DEB_BUILD_GNU_CPU),powerpc64)
+ifeq ($(DEB_HOST_GNU_CPU),powerpc64)
 	CFLAGS += -mminimal-toc
 endif
 




More information about the pkg-gnome-commits mailing list