Ignore:
Timestamp:
05/23/12 14:45:01 (11 years ago)
Author:
Ralf Corsépius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
1831fd12
Parents:
0c2d8ec
Message:

Revert "libtests/math*: Avoid generated files"

This reverts commit 6a5bd1c65c005457455db344f2ee831d7a5cf99b.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/libtests/mathl/Makefile.am

    r0c2d8ec r87c8d8ab  
    55# FIXME: Skip long double, not yet supported in newlib
    66# => This test currently is a nop
    7 mathl_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math -DNO_LONG_DOUBLE
     7mathl_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
    815
    916dist_rtems_tests_DATA = mathl.scn
Note: See TracChangeset for help on using the changeset viewer.