Changeset 1831fd12 in rtems for testsuites/libtests/mathl/Makefile.am
- Timestamp:
- 05/24/12 05:15:40 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 2a7b823
- Parents:
- 87c8d8ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/mathl/Makefile.am
r87c8d8ab r1831fd12 5 5 # FIXME: Skip long double, not yet supported in newlib 6 6 # => This test currently is a nop 7 mathl_CPPFLAGS = $(AM_CPPFLAGS) -DNO_LONG_DOUBLE 8 9 $(srcdir)/domathl.c: $(srcdir)/../math/domath.in 10 sed -e 's,[@]FTYPE[@],long double,' \ 11 -e 's,[@]FSUFFIX[@],l,g' \ 12 -e 's,%f,%Lf,g' \ 13 -e 's,[@]FGUARD[@],NO_LONG_DOUBLE,' \ 14 $(srcdir)/../math/domath.in > $(srcdir)/domathl.c 7 mathl_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math -DNO_LONG_DOUBLE 15 8 16 9 dist_rtems_tests_DATA = mathl.scn
Note: See TracChangeset
for help on using the changeset viewer.