From 45273badfefdac4f421be58861a8365f29520475 Mon Sep 17 00:00:00 2001 From: "bhearsum%mozilla.com" Date: Wed, 29 Dec 2010 16:38:22 +0000 Subject: [PATCH] bug 583671: Support updates for multiple mac universal builds - add Darwin_ppc-gcc3-u-ppc-i386 ABI. r=rail git-svn-id: svn://10.0.0.236/trunk@261701 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/patcher/MozAUSLib.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/tools/patcher/MozAUSLib.pm b/mozilla/tools/patcher/MozAUSLib.pm index 9da94ba1480..900f7e1c22f 100644 --- a/mozilla/tools/patcher/MozAUSLib.pm +++ b/mozilla/tools/patcher/MozAUSLib.pm @@ -106,7 +106,8 @@ $TMPDIR_PREFIX = '/dev/shm/tmp/MozAUSLib'; %AUS2_PLATFORMS = ( 'macppc' => ['Darwin_ppc-gcc3'], 'mac' => ['Darwin_Universal-gcc3', - 'Darwin_x86-gcc3-u-ppc-i386'], + 'Darwin_x86-gcc3-u-ppc-i386', + 'Darwin_ppc-gcc3-u-ppc-i386'], 'mac64' => ['Darwin_x86_64-gcc3', 'Darwin_x86-gcc3-u-i386-x86_64', 'Darwin_x86_64-gcc3-u-i386-x86_64'],