History log of /freebsd-10.3-release/lib/libc/quad/Makefile.inc
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 245644 19-Jan-2013 andrew

For ARM EABI we only need a subset of the quad functions, the rest are
provided by libgcc.


# 211774 24-Aug-2010 imp

Powerpc is special here. powerpc and powerpc64 use different ABIs, so
their implementations aren't in the same files. Introduce LIBC_ARCH
and use that in preference to MACHINE_CPUARCH. Tested by amd64 and
powerpc64 builds (thanks nathanw@)


# 211725 23-Aug-2010 imp

MFtbemd:

Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.


# 171278 06-Jul-2007 deischen

Fix a typo that prevented the quad symbols from being exported
(s/SYM_MAP/SYM_MAPS/).

Reported by: kan
Approved by: re@ (Ken Smith)


# 156613 13-Mar-2006 deischen

Add each directory's symbol map file to SYM_MAPS.


# 107052 18-Nov-2002 ru

libc_r wasn't so tied to libc for 22 months.


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 33668 20-Feb-1998 jb

Change MACHINE references to MACHINE_ARCH.


# 31870 19-Dec-1997 bde

Put the .PATH statement first as in all other libc Makefile.inc's.


# 25401 03-May-1997 jb

Changed all paths to be relative to src/lib instead of src/lib/libc
so that all these makefiles can be used to build libc_r too.

Added .if ${LIB} == "c" tests to restrict man page builds to libc
to avoid needlessly building them with libc_r too.

Split libc Makefile into Makefile and Makefile.inc to allow the
libc_r Makefile to include Makefile.inc too.


# 12555 01-Dec-1995 bde

Restored [u]cmpdi2.c which are needed for switching on [unsigned] long
long values.


# 12524 29-Nov-1995 bde

Removed cmpdi2.c from ${SRCS}. I think it is no more needed than ucmpdi2.

Restored order in ${SRCS}.


# 11663 22-Oct-1995 phk

limit the number of functions we pull in for 'i386'.
I still belive this stuff should go back into gcc.


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources