184 lines
3.6 KiB
Plaintext
184 lines
3.6 KiB
Plaintext
# openmamba autodist build jobs database for i586 platform
|
|
#
|
|
# Copyright (c) 2006-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
# Released under the terms of the GNU GPL version 3 license
|
|
#
|
|
|
|
#
|
|
# XTC 1 (Cross Toolchain)
|
|
#
|
|
# build native binutils (gcc needed, so it's not a stage1 build)
|
|
# and cross platform binutils
|
|
#
|
|
binutils=(
|
|
binutils
|
|
cross_target_cpu,_target_platform
|
|
i586,i586-openmamba-linux-gnu
|
|
arm,arm-openmamba-linux-gnueabi
|
|
avr,avr
|
|
x86_64,x86_64-openmamba-linux-gnu
|
|
ppc,ppc-openmamba-linux-gnu
|
|
)
|
|
|
|
#
|
|
# XTC 2
|
|
#
|
|
# glibc stage1: build headers only
|
|
glibc_stage1=(
|
|
glibc
|
|
cross_target_cpu,stage1,_target_platform,KERNEL_TARGET,KERNEL_VER
|
|
i586,1,i586-openmamba-linux-gnu,mamba,-
|
|
arm,1,arm-openmamba-linux-gnueabi,mamba-arm,2.6.33
|
|
ppc,1,ppc-openmamba-linux-gnu,mamba-ppc,2.6.33
|
|
x86_64,1,x86_64-openmamba-linux-gnu,mamba-x86_64,-
|
|
)
|
|
|
|
#
|
|
# XTC 3
|
|
#
|
|
gcc_stage1=(
|
|
gcc
|
|
cross_target_cpu,stage1,_target_platform
|
|
arm,1,arm-openmamba-linux-gnueabi
|
|
i586,1,i586-openmamba-linux-gnu
|
|
ppc,1,ppc-openmamba-linux-gnu
|
|
x86_64,1,x86_64-openmamba-linux-gnu
|
|
)
|
|
|
|
#
|
|
# XTC 4
|
|
#
|
|
glibc_stage2=(
|
|
glibc
|
|
cross_target_cpu,stage2,bigendian,softfloat,_target_platform,KERNEL_TARGET,KERNEL_VER
|
|
arm,1,-,-,arm-openmamba-linux-gnueabi,mamba-arm,2.6.33
|
|
i586,1,-,-,i586-openmamba-linux-gnu,mamba,-
|
|
ppc,1,-,-,ppc-openmamba-linux-gnu,mamba,-
|
|
x86_64,1,-,-,x86_64-openmamba-linux-gnu,mamba-x86_64,-
|
|
)
|
|
|
|
#
|
|
# XTC 5
|
|
#
|
|
gcc=(
|
|
gcc
|
|
cross_target_cpu,_target_platform,disable_java
|
|
i586,i586-openmamba-linux-gnu,-
|
|
arm,arm-openmamba-linux-gnueabi,1
|
|
x86_64,x86_64-openmamba-linux-gnu,1
|
|
ppc,ppc-openmamba-linux-gnu,1
|
|
avr,avr,1
|
|
)
|
|
|
|
#
|
|
# XTC 6
|
|
#
|
|
glibc=(
|
|
glibc
|
|
cross_target_cpu,_target_platform,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER
|
|
i586,i586-openmamba-linux-gnu,-,-,mamba,-
|
|
x86_64,x86_64-openmamba-linux-gnu,-,-,mamba-x86_64,2.6.33
|
|
arm,arm-openmamba-linux-gnueabi,-,-,mamba-arm,-
|
|
ppc,ppc-openmamba-linux-gnu,-,-,mamba-ppc,2.6.33
|
|
)
|
|
|
|
# XTC 7
|
|
cross_environment=(
|
|
cross-environment
|
|
cross_target_cpu,autodist_crossonly,_target_platform
|
|
avr,1,avr
|
|
i586,1,i586-openmamba-linux-gnu
|
|
arm,1,arm-openmamba-linux-gnueabi
|
|
ppc,1,ppc-openmamba-linux-gnu
|
|
x86_64,1,x86_64-openmamba-linux-gnu
|
|
)
|
|
|
|
gcc_cross=(
|
|
gcc
|
|
cross_target_cpu,_target_platform,disable_java
|
|
avr,avr,1
|
|
)
|
|
|
|
pkg_config=(
|
|
pkg-config
|
|
cross_target_cpu,_target_platform
|
|
i586,i586-openmamba-linux-gnu
|
|
x86_64,x86_64-openmamba-linux-gnu
|
|
arm,arm-openmamba-linux-gnueabi
|
|
ppc,ppc-openmamba-linux-gnu
|
|
)
|
|
|
|
gcc_uclibc=(
|
|
gcc
|
|
cross_target_cpu,_target_platform,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER
|
|
arm,arm-linux-uclibc,-,-,mamba-arm,2.6.33
|
|
)
|
|
|
|
dietlibc=(
|
|
dietlibc
|
|
cross_target_cpu
|
|
i586
|
|
arm
|
|
)
|
|
|
|
gcc34=(
|
|
gcc34
|
|
cross_target_cpu
|
|
i586
|
|
ppc
|
|
)
|
|
|
|
klibc=(
|
|
klibc
|
|
cross_target_cpu,_target_platform,KERNEL_VER
|
|
-,-,-
|
|
ppc,ppc-openmamba-linux-gnu,2.6.33mamba-ppc
|
|
x86_64,x86_64-openmamba-linux-gnu,2.6.33mamba-x86_64
|
|
arm,arm-openmamba-linux-gnueabi,2.6.33mamba-arm
|
|
)
|
|
|
|
glibc_arm=(
|
|
glibc
|
|
cross_target_cpu,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER
|
|
arm,-,-,mamba-arm,-
|
|
)
|
|
|
|
#
|
|
# ppc cross toolchain
|
|
#
|
|
binutils_ppc=(
|
|
binutils
|
|
cross_target_cpu,_target_platform
|
|
ppc,ppc-openmamba-linux-gnu
|
|
)
|
|
|
|
glibc_ppc_stage1=(
|
|
glibc
|
|
cross_target_cpu,stage1,_target_platform,KERNEL_TARGET,KERNEL_VER
|
|
ppc,1,ppc-openmamba-linux-gnu,mamba,-
|
|
)
|
|
|
|
gcc_ppc_stage1=(
|
|
gcc
|
|
cross_target_cpu,stage1,_target_platform
|
|
ppc,1,ppc-openmamba-linux-gnu
|
|
)
|
|
|
|
glibc_ppc_stage2=(
|
|
glibc
|
|
cross_target_cpu,stage2,bigendian,softfloat,_target_platform,KERNEL_TARGET,KERNEL_VER
|
|
ppc,1,-,-,ppc-openmamba-linux-gnu,mamba-ppc,2.6.33
|
|
)
|
|
|
|
gcc_ppc=(
|
|
gcc
|
|
cross_target_cpu,_target_platform
|
|
ppc,ppc-openmamba-linux-gnu
|
|
)
|
|
|
|
glibc_ppc=(
|
|
glibc
|
|
cross_target_cpu,_target_platform,bigendian,softfloat,KERNEL_TARGET,KERNEL_VER
|
|
ppc,ppc-openmamba-linux-gnu,-,-,mamba-ppc,2.6.33
|
|
)
|