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]

[PATCH] Fix for gcc-test-suite


Hi,

Attached to this email is a patch to fix an issue in the gcc-test-suite
Makefile.  The problem occurs on my build machine because, for some reason,
it is misinterpretting the use of "echo -e ..." and the "-e" is appearing in
the generated file.

This patch basically changes the use of quotes so that the "-e" option is
unnecessary.

I haven't been able to test this patch on a system where "-e" is correctly
interpretted, but I expect the change should not cause a regression there.

Cheers
Andy

P.S. I tried using the mercurial patch submission, but my emailer is
somewhat broken; hopefully the patch file can still be used?...

Attachment: patch.txt
Description: Text document

--
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]