mirror of https://github.com/OpenIPC/firmware.git
Update path
parent
b6d9e2b577
commit
200ccc9cd8
2
Makefile
2
Makefile
|
@ -71,7 +71,7 @@ timer:
|
||||||
|
|
||||||
toolchain: defconfig
|
toolchain: defconfig
|
||||||
ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
|
ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
|
||||||
@cp -rf $(PWD)/general/legacy/package/gcc $(TARGET)/buildroot-$(BR_VER)/package
|
@cp -rf $(PWD)/general/package/gcc $(TARGET)/buildroot-$(BR_VER)/package
|
||||||
@$(MAKE) -f $(PWD)/general/toolchain.mk BR_CONF=$(BR_CONF) CONFIG=$(PWD)/$(CONFIG)
|
@$(MAKE) -f $(PWD)/general/toolchain.mk BR_CONF=$(BR_CONF) CONFIG=$(PWD)/$(CONFIG)
|
||||||
@$(BR_MAKE) BR2_DEFCONFIG=$(BR_CONF) defconfig
|
@$(BR_MAKE) BR2_DEFCONFIG=$(BR_CONF) defconfig
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -5,7 +5,7 @@ choice
|
||||||
default BR2_GCC_VERSION_ARC if BR2_GCC_VERSION_4_8_ARC # legacy
|
default BR2_GCC_VERSION_ARC if BR2_GCC_VERSION_4_8_ARC # legacy
|
||||||
default BR2_GCC_VERSION_ARC if BR2_arc
|
default BR2_GCC_VERSION_ARC if BR2_arc
|
||||||
default BR2_GCC_VERSION_POWERPC_SPE if BR2_POWERPC_CPU_HAS_SPE
|
default BR2_GCC_VERSION_POWERPC_SPE if BR2_POWERPC_CPU_HAS_SPE
|
||||||
default BR2_GCC_VERSION_12_X
|
default BR2_GCC_VERSION_13_X
|
||||||
help
|
help
|
||||||
Select the version of gcc you wish to use.
|
Select the version of gcc you wish to use.
|
||||||
|
|
|
@ -39,4 +39,3 @@ else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_3),y)
|
||||||
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_0),y)
|
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_0),y)
|
||||||
@echo "BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y" >> $(BR_CONF)
|
@echo "BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_0=y" >> $(BR_CONF)
|
||||||
endif
|
endif
|
||||||
@echo "BR2_GCC_VERSION_13_X=y" >> $(BR_CONF)
|
|
||||||
|
|
Loading…
Reference in New Issue