This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
WinCE Perl EVC4 support
authorDaniel Dragan <bulk88@hotmail.com>
Tue, 22 Oct 2013 01:59:32 +0000 (21:59 -0400)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 22 Oct 2013 07:18:04 +0000 (08:18 +0100)
commit2c8bbb43f3e77a214243c1121d83606429f63584
treebb628c242e9304a401eeffbf0168818292458ac9
parent363338367009f8156f4d49f6a24226eaf02db24c
WinCE Perl EVC4 support

- CCTYPE has always been empty string in Makefile.ce, makedef.pl does not
  complain about this, but it is a bug, so fix it

- create a profile for a EVC4 arm build

- put -GS- and -GL flags into compiler version specific defs so VC6 era
  EVC4 will work

- don't delete ..\lib\Config.pm, it was made by win32/Makefile, for a
  Desktop Perl, deleting this breaks miniperl when it loads its pure perl
  modules for cross MakeMaker module building, and requires rebuilding the
  Desktop Perl so miniperl works again. CE Perl has its Config.pm in the
  xlib\$(MACHINE) dir
win32/Makefile.ce