|
Revision 20074, 494 bytes
(checked in by zacheiss, 6 years ago)
|
|
Import perl 5.8.3.
|
| 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 |
|---|
| 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 | |
|---|