powerpc: Create a powerpc64 config feature
authorGeoff Levand <geoffrey.levand@am.sony.com>
Tue, 18 Aug 2009 23:07:45 +0000 (23:07 +0000)
committerGeoff Levand <geoffrey.levand@am.sony.com>
Tue, 18 Aug 2009 23:07:45 +0000 (23:07 +0000)
The config symbol TARGET_ps3 is used in the build files where
special handling for the 64 bit PowerPC processors is needed.
Introduce a new config feature powerpc64, and replace the use
of TARGET_ps3 with powerpc64.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17306

libs/libtwin/Makefile

index 53144c05872f1f735b9076aac15d5330cfb93c05..63a8068dd22d3369f9d127b49193f1bb6cacc31a 100644 (file)
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libtwin
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+zlib +libpng +libjpeg @TARGET_ps3
+  DEPENDS:=+zlib +libpng +libjpeg
   TITLE:=The tiny windowing system libraries
   URL:=http://www.t2-project.org/packages/libtwin.html
 endef