~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to stdio-common/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-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
1
# Copyright (C) 1991-2009, 2011 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
70
70
         bug19 tst-popen2 scanf14 scanf15 bug21 bug22 scanf16 scanf17 \
71
71
         tst-setvbuf1
72
72
tests-$(OPTION_EGLIBC_LOCALE_CODE) \
73
 
      += tst-sscanf tst-swprintf bug15 test-vfprintf bug14 scanf13
 
73
      += tst-sscanf tst-swprintf bug15 test-vfprintf bug14 scanf13 tst-grouping
74
74
tests-$(OPTION_POSIX_WIDE_CHAR_DEVICE_IO) \
75
75
      += tst-perror bug19a bug20
76
76
tests-$(OPTION_POSIX_C_LANG_WIDE_CHAR) \
142
142
scanf13-ENV = LOCPATH=$(common-objpfx)localedata
143
143
bug14-ENV = LOCPATH=$(common-objpfx)localedata
144
144
bug15-ENV = LOCPATH=$(common-objpfx)localedata
 
145
tst-grouping-ENV = LOCPATH=$(common-objpfx)localedata
145
146
 
146
147
ifneq (,$(filter %REENTRANT, $(defines)))
147
148
CPPFLAGS += -D_IO_MTSAFE_IO