From 27fc8b56c4d7e737becc5144384848ab2a86a693 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 1 May 2012 12:12:17 +0200 Subject: utilize the tail_build concept for cross-compilation There is a new module cross_tail_build that serves the same purpose for the build side of cross-compilation (started from cross_toolset) as tail_build for the host side. Change-Id: Ic16bae9a7197a1f31cc2dcf31b16bbac68c3300f --- cross_toolset/prj/build.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cross_toolset') diff --git a/cross_toolset/prj/build.lst b/cross_toolset/prj/build.lst index 045761815926..464000d91727 100644 --- a/cross_toolset/prj/build.lst +++ b/cross_toolset/prj/build.lst @@ -1 +1 @@ -crs cross_toolset :: autodoc oovbaapi unodevtools idl rsc setup_native icc xmlhelp shell DICTIONARIES:dictionaries NULL +crs cross_toolset :: autodoc cross_tail_build setup_native icc shell DICTIONARIES:dictionaries NULL -- cgit