From 74b9ddd6aba2adfb43a0993306853e2fed821533 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 19 Dec 2011 15:45:17 +0200 Subject: Always use the autoconfed sizes and alignments, not only when cross-compiling --- sal/Module_sal.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sal/Module_sal.mk') diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index a1e442dac9a1..b4f27b239ac4 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -30,8 +30,6 @@ $(eval $(call gb_Module_Module,sal)) $(eval $(call gb_Module_add_targets,sal,\ Executable_cppunittester \ - $(if $(filter $(CROSS_COMPILING),YES)$(filter $(COM),MSC),, \ - Executable_typesconfig) \ $(if $(filter $(OS),ANDROID), \ Library_lo-bootstrap) \ Library_sal \ -- cgit