imp 2008-09-19 03:09:36 UTC
FreeBSD src repository
Modified files:
gnu/lib/libgcc Makefile
Log:
SVN rev 183167 on 2008-09-19 03:09:36Z by imp
MFP4: Add mips to the list of soft-float platforms.
Revision ChangesPath
1.62 +2 -2 src/gnu/lib/libgc
imp 2008-09-19 01:35:34 UTC
FreeBSD src repository
Modified files:
gnu/lib/libgcc Makefile
Log:
SVN rev 183165 on 2008-09-19 01:35:34Z by imp
Prefer the patch in p4 to the patch in svn as it properly sorts the
architectures alphabetically.
Revision Changes
kan 2007-08-14 20:49:58 UTC
FreeBSD src repository
Modified files:
gnu/lib/libgcc Makefile
Log:
Remove comment that was added by mistakes and which prevented _eprintf
and gcc_bcmp to be added to static libgcc.a.
Approved by:re (kensmith)
Revision Change
cognet 2006-10-12 16:43:15 UTC
FreeBSD src repository
Modified files:
gnu/lib/libgcc Makefile
Log:
Don't build the libgcc with functions already included in the libc to
unbreak the build.
We'll switch back to the libgcc functions and get rid of the libsoftfloat
later
obrien 2006-10-05 19:46:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
gnu/lib/libgcc Makefile
Log:
ARM in its present state cannot handle the full LIB1ASMFUNCS and FP/DPBIT's
so build a limited set.
Approved by: re(KEN)
Revision Chang