patches/gcc/4.1.2/180-libbackend_dep_gcov-iov.h.patch
author Matthieu Crapet <mcrapet@gmail.com>
Wed Jun 06 12:03:12 2012 +0200 (2012-06-06)
changeset 2991 252ade1e9e17
parent 13 068dce39f687
permissions -rw-r--r--
libc/eglibc: fix missing LIBC_TRY_CC_OPTION definition (eglibc 2.15)

Upstream SVN is currently broken:
http://www.eglibc.org/svn/branches/eglibc-2_15/libc/

LIBC_TRY_CC_OPTION macro is not defined in aclocal.m4.
This patch fix the configure script.

Once upstream branch will be fixed this patch could be reverted.

Related patch (committed to eglibc trunk):
Use autoconf macro for testing compiler options with empty input
http://sourceware.org/ml/libc-alpha/2012-03/msg00816.html

Signed-off-by: Matthieu Crapet <mcrapet@gmail.com>

diff -r 1f6c8e4b2b92 -r d10afc5bcc25
patches/eglibc/2_15/110-aclocal-LIBC_TRY_CC_OPTION.patch
yann@13
     1
--- gcc-4.1.2.orig/gcc/Makefile.in	2006-11-01 15:40:44.000000000 +0100
yann@13
     2
+++ gcc-4.1.2/gcc/Makefile.in	2007-03-04 23:34:32.000000000 +0100
yann@1
     3
@@ -2522,7 +2522,7 @@
yann@1
     4
 # FIXME: writing proper dependencies for this is a *LOT* of work.
yann@1
     5
 libbackend.o : $(OBJS-common:.o=.c) $(out_file) \
yann@1
     6
   insn-config.h insn-flags.h insn-codes.h insn-constants.h \
yann@1
     7
-  insn-attr.h  $(DATESTAMP) $(BASEVER) $(DEVPHASE)
yann@1
     8
+  insn-attr.h  $(DATESTAMP) $(BASEVER) $(DEVPHASE) gcov-iov.h
yann@1
     9
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \
yann@1
    10
 	  -DTARGET_NAME=\"$(target_noncanonical)\" \
yann@1
    11
 	  -DLOCALEDIR=\"$(localedir)\" \