diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-19 15:45:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-20 01:12:21 +0200 |
commit | 74b9ddd6aba2adfb43a0993306853e2fed821533 (patch) | |
tree | 1c517b14f992a39ee483ffae2c5b536f1daeaa58 /sal/Module_sal.mk | |
parent | 8a9aea09d274419f924b17084137eaf6c0b92fc1 (diff) |
Always use the autoconfed sizes and alignments, not only when cross-compiling
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r-- | sal/Module_sal.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ |