Ignore:
Timestamp:
05/24/12 05:15:40 (11 years ago)
Author:
Ralf Corsépius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
2a7b823
Parents:
87c8d8ab
Message:

Revert "Revert "libtests/math*: Avoid generated files""

This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.

File:
1 edited

Legend:

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

    r87c8d8ab r1831fd12  
    55# FIXME: Skip long double, not yet supported in newlib
    66# => 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
     7mathl_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math -DNO_LONG_DOUBLE
    158
    169dist_rtems_tests_DATA = mathl.scn
Note: See TracChangeset for help on using the changeset viewer.