xref: /openbsd/gnu/usr.bin/perl/Cross/config (revision 85009909)
1*85009909Smillert##############################################################################
2*85009909Smillert#
3*85009909Smillert# This is the configuration file used to specify the target platform and
4*85009909Smillert# required level of debug or optimisation.
5*85009909Smillert#
6*85009909Smillert##############################################################################
7*85009909Smillert
8*85009909Smillert### Target Arch
9*85009909SmillertARCH = arm
10*85009909Smillert#ARCH = i386-pc
11*85009909Smillert#ARCH = sh4
12*85009909Smillert#ARCH = mips
13*85009909Smillert#ARCH = mipsel
14*85009909Smillert#ARCH = ppc
15*85009909Smillert
16*85009909Smillert## Specific arm
17*85009909SmillertCONFIG_TARGET_ARM_SA11X0 = 1
18*85009909Smillert#CONFIG_TARGET_ARM_XSCALE = 1
19*85009909Smillert
20*85009909Smillert### Target OS
21*85009909SmillertOS = linux
22*85009909Smillert#OS = solaris2.8
23*85009909Smillert
24