aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/alpha/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-8/+0
| | | | Notes: svn path=/head/; revision=161526
* Desupport the undocumented NO_QUAD option, just don't compileRuslan Ermilov2006-03-161-5/+0
| | | | | | | the quad support on 64-bit platforms. Notes: svn path=/head/; revision=156769
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+1
| | | | Notes: svn path=/head/; revision=156613
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-151-0/+3
| | | | | | | | The purpose of having a separate file involved an abandoned scheme that would have kept contrib/gdtoa out of the include path for the rest of libc. Notes: svn path=/head/; revision=140279
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Remove the comment about how to get NetBSD syscalls since there areJohn Birrell1998-08-171-8/+1
| | | | | | | now programs built on alpha that _must_ use FreeBSD syscalls to work. Notes: svn path=/head/; revision=38375
* References to NetBSD syscalls changed to just a comment about what toJohn Birrell1998-08-081-6/+7
| | | | | | | | | add to /etc/make.conf to use FreeBSD's libc with a NetBSD/Alpha kernel. From now on, FreeBSD/Alpha is just FreeBSD. Notes: svn path=/head/; revision=38178
* Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.John Birrell1998-06-091-2/+3
| | | | Notes: svn path=/head/; revision=36825
* Import sources from NetBSD, tweaked for building in FreeBSD.John Birrell1998-03-091-0/+14
Notes: svn path=/cvs2svn/branches/JB/; revision=34375