diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-02-26 13:18:21 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-02-27 12:17:37 +0100 |
commit | a4a7a580a74781f2e4593a8a8614db0f4e798899 (patch) | |
tree | 1592f668b3e5975dd3d2d521eaede18f0c9c5f8d /Makefile.in | |
parent | f741827f918e4d1a31a9fad92c52cb2836072e8e (diff) |
add solenv to Module_cross_toolset.mk too
It's already in tail_build, so hopefully the dependencies are fine.
Change-Id: Id2b2474c76895bd25dd34208654d924ad1c4be66
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index ba2dfc004429..5fe3deea7bb6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -280,10 +280,7 @@ endif build-nocheck : export SKIP_TESTS := YES build-nocheck : build -# Ideally solenv would be also in Module_cross_toolset.mk -# but one would need to chase and add missing dependencies. cross-toolset: bootstrap fetch - $(GNUMAKE) gb_Side=build solenv $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.cross # |