summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-28 19:54:26 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-28 19:54:26 +0100
commita76cdd022ae2bcdb0f03be19c2ce7526ea90b282 (patch)
tree4e498284539970f92204a683af8203b65bd355e3 /Makefile.in
parentee86a2b38fa5e4baaa28e696022dbfc193914e31 (diff)
downloaduClibc-alpine-a76cdd022ae2bcdb0f03be19c2ce7526ea90b282.tar.bz2
uClibc-alpine-a76cdd022ae2bcdb0f03be19c2ce7526ea90b282.tar.xz
reinstate g++-3.4.x hack for locales
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 5e970113f..186de7583 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -205,9 +205,10 @@ install_headers: headers $(top_builddir)extra/scripts/unifdef
$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
top_builddir=$(top_builddir) \
$(top_srcdir)extra/scripts/install_headers.sh include $(PREFIX)$(DEVEL_PREFIX)include
- # Disabled. If libc-internal.h is needed, document here why!
- #printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' >$(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
- echo '/* Dont use _syscall#() macros; use the syscall() function */' > \
+ # Ugly hack for old locale impl in gcc
+ printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > \
+ $(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
+ echo '/* Do not use _syscall#() macros; use the syscall() function */' > \
$(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/dl-osinfo.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/_lfs_64.h