Fix Compilation for host cmake tools.
and fix compilation of x86_64 target.
This commit is contained in:
@@ -12,9 +12,10 @@ buildroot.menuconfig: buildroot.config
|
||||
fi
|
||||
|
||||
buildroot: buildroot.config
|
||||
$(MAKE) LD_LIBRARY_PATH=$(BR_STAGING)/cross/opt/ext-toolchain/lib/ $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/
|
||||
$(MAKE) $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/ $(BR_TARGET)
|
||||
|
||||
buildroot.shell: buildroot.config
|
||||
$(MAKE) $(BR_ENV) -C $(BR_PROJECT)/../../bsp/buildroot/ dirs outputmakefile
|
||||
$(eval export $(BR_ENV))
|
||||
cd $(BR_STAGING)/buildroot/; $(BR_ENV) bash
|
||||
|
||||
|
||||
3
bsp/include/dev.mk
Normal file
3
bsp/include/dev.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
dev.gdbscript:
|
||||
BR_STAGING=$(BR_STAGING) BR_PROJECT=$(BR_PROJECT) $(BR_BOARD)/../../../scripts/gen_gdb_script.sh
|
||||
Reference in New Issue
Block a user