mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Enable Top-level parallel build
This commit is contained in:
@@ -2,6 +2,7 @@ BR2_arm=y
|
|||||||
BR2_SVN="svn"
|
BR2_SVN="svn"
|
||||||
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
|
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
|
||||||
BR2_CCACHE=y
|
BR2_CCACHE=y
|
||||||
|
BR2_PER_PACKAGE_DIRECTORIES=y
|
||||||
# BR2_PIC_PIE is not set
|
# BR2_PIC_PIE is not set
|
||||||
BR2_SSP_NONE=y
|
BR2_SSP_NONE=y
|
||||||
BR2_RELRO_NONE=y
|
BR2_RELRO_NONE=y
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ BR2_arm=y
|
|||||||
BR2_SVN="svn"
|
BR2_SVN="svn"
|
||||||
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
|
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
|
||||||
BR2_CCACHE=y
|
BR2_CCACHE=y
|
||||||
|
BR2_PER_PACKAGE_DIRECTORIES=y
|
||||||
BR2_RELRO_NONE=y
|
BR2_RELRO_NONE=y
|
||||||
BR2_TOOLCHAIN_BUILDROOT_VENDOR="miyoo"
|
BR2_TOOLCHAIN_BUILDROOT_VENDOR="miyoo"
|
||||||
BR2_KERNEL_HEADERS_4_9=y
|
BR2_KERNEL_HEADERS_4_9=y
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ MIYOO_DAEMON_SITE_METHOD = git
|
|||||||
MIYOO_DAEMON_SITE = https://github.com/MiyooCFW/daemon.git
|
MIYOO_DAEMON_SITE = https://github.com/MiyooCFW/daemon.git
|
||||||
|
|
||||||
define MIYOO_DAEMON_BUILD_CMDS
|
define MIYOO_DAEMON_BUILD_CMDS
|
||||||
"$(TARGET_CC)" $(@D)/main.c -o $(@D)/daemon -ggdb -lSDL -lc
|
"$(TARGET_CC)" $(@D)/main.c -o $(@D)/daemon -ggdb -lc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define MIYOO_DAEMON_INSTALL_TARGET_CMDS
|
define MIYOO_DAEMON_INSTALL_TARGET_CMDS
|
||||||
|
|||||||
Reference in New Issue
Block a user