This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix for gcc-test-suite


Bryan, Andy, All,

On Wednesday 03 November 2010 00:49:55 Bryan Hundven wrote:
> I noticed another issue with the gcc testsuite wrt g++:
[--SNIP--]
> ERROR: GXX_UNDER_TEST (-g++) does not exist
> Result files available in
> '/home/bryan/x-tools/i686-nptl-linux-gnu/test-suite/gcc/tmp'
> 
> Makefile says:
> GXX_UNDER_TEST=$(DG_TARGET)-g++ || true

Could you test the attached patch, please?

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
diff --git a/contrib/gcc-test-suite/Makefile b/contrib/gcc-test-suite/Makefile
--- a/contrib/gcc-test-suite/Makefile
+++ b/contrib/gcc-test-suite/Makefile
@@ -70,7 +70,7 @@
 	         --target $(TARGET)             \
 	         --target_board board           \
 	         $(DG_TESTS)                    \
-	         GXX_UNDER_TEST=$(DG_TARGET)-g++ || true
+	         GXX_UNDER_TEST=$(TARGET)-g++   || true
 	@printf "Result files available in '%s'\n" "$(LOGDIR)"
 
 clean:

--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]