mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
powerpc: Create a powerpc64 config feature
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17306 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -52,7 +52,7 @@ if !TOOLCHAINOPTS
|
||||
default y if TARGET_ppc44x
|
||||
|
||||
config GCC_VERSION_4_3_3
|
||||
default y if TARGET_ps3_petitboot
|
||||
default y if powerpc64
|
||||
default y if TARGET_pxcab
|
||||
default y if TARGET_etrax
|
||||
default y if TARGET_coldfire
|
||||
|
||||
Reference in New Issue
Block a user