From d699a01fabaa04a1aad60f6ca5777f82ee24839a Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sun, 6 Apr 2008 10:28:29 +0000 Subject: Drastic, sweeping modifications to support iPhone 1.2.0/2.0. git-svn-id: http://svn.telesphoreo.org/trunk@199 514c082c-b64e-11dc-b46d-3d985efe055d --- data/adv-cmds/make.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/adv-cmds/make.sh') diff --git a/data/adv-cmds/make.sh b/data/adv-cmds/make.sh index ae4cb5506..5d0039951 100644 --- a/data/adv-cmds/make.sh +++ b/data/adv-cmds/make.sh @@ -1,8 +1,7 @@ pkg:extract cd * for tproj in finger fingerd last lsvfs md ps; do - arm-apple-darwin-gcc -o "${tproj}" "${tproj}.tproj"/*.c -D'__FBSDID(x)=' - arm-apple-darwin-strip "${tproj}" + "${PKG_TARG}-gcc" -o "${tproj}" "${tproj}.tproj"/*.c -D'__FBSDID(x)=' done pkg: mkdir -p /bin /usr/bin /usr/libexec pkg: cp -a ps /bin -- cgit v1.2.3