|
@@ -141,6 +141,17 @@ endif
|
|
|
GCC_HOST_PREREQ += host-mpc
|
|
|
endif
|
|
|
|
|
|
+# GCC snapshot prerequisites
|
|
|
+# Since we don't know and it can be quite new just ask for everything known
|
|
|
+ifneq ($(GCC_SNAP_DATE),)
|
|
|
+GCC_WITH_HOST_MPC = --with-mpc=$(HOST_DIR)/usr
|
|
|
+GCC_TARGET_PREREQ += mpc
|
|
|
+ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
|
|
|
+HOST_SOURCE += host-mpc-source
|
|
|
+endif
|
|
|
+GCC_HOST_PREREQ += host-mpc
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_GCC_SHARED_LIBGCC),y)
|
|
|
GCC_SHARED_LIBGCC:=--enable-shared
|
|
|
else
|