~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to none/tests/x86/Makefile.am

  • Committer: Benjamin Kerensa
  • Date: 2012-11-21 23:57:58 UTC
  • mfrom: (1.1.16)
  • Revision ID: bkerensa@ubuntu.com-20121121235758-bd1rv5uc5vzov2p6
Merge from debian unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
check_PROGRAMS = \
67
67
        aad_aam \
 
68
        allexec \
68
69
        badseg \
69
70
        bt_everything \
70
71
        bt_literal \
109
110
AM_CXXFLAGS  += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
110
111
AM_CCASFLAGS += @FLAG_M32@
111
112
 
 
113
allexec_CFLAGS          = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@
 
114
 
112
115
if VGCONF_OS_IS_DARWIN
113
116
# Some of the tests (bug125959_x86, bug152818_x86, insn_*) need
114
117
# -mdynamic-no-pic.  I tried setting *_CFLAGS separately for all of them,