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 <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2012-09-24 17:50:17 -04:00
parent 27ed6484ec
commit 2d48610df2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-09-24 Mike Frysinger <vapier@gentoo.org>
* sysdeps/ia64/Makeconfig: New file.
2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
* sysdeps/ia64/ldsodefs.h (ARCH_PLTENTER_MEMBERS)

View File

@ -0,0 +1,2 @@
# ia64 does not provide crtbeginT.o, so use crtbegin.o.
+prectorT = $(+prector)