mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Make crosstool-NG work within Docker.
This commit is contained in:
@@ -7,3 +7,8 @@ CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
|
|||||||
CT_LIBC_NEWLIB_IO_C99FMT=y
|
CT_LIBC_NEWLIB_IO_C99FMT=y
|
||||||
CT_LIBC_NEWLIB_IO_FLOAT=y
|
CT_LIBC_NEWLIB_IO_FLOAT=y
|
||||||
CT_LIBC_NEWLIB_IO_LL=y
|
CT_LIBC_NEWLIB_IO_LL=y
|
||||||
|
|
||||||
|
# For Docker.
|
||||||
|
CT_EXPERIMENTAL=y
|
||||||
|
CT_ALLOW_BUILD_AS_ROOT=y
|
||||||
|
CT_ALLOW_BUILD_AS_ROOT_SURE=y
|
||||||
|
|||||||
@@ -10,3 +10,8 @@ CT_CC_LANG_CXX=y
|
|||||||
# Modifications.
|
# Modifications.
|
||||||
CT_DEBUG_GDB=y
|
CT_DEBUG_GDB=y
|
||||||
CT_GDB_CROSS_SIM=y
|
CT_GDB_CROSS_SIM=y
|
||||||
|
|
||||||
|
# For Docker.
|
||||||
|
CT_EXPERIMENTAL=y
|
||||||
|
CT_ALLOW_BUILD_AS_ROOT=y
|
||||||
|
CT_ALLOW_BUILD_AS_ROOT_SURE=y
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ scons \
|
|||||||
if "$baremetal"; then
|
if "$baremetal"; then
|
||||||
pkgs="${pkgs} \
|
pkgs="${pkgs} \
|
||||||
docbook2x \
|
docbook2x \
|
||||||
|
help2man \
|
||||||
libtool-bin \
|
libtool-bin \
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user