summaryrefslogtreecommitdiff
path: root/Cross
Commit message (Collapse)AuthorAgeFilesLines
* Add placeholders for the new strlcat and strlcpy entries inNicholas Clark2004-11-301-0/+2
| | | | | | config.sh, to ensure that the config.h generated for cross- compilation will still work. p4raw-id: //depot/perl@23577
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-181-2/+0
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* Cross compilation patches for arm.Redvers Davies2003-12-275-34/+37
| | | | | | Message-Id: <1072098653.4789.6.camel@ragefire> Date: Mon, 22 Dec 2003 08:11:34 -0500 p4raw-id: //depot/perl@21985
* Updated Sharp Zaurus cross-compilation from Redvers Davies.Jarkko Hietaniemi2003-09-067-196/+229
| | | p4raw-id: //depot/perl@21057
* More nanosleep removal.Jarkko Hietaniemi2003-07-011-1/+0
| | | p4raw-id: //depot/perl@19899
* OpenZaurus cross-compilation patches from Redvers Davies.Jarkko Hietaniemi2003-05-286-57/+117
| | | p4raw-id: //depot/perl@19627
* Introduce (undefined) pthread_attr_setscope to non-Configure lands.Jarkko Hietaniemi2003-05-241-0/+1
| | | p4raw-id: //depot/perl@19607
* Add OpenZaurus cross-compilation patches.Jarkko Hietaniemi2003-04-219-3/+1454
| | | p4raw-id: //depot/perl@19297
* Document the cross-compilation options.Jarkko Hietaniemi2001-06-161-1/+2
| | | p4raw-id: //depot/perl@10644
* The first steps towards cross-compilation.Jarkko Hietaniemi2001-06-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | Abstract execution of compiled test executables with $run, and abstract transfer of files with $to and $from. Under cross-compilation the $run, $to, and $from will point to appropriate wrapper scripts, by default ssh and scp, but also rsh, rcp, and cp are supported. If not cross-compiling, they will be set to '', ':', and ':', respectively. With these patches I was able to get Configure for iPAQ ARM Linux on an Intel Linux about 95% right (only a few tests failed to execute or they produced incorrect results), and I was able to compile a functional miniperl. The symbol crosscompile renamed to be usecrosscompile, the corresponding C symbol from CROSSCOMPILE to USE_CROSS_COMPILE. p4raw-id: //depot/perl@10592
* A placeholder.Jarkko Hietaniemi2001-06-141-0/+1
p4raw-id: //depot/perl@10587