From 9c0c73358def6719182c5963db3fa9ec62708ffe Mon Sep 17 00:00:00 2001 From: kytv Date: Sat, 20 Aug 2011 00:31:12 +0000 Subject: [PATCH] Add non-x86 target for Linux. Move the arm and ppc archs for linux from the preppkg target to the non-x86 target. Make the linux target depend on the x86 and non-x86 targets. --- build.xml | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index 5800c5864..3137d7696 100644 --- a/build.xml +++ b/build.xml @@ -552,15 +552,6 @@ - - - - - - - - - @@ -595,8 +586,9 @@ - - + + + @@ -605,6 +597,18 @@ + + + + + + + + + + + +