Changeset 2137 for trunk/src/libctests/glibc/Makefile
- Timestamp:
- Jul 1, 2005, 6:36:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.11
to1.12
r2136 r2137 46 46 -DHAVE_NEWLOCALE \ 47 47 -DHAVE_64BIT_FILEIO_TYPES \ 48 -DHAVE_SWPRINTF 48 -DHAVE_SWPRINTF \ 49 -DHAVE_RPC_NETDB_H 49 50 endif 50 51 51 52 ifeq ($(TARGET),innoteklibc) 52 53 SKIPPED := \ 54 \ 55 misc/tst-efgcvt.c \ 56 misc/tst-mntent.c \ 57 \ 58 nss/bug-erange.c \ 59 \ 53 60 posix/bug-ga1.c \ 54 61 posix/bug-ga2.c \ … … 138 145 posix/tst-dir.c \ 139 146 posix/tst-fnmatch.c \ 140 posix/tst-pcre.c 147 posix/tst-pcre.c \ 148 misc/tst-tsearch.c 141 149 142 150 # NOTES: … … 148 156 # posix/testfnm.c: This looks bad! 149 157 # posix/tst-fnmatch.c: This too! 158 # misc/tst-tsearch.c: This really needs looking at on BSD. 150 159 151 160 CFLAGS += -Zomf -g -I sysdeps/os2 \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.