Message210163
Cross compiling for arm works here on Ubuntu:
$ cat config.site
ac_cv_file__dev_ptmx=no
ac_cv_file__dev_ptc=no
$ export CONFIG_SITE=$PWD/config.site
$ ./configure --host=arm-linux-gnueabi --build=x86_64 --disable-ipv6
$ make
I cannot test though, since I don't have an arm platform. |
|
| Date |
User |
Action |
Args |
| 2014-02-03 20:16:35 | skrah | set | recipients:
+ skrah, gvanrossum, loewis, gregory.p.smith, tarek, eric.araujo, rpetrov, kumba |
| 2014-02-03 20:16:35 | skrah | set | messageid: <[email protected]> |
| 2014-02-03 20:16:35 | skrah | link | issue5404 messages |
| 2014-02-03 20:16:34 | skrah | create | |
|