[SCM] DejaGNU branch, master, updated. post-if-stmt-braces-149-g5256bd8

Ben Elliston <[email protected]>
Newsgroups gmane.comp.sysutils.dejagnu.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DejaGNU".

The branch, master has been updated
       via  5256bd82343000c76bc0e48139003f90b6184347 (commit)
      from  3249854999143f1a0b728e812b26e1665ebfdb4b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5256bd82343000c76bc0e48139003f90b6184347
Author: H.J. Lu <[email protected]>
Date:   Thu Feb 26 17:53:48 2015 +1100

    	* lib/target.exp (default_target_compile): Prepend multilib_flags,
    	instead of appending it.
    
    Some GCC testcases need explicit GCC options to properly run. For
    example gcc.target/i386/pr32219-1.c has -fpie specified explicitly:
    
    /* { dg-options "-O2 -fpie" } */
    
    But with multlib, eg:
    make check-gcc RUNTESTFLAGS="--target_board='unix{-fpic}'"
    
    -fpic is appended to the command line options, which overrides the command
    line options specified by dg-options.  multlib flags should be placed at
    the beginning of the command line options, not at the end.  This patch
    updates default_target_compile to prepend multilib_flags, instead of
    appending it.
    
    Signed-off-by: Ben Elliston <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    5 +++++
 lib/target.exp |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
DejaGNU
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.