From 811b6727f6e1e85465e002bbbc85a563659fd3d7 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 18 Nov 2013 11:41:26 -0700 Subject: [PATCH] src/Makefile.tools.in: Missing dependency made cross-compiler crawl. --- src/Makefile.tools.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.tools.in b/src/Makefile.tools.in index 7b3a50700..2953cebf1 100644 --- a/src/Makefile.tools.in +++ b/src/Makefile.tools.in @@ -158,6 +158,7 @@ compile-cross-compiler: compile-cross-compiler-fgopt compile-cross-compiler: compile-cross-compiler-machine compile-cross-compiler: compile-cross-compiler-rtlbase compile-cross-compiler: compile-cross-compiler-rtlgen +compile-cross-compiler: compile-cross-compiler-rtlopt .PHONY: compile-cross-compiler-back compile-cross-compiler-back: syntax-cross-compiler -- 2.25.1