diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-29 17:00:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-29 17:00:58 +0000 |
commit | 164746680eafb3c66bb8b3c2738491027e6de66c (patch) | |
tree | aeda389a18724f0f2238998cfd3e365fe7b0b67e /binutils/Makefile.am | |
parent | a8329558c71d9640692c6a96c7feeb632c7b240f (diff) | |
download | gdb-164746680eafb3c66bb8b3c2738491027e6de66c.zip gdb-164746680eafb3c66bb8b3c2738491027e6de66c.tar.gz gdb-164746680eafb3c66bb8b3c2738491027e6de66c.tar.bz2 |
Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET to runtest in environment.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index dc1efd5..b053447 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -139,9 +139,9 @@ check-DEJAGNU: site.exp fi; \ runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ - $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \ - CC_FOR_TARGET="$(CC_FOR_TARGET)" \ - CFLAGS_FOR_TARGET="$(CFLAGS)" $(RUNTESTFLAGS); \ + CC_FOR_TARGET="$(CC_FOR_TARGET)" CFLAGS_FOR_TARGET="$(CFLAGS)" \ + $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \ + $(RUNTESTFLAGS); \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi |