mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
c7231478d5
Add a generic, stackable layer based structure instead of special purpose subdirectories with specific behaviour. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
11 lines
223 B
Text
11 lines
223 B
Text
RELEASEPKG="release-alix"
|
|
TARGET="i686-linux-musl"
|
|
GCC_CPU="i686"
|
|
MUSL_CPU="i386"
|
|
|
|
GCC_EXTRACFG="--disable-libmpx --disable-libssp"
|
|
|
|
LINUXPKG="linux"
|
|
LINUX_CPU="x86"
|
|
LINUX_TGT="bzImage"
|
|
OPENSSL_TARGET="linux-generic32 386"
|