christos
49278ef701
s/inline/__inline/ so that lint works.
1998-06-28 20:19:30 +00:00
cgd
5b0ac13bc6
ne64 is not used. #if 0 out its definition, so that its 'static inline'
...
ness and the fact that it is unused won't combine to cause a warning.
1998-04-24 18:46:53 +00:00
cgd
ec1f804952
add back RCS Id which I accidentally deleted.
1998-01-22 20:05:20 +00:00
cgd
193c1d2147
(1) make sure targets are built in a parallel-make-safe way
...
(2) make sure softfloat.po is compiled with the right profiling
flag (-pg), and softfloat.so is compiled with the right
PIC flags (${CPICFLAGS}).
1998-01-22 07:17:16 +00:00
cgd
ecb2fd7aad
define INLINE to be "static inline" rather than "extern inline", so that
...
if this code is compiled without optimization the not-inlined functions
will be included (statically) in the object files, and now show up
as undefined references.
1998-01-22 07:14:17 +00:00
perry
fbdb247796
RCSID Police.
1998-01-05 23:54:03 +00:00
lukem
97ba901942
use CPPFLAGS instead of CFLAGS, ${COMPILE.c} instead of ${CC} ... -c
1997-10-22 23:21:46 +00:00
mark
a5efbaaf3f
Fix -Wall compiler warnings.
1997-10-13 21:28:53 +00:00
mark
309d2271d4
Implement soft-float support using the softfloat library from John Hauser.
1997-10-12 21:18:01 +00:00