Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46614 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9940 invoked from network); 10 Jan 2010 10:39:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2010 10:39:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:47745] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/E3-12956-15EA94B4 for ; Sun, 10 Jan 2010 05:39:14 -0500 Received: from [192.168.0.181] (unknown [77.244.40.163]) by daylessday.org (Postfix) with ESMTPSA id 4AC1FBFA085; Sun, 10 Jan 2010 13:39:10 +0300 (MSK) Message-ID: <4B49AE43.2000201@daylessday.org> Date: Sun, 10 Jan 2010 13:38:59 +0300 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Moshe Doron CC: internals@lists.php.net References: In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] php for android From: tony@daylessday.org (Antony Dovgal) On 01/10/2010 12:45 AM, Moshe Doron wrote: > Quit easy porting, here the instructions: > > http://www.icomsw.com/~moshe/php-android.php -CC = gcc +CC = /home/git/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -CPP = gcc -E +CPP = /home/git/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -E Such kind of changes is not necessary, you can do it with `CC= LD= ./configure ...` If you remove that, there are only two parts that seem to be really ARM-specific: 1) -export-dynamic -> -all-static 2) a patch for zend_float.h Both of them are not clear to me, would you care to explain why are they needed? -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP