aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/as/powerpc-freebsd
Commit message (Collapse)AuthorAgeFilesLines
* Remove now-unused GNU as build infrastructureEd Maste2020-06-072-9/+0
| | | | Notes: svn path=/head/; revision=361894
* MAJOR cleanup of the Bmake framework.David E. O'Brien2004-07-082-295/+0
| | | | | | | | | | | | This includes removing all vestiges of the old not-really supported ability to build cross tools targeting non-FreeBSD systems, such as m68k Lynx and NetBSD. Move as much duplicated code from platform Makefiles into the shared Makefiles. Add a simple mechanism for specifying ELF 'ldscripts'. Also share as many .h files as possible (now a single bfd.h vs. one per platform). Notes: svn path=/head/; revision=131832
* Updated Bmake framework for Binutils 2.15.David E. O'Brien2004-06-161-1/+0
| | | | Notes: svn path=/head/; revision=130575
* Update the target.David E. O'Brien2003-06-261-3/+3
| | | | Notes: svn path=/head/; revision=116886
* We HAVE_STPCPY now.David E. O'Brien2002-10-201-2/+2
| | | | Notes: svn path=/head/; revision=105502
* Talk about punting and not going to any trouble to DTRT:David E. O'Brien2002-10-121-0/+2
| | | | | | | | | | | | | contrib/binutils/include/getopt.h /* Many other libraries have conflicting prototypes for getopt, with differences in the consts, in stdlib.h. To avoid compilation errors, only prototype getopt for the GNU C library. */ so manually define HAVE_DECL_GETOPT since configure doesn't offer any way to set it... and its unistd.h not stdlib.h dang it. Notes: svn path=/head/; revision=104959
* Style sync with other platforms.David E. O'Brien2002-05-182-0/+2
| | | | Notes: svn path=/head/; revision=96834
* Update to Binutils 2.12.0 release.David E. O'Brien2002-03-201-7/+10
| | | | Notes: svn path=/head/; revision=92840
* We can easily share obj-format.h and targ-env.h files across all FreeBSDDavid E. O'Brien2001-10-153-10/+5
| | | | | | | | platforms, which reduces the upgrade effort. Also tidy up the Makefiles. Notes: svn path=/head/; revision=84949
* Our OS name is "freebsd", not "freebsdelf"David E. O'Brien2001-02-211-3/+3
| | | | Notes: svn path=/head/; revision=72798
* version 2.10 config file.David E. O'Brien2000-05-221-71/+200
| | | | Notes: svn path=/head/; revision=60781
* Conditionally define "CROSS_COMPILE" here.David E. O'Brien2000-05-221-2/+6
| | | | Notes: svn path=/head/; revision=60780
* Replace freebsdelf with freebsd in BINDIR.John Birrell1999-11-071-1/+1
| | | | | | | | | | [ alpha-freebsd, i386-freebsd and mips-freebsd were repo-copied by Peter (one of the repo-men) ] Requested by: obrien Notes: svn path=/head/; revision=52954
* gas for powerpc targeted to FreeBSD.John Birrell1999-11-066-0/+170
Notes: svn path=/head/; revision=52935