1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Moved stdlib_main.o into the regular lib.c, at least for

the 68k build. The PowerPC build may follow later, provided
  I manage to get the specs file fixed.

- Moved the check for the presence of an FPU into the
  math_init.c code.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14897 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-03-20 17:14:58 +00:00
parent 5eefcf4555
commit 5695784272
5 changed files with 33 additions and 46 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.os4,v 1.46 2005-03-20 11:18:06 obarthel Exp $
# $Id: GNUmakefile.os4,v 1.47 2005-03-20 17:14:58 obarthel Exp $
#
# :ts=8
#
@ -301,6 +301,7 @@ C_LIB = \
stdlib_labs.o \
stdlib_ldiv.o \
stdlib_machine_test.o \
stdlib_main.o \
stdlib_malloc.o \
stdlib_math.o \
stdlib_mkdtemp.o \
@ -546,7 +547,6 @@ MATH_LIB = \
stdio_vsnprintf.o \
stdio_vsprintf.o \
stdlib_atof.o \
stdlib_machine_test.o \
stdlib_strtod.o \
time_difftime.o