aboutsummaryrefslogtreecommitdiff
path: root/gold/configure.tgt
AgeCommit message (Collapse)AuthorFilesLines
2008-06-122008-06-12 David Edelsohn <edelsohn@gnu.org>David Edelsohn1-0/+16
David S. Miller <davem@davemloft.net> * powerpc.cc: New file. * Makefile.am (TARGETSOURCES): Add powerpc.cc (ALL_TARGETOBJS): Add powerpc.$(OBJEXT) * configure.tgt: Add entries for powerpc-* and powerpc64-*. * Makefile.in: Rebuild.
2008-05-05 * configure.ac: If targ_extra_obj is set, link it in.Ian Lance Taylor1-0/+9
* configure.tgt: Initialize all variables. (x86_64*): Set targ_extra_obj and targ_extra_size. * configure: Rebuild.
2008-04-15toplevel/David S. Miller1-4/+22
* configure.ac: Add sparc*-*-* to gold supported targets. * configure: Regenerate. gold/ * sparc.cc: New file. * Makefile.am (TARGETSOURCES): Add sparc.cc (ALL_TARGETOBJS): Add sparc.$(OBJEXT) * configure.tgt: Document targ_extra_size and targ_extra_big_endian. Add entries for sparc-* and sparc64-*. * configure.ac: Handle targ_extra_size and targ_extra_big_endian. * Makefile.in: Rebuild. * configure: Likewise. * po/POTFILES.in: Likewise. * po/gold.pot: Likewise.
2008-02-06Support creating empty output when there are no input objects.Ian Lance Taylor1-0/+55