diff options
author | tom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-11-11 14:57:12 +0000 |
---|---|---|
committer | tom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-11-11 14:57:12 +0000 |
commit | 5ffdc3f8d2e8d85e6deeae2108f311b0d39ad0ce (patch) | |
tree | feba49c08ff545f395159366fc901c3144ede750 /cachegrind | |
parent | b12b89ff9444a05108cd2592d2a93d510cab3486 (diff) |
Add -m32 for assembly code when possible.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5089 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind')
-rw-r--r-- | cachegrind/tests/x86/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cachegrind/tests/x86/Makefile.am b/cachegrind/tests/x86/Makefile.am index bc98f6a5..3e693bd1 100644 --- a/cachegrind/tests/x86/Makefile.am +++ b/cachegrind/tests/x86/Makefile.am @@ -6,6 +6,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ check_PROGRAMS = \ fpu-28-108 -AM_CFLAGS = $(WERROR) @FLAG_M32@ -Winline -Wall -Wshadow -g +AM_CFLAGS = $(WERROR) @FLAG_M32@ -Winline -Wall -Wshadow -g +AM_CCASFLAGS = @FLAG_M32@ fpu_28_108_SOURCES = fpu-28-108.S |