source: trunk/essentials/dev-lang/perl/Cross/config

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 494 bytes
Line 
1##############################################################################
2#
3# This is the configuration file used to specify the target platform and
4# required level of debug or optimisation.
5#
6##############################################################################
7
8### Target Arch
9ARCH = arm
10#ARCH = i386-pc
11#ARCH = sh4
12#ARCH = mips
13#ARCH = mipsel
14#ARCH = ppc
15
16## Specific arm
17CONFIG_TARGET_ARM_SA11X0 = 1
18#CONFIG_TARGET_ARM_XSCALE = 1
19
20### Target OS
21OS = linux
22#OS = solaris2.8
23
Note: See TracBrowser for help on using the repository browser.