From: Mike Frysinger Date: Mon, 24 Sep 2012 21:50:17 +0000 (-0400) Subject: ia64: override crtbeginT.o X-Git-Tag: glibc-2.17~523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d48610df228ee55736f0ad965d28fa1d82ebe2e;p=thirdparty%2Fglibc.git ia64: override crtbeginT.o The ia64 gcc port has never shipped a crtbeginT.o, so keep using the old crtbegin.o object when static linking. Signed-off-by: Mike Frysinger --- diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64 index abc246364ac..3566b37031c 100644 --- a/ports/ChangeLog.ia64 +++ b/ports/ChangeLog.ia64 @@ -1,3 +1,7 @@ +2012-09-24 Mike Frysinger + + * sysdeps/ia64/Makeconfig: New file. + 2012-08-16 Carlos O'Donell * sysdeps/ia64/ldsodefs.h (ARCH_PLTENTER_MEMBERS) diff --git a/ports/sysdeps/ia64/Makeconfig b/ports/sysdeps/ia64/Makeconfig new file mode 100644 index 00000000000..d1d3f6c95cc --- /dev/null +++ b/ports/sysdeps/ia64/Makeconfig @@ -0,0 +1,2 @@ +# ia64 does not provide crtbeginT.o, so use crtbegin.o. ++prectorT = $(+prector)