1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-07-01 07:20:12 +02:00
build/layer/bsp-alix/TOOLCHAIN
David Oberhollenzer 6ced6fc948 Minor fixes for main line Linux LTS build
- Patch the config first, don't touch it after running make oldconfig
 - Add modules target to toolchain config, don't directly call it
 - Only try to install modules if we actually have support for loadable
   modules

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-09-29 17:10:07 +02:00

12 lines
231 B
Plaintext

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 modules"
OPENSSL_TARGET="linux-generic32 386"