This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug target/65286] When building on powerpc64le-unknown-linux-gnu, --disable-multilib must be used


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65286

--- Comment #5 from Alan Modra <amodra at gcc dot gnu.org> ---
Author: amodra
Date: Mon Mar  9 23:19:44 2015
New Revision: 221290

URL: https://gcc.gnu.org/viewcvs?rev=221290&root=gcc&view=rev
Log:
    PR target/65286
    * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
    to be single-arch by default.  Set cpu_is_64bit for powerpc64
    given --with-cpu=native.
    * config/rs6000/t-fprules: Do not set default MULTILIB vars.
    * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
    and powerpc64le.
    * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
    rs6000_isa_flags rather than TARGET_64BIT.


Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config.gcc
    branches/gcc-4_8-branch/gcc/config/rs6000/linux64.h
    branches/gcc-4_8-branch/gcc/config/rs6000/t-fprules
    branches/gcc-4_8-branch/gcc/config/rs6000/t-linux


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