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/util | |
parent | 8a9aea09d274419f924b17084137eaf6c0b92fc1 (diff) |
Always use the autoconfed sizes and alignments, not only when cross-compiling
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sal/util/Makefile b/sal/util/Makefile index ad39b2412f63..87b3e29d8077 100644 --- a/sal/util/Makefile +++ b/sal/util/Makefile @@ -38,10 +38,6 @@ rtlbootstrap.mk: sal/typesizes.h $(CXX) -E $(gb_OSDEFS) $(gb_CXXFLAGS) -D$(CPUNAME) -I. -I$(SRCDIR)/sal/rtl/source -I$(SRCDIR)/sal/inc bootstrap.cxx | grep '^RTL_' | sed -e 's/"//g' > $@ sal/typesizes.h: sal -ifneq ($(CROSS_COMPILING),YES) - $(gb_Helper_execute)typesconfig $@ > /dev/null - -else echo '/* This file is autogenerated from configure script data */' > $@ echo >> $@ echo "#define SAL_TYPES_ALIGNMENT2 $(ALIGNOF_SHORT)" >> $@ @@ -59,8 +55,6 @@ endif echo "#define SAL_TYPES_SIZEOFLONGLONG $(SIZEOF_LONGLONG)" >> $@ echo "#define SAL_TYPES_SIZEOFPOINTER $(SIZEOF_POINTER)" >> $@ -endif - include $(SRCDIR)/solenv/inc/udkversion.mk sal/udkversion.h: sal |