dejagnu-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. post-if-stmt-bra


From: Ben Elliston
Subject: [Dejagnu-commit] [SCM] DejaGNU branch, master, updated. post-if-stmt-braces-149-g5256bd8
Date: Thu, 26 Feb 2015 06:57:15 +0000

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 <address@hidden>
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 <address@hidden>

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

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


hooks/post-receive
-- 
DejaGNU



reply via email to

[Prev in Thread] Current Thread [Next in Thread]