Kaydet (Commit) 162a4f8d authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) Andras Timar

remove cross_toolset

Change-Id: Ib707b3d17a2e091c150dc116f01c8d151d9461eb
Reviewed-on: https://gerrit.libreoffice.org/2193Tested-by: 's avatarLibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: 's avatarAndras Timar <atimar@suse.com>
Tested-by: 's avatarAndras Timar <atimar@suse.com>
üst ede5fccc
......@@ -297,7 +297,7 @@ cross-toolset: bootstrap fetch
# platform. see --with-cross-build in icu/ExternalProject_icu.mk
$(GNUMAKE) gb_Side=build icu
#
cd cross_toolset && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS)
cd cross_tail_build && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS)
#
# Install
......
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This build the modules needed on the build side for a cross-compilation
#
SHELL=/usr/bin/env bash
include ../config_build.mk
export gb_Side=build
.PHONY : build
build:
$(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM)
Builds internal tools necessary for cross-compilation
This is a meta-module that directs the build of all necessary modules.
crs cross_toolset :: cross_tail_build NULL
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment