mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Disable libmpx on the ALIX board
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
d06083c96d
commit
8a7f8ea357
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ GCC_CPU="i686"
|
|||
|
||||
CPU_IS_64BIT="no"
|
||||
|
||||
GCC_EXTRACFG="--enable-libmpx"
|
||||
GCC_EXTRACFG="--disable-libmpx"
|
||||
|
||||
LINUXPKG="linux"
|
||||
LINUX_TGT="bzImage modules"
|
||||
|
|
Loading…
Reference in a new issue