From aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 19 May 2007 22:52:47 +0000 Subject: Add uClibc-0.9.29: - associated patch set - update the munging function to accomodate the new config variables libfloat version was missing from the previous commit... :-( Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory. --- patches/uClibc/0.9.29/400-bits_sysnum_h.patch | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 patches/uClibc/0.9.29/400-bits_sysnum_h.patch (limited to 'patches/uClibc/0.9.29/400-bits_sysnum_h.patch') diff --git a/patches/uClibc/0.9.29/400-bits_sysnum_h.patch b/patches/uClibc/0.9.29/400-bits_sysnum_h.patch new file mode 100644 index 00000000..595a22e2 --- /dev/null +++ b/patches/uClibc/0.9.29/400-bits_sysnum_h.patch @@ -0,0 +1,33 @@ +YEM-20070519: +bits/sysnum.h needs a cross compiler to be built. Fortunately, this +header is not needed to build gcc. Move generation of this header. + +Index: uClibc/Makefile.in +=================================================================== +--- uClibc/Makefile.in (revision 18651) ++++ uClibc/Makefile.in (working copy) +@@ -91,6 +91,11 @@ + $(LN) -fs $$i .; \ + done; \ + fi ++ifeq ($(UCLIBC_HAS_LOCALE),y) ++ $(MAKE) locale_headers ++endif ++ ++pregen: headers + $(Q)\ + set -e; \ + cd $(top_builddir); \ +@@ -102,12 +107,7 @@ + else \ + mv -f $$tmp include/bits/sysnum.h; \ + fi +-ifeq ($(UCLIBC_HAS_LOCALE),y) +- $(MAKE) locale_headers +-endif + +-pregen: headers +- + install: install_runtime install_dev + + -- cgit v1.2.3