This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixing "make distclean" to remove "config.arch"
[perl5.git] / Cross / config
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
9 ARCH = arm
10 #ARCH = i386-pc
11 #ARCH = sh4
12 #ARCH = mips
13 #ARCH = mipsel
14 #ARCH = ppc
15
16 ## Specific arm
17 CONFIG_TARGET_ARM_SA11X0 = 1
18 #CONFIG_TARGET_ARM_XSCALE = 1
19
20 ### Target OS
21 OS = linux
22 #OS = solaris2.8
23