aboutsummaryrefslogtreecommitdiff
path: root/gold/configure.tgt
AgeCommit message (Collapse)AuthorFilesLines
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