public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] ia64: override crtbeginT.o
       [not found] <20120905025813.GA23514@intel.com>
@ 2012-09-24 23:23 ` Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2012-09-24 23:23 UTC (permalink / raw)
  To: libc-ports

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>
---
 ports/ChangeLog.ia64          | 4 ++++
 ports/sysdeps/ia64/Makeconfig | 2 ++
 2 files changed, 6 insertions(+)
 create mode 100644 ports/sysdeps/ia64/Makeconfig

diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64
index abc2463..3566b37 100644
--- a/ports/ChangeLog.ia64
+++ b/ports/ChangeLog.ia64
@@ -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)
diff --git a/ports/sysdeps/ia64/Makeconfig b/ports/sysdeps/ia64/Makeconfig
new file mode 100644
index 0000000..d1d3f6c
--- /dev/null
+++ b/ports/sysdeps/ia64/Makeconfig
@@ -0,0 +1,2 @@
+# ia64 does not provide crtbeginT.o, so use crtbegin.o.
++prectorT = $(+prector)
-- 
1.7.12

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-24 23:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20120905025813.GA23514@intel.com>
2012-09-24 23:23 ` [PATCH] ia64: override crtbeginT.o Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).