[Bug ada/57188] [4.9 regression] Ada bootstrap broken on Solaris/x64: No_Implicit_Dynamic_Code violation

ebotcazou at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 6 16:55:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57188

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-05-06
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2013-05-06 16:55:04 UTC ---
> This doesn't happen in sparcv9-sun-solaris2* or i386-pc-solaris2*
> configurations.

gcc-interface/Makefile.in was a little changed so you probably need to adjust
the relevant regexp here:

# x86 and x86-64 solaris
ifeq ($(strip $(filter-out %86 %x86_64 solaris2%,$(arch) $(osys))),)
  LIBGNAT_TARGET_PAIRS_COMMON = \



More information about the Gcc-bugs mailing list