2011-01-14 Ralf Corsépius <ralf.corsepius@rtems.org>

* math/domath.c, math/domathf.c, math/domath.in,
	math/domathl.c, math/init.c, math/Makefile.am:
	New (Import from rtems-4.11).
	* Makefile.am: Add math/
	* configure.ac: Add math/Makefile.
This commit is contained in:
Ralf Corsepius
2011-01-14 13:40:43 +00:00
parent b7cb7e3bc5
commit 0fab42f14e
3 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2011-01-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* math/domath.c, math/domathf.c, math/domath.in,
math/domathl.c, math/init.c, math/Makefile.am:
New (Import from rtems-4.11).
* Makefile.am: Add math/
* configure.ac: Add math/Makefile.
2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/Makefile.am: Add htonl.

View File

@@ -10,6 +10,7 @@ SUBDIRS += bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
block08 block09 block10 stringto01
SUBDIRS += math
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am

View File

@@ -60,5 +60,6 @@ termios01/Makefile
termios02/Makefile
tztest/Makefile
POSIX/Makefile
math/Makefile
])
AC_OUTPUT