Changeset 87c8d8ab in rtems for testsuites/libtests/mathl/Makefile.am
- Timestamp:
- 05/23/12 14:45:01 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 1831fd12
- Parents:
- 0c2d8ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/mathl/Makefile.am
r0c2d8ec r87c8d8ab 5 5 # FIXME: Skip long double, not yet supported in newlib 6 6 # => This test currently is a nop 7 mathl_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math -DNO_LONG_DOUBLE 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 8 15 9 16 dist_rtems_tests_DATA = mathl.scn
Note: See TracChangeset
for help on using the changeset viewer.