~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to string/Makefile

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1991-2002, 2005-2008, 2009 Free Software Foundation, Inc.
 
1
# Copyright (C) 1991-2002, 2005-2008, 2009, 2010 Free Software Foundation, Inc.
2
2
# This file is part of the GNU C Library.
3
3
 
4
4
# The GNU C Library is free software; you can redistribute it and/or
38
38
                   memccpy memcpy wordcopy strsep strcasestr            \
39
39
                   swab strfry memfrob memmem rawmemchr strchrnul       \
40
40
                   $(addprefix argz-,append count create ctsep next     \
41
 
                                     delete extract insert stringify    \
 
41
                                     delete extract insert stringify    \
42
42
                                     addsep replace)                    \
43
43
                   basename                                             \
44
44
                   strcoll_l strxfrm_l string-inlines memrchr           \
52
52
 
53
53
strop-tests     := memchr memcmp memcpy memmove mempcpy memset memccpy  \
54
54
                   stpcpy stpncpy strcat strchr strcmp strcpy strcspn   \
55
 
                   strlen strncmp strncpy strpbrk strrchr strspn memmem
 
55
                   strlen strncmp strncpy strpbrk strrchr strspn memmem \
 
56
                   strstr strcasestr strnlen strcasecmp strncasecmp
56
57
tests           := tester inl-tester noinl-tester testcopy test-ffs     \
57
58
                   tst-strlen stratcliff tst-svc tst-inlcall            \
58
59
                   bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap      \
59
60
                   tst-strtok tst-strfry        \
60
61
                   bug-strtok1 $(addprefix test-,$(strop-tests))        \
61
 
                   tst-strxfrm2 tst-endian tst-svc2
 
62
                   tst-strxfrm2 tst-endian tst-svc2 bug-strstr1 bug-strchr1
62
63
tests-$(OPTION_EGLIBC_ENVZ) += bug-envz1 
63
64
tests-$(OPTION_EGLIBC_LOCALE_CODE) \
64
65
                += tst-strxfrm bug-strcoll1
81
82
CFLAGS-stratcliff.c = -fno-builtin
82
83
CFLAGS-test-ffs.c = -fno-builtin
83
84
CFLAGS-tst-inlcall.c = -fno-builtin
 
85
CFLAGS-bug-strstr1.c = -fno-builtin
84
86
 
85
87
# eglibc: ifeq ($(cross-compiling),no)
86
88
tests: $(objpfx)tst-svc.out