summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-28Add -Dcc_as_ld to configureHEADmastermainAndrew Hsieh
In MacOSX it may not be possible to build 32-bit perl executable because "Configure" decides to use "ld" as linker instead of "cc" for non-ELF host. Compilation fails because ld by default to 64-bit but the prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1 defaults to 32-bit. Change-Id: Id12d46243cd18310e3910c5f62b05fe3a90fbc01
2013-01-28Unmodified perl-5.16.2.tar.gzAndrew Hsieh
Change-Id: Icb99df9b5827da54d60affc642e4251608d7be56
2012-12-14Initial empty commitJean-Baptiste Queru