This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


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: Results of a multi-build (not good)


I just relooked at the coma tweak:

	x86-64		(--target=x86_64-linux-gnu, broken)

It should be just:

	x86-64		(--target=x86_64-linux-gnu broken)

if you look at other examples:

	sh		--target=sh-hms,sh-elf ,-Werror

The first ``,'' is to separate the targets:

	sh-hms
	sh-elf

The ``,'' in ,-Werror is part of the list of flags vis:

	--enable-gdb-build-warnings=,-Werror

The ``--target=x86_64-linux-gnu, broken'' line confuses that bit of awk 
(but you won't notice if the output of the script is fed to ``grep -v 
broken''.

Andrew



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