Ignore:
Timestamp:
Jul 1, 2005, 6:36:50 AM (20 years ago)
Author:
bird
Message:

More libc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/Makefile

    • Property cvs2svn:cvs-rev changed from 1.11 to 1.12
    r2136 r2137  
    4646        -DHAVE_NEWLOCALE \
    4747        -DHAVE_64BIT_FILEIO_TYPES \
    48         -DHAVE_SWPRINTF
     48        -DHAVE_SWPRINTF \
     49        -DHAVE_RPC_NETDB_H
    4950endif
    5051
    5152ifeq ($(TARGET),innoteklibc)
    5253SKIPPED    := \
     54        \
     55        misc/tst-efgcvt.c \
     56        misc/tst-mntent.c \
     57        \
     58        nss/bug-erange.c \
     59        \
    5360        posix/bug-ga1.c \
    5461        posix/bug-ga2.c \
     
    138145        posix/tst-dir.c \
    139146        posix/tst-fnmatch.c     \
    140         posix/tst-pcre.c
     147        posix/tst-pcre.c \
     148        misc/tst-tsearch.c
    141149       
    142150# NOTES:       
     
    148156# posix/testfnm.c:                                      This looks bad!
    149157# posix/tst-fnmatch.c:                          This too!
     158# misc/tst-tsearch.c:                           This really needs looking at on BSD.
    150159       
    151160CFLAGS     += -Zomf -g -I sysdeps/os2 \
Note: See TracChangeset for help on using the changeset viewer.