File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,16 @@ endif
105
105
$(OUTDIR ) /binutils-$(BINUTILS_VERSION ) -$(HOST_PLATFORM ) .tar : $(OUTDIR ) /image-gcc.tar $(HERE ) /build-binutils.sh
106
106
$(RUN_BUILD ) --toolchain binutils
107
107
108
- $(OUTDIR ) /gcc-$(GCC_VERSION ) -$(HOST_PLATFORM ) .tar : $(OUTDIR ) /binutils-$(BINUTILS_VERSION ) -$(HOST_PLATFORM ) .tar $(HERE ) /build-gcc.sh
108
+ GCC_DEPENDS := \
109
+ $(OUTDIR ) /binutils-$(BINUTILS_VERSION ) -$(HOST_PLATFORM ) .tar \
110
+ $(OUTDIR ) /versions/VERSION.gmp \
111
+ $(OUTDIR ) /versions/VERSION.isl \
112
+ $(OUTDIR ) /versions/VERSION.mpc \
113
+ $(OUTDIR ) /versions/VERSION.mpfr \
114
+ $(HERE ) /build-gcc.sh \
115
+ $(NULL )
116
+
117
+ $(OUTDIR ) /gcc-$(GCC_VERSION ) -$(HOST_PLATFORM ) .tar : $(GCC_DEPENDS )
109
118
$(RUN_BUILD ) --toolchain gcc
110
119
111
120
CLANG_DEPENDS := \
You can’t perform that action at this time.
0 commit comments