[Bug ada/55946] wrong tools used for build of gnattools [native-cross]

2014-01-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55946

Eric Botcazou ebotcazou at gcc dot gnu.org changed:

   What|Removed |Added

 CC||alexpux at gmail dot com

--- Comment #7 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
*** Bug 57795 has been marked as a duplicate of this bug. ***


[Bug ada/55946] wrong tools used for build of gnattools [native-cross]

2013-12-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55946

--- Comment #4 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
Author: ebotcazou
Date: Thu Dec 12 22:50:07 2013
New Revision: 205945

URL: http://gcc.gnu.org/viewcvs?rev=205945root=gccview=rev
Log:
PR ada/55946
gnattools/
* Makefile.in (host): Define.
(host_alias): Likewise.
(TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
(GNATMAKE_FOR_HOST): Define.
(GNATLINK_FOR_HOST): Likewise.
(GNATBIND_FOR_HOST): Likewise.
(GNATLS_FOR_HOST): Likewise.
(RTS_DIR): Move around and use GNATLS_FOR_HOST.
(TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
gcc/ada/
* gcc-interface/Make-lang.in (ada/doctools/xgnatugn): Use gnatmake.
* gcc-interface/Makefile.in (GCC_LINK): Add LDFLAGS.
(../../gnatmake): Remove LDFLAGS.
(../../gnatlink): Likewise.

Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/gcc-interface/Make-lang.in
trunk/gcc/ada/gcc-interface/Makefile.in
trunk/gnattools/ChangeLog
trunk/gnattools/Makefile.in


[Bug ada/55946] wrong tools used for build of gnattools [native-cross]

2013-12-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55946

--- Comment #5 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
Author: ebotcazou
Date: Thu Dec 12 22:53:43 2013
New Revision: 205947

URL: http://gcc.gnu.org/viewcvs?rev=205947root=gccview=rev
Log:
PR ada/55946
gnattools/
* Makefile.in (host): Define.
(host_alias): Likewise.
(TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
(GNATMAKE_FOR_HOST): Define.
(GNATLINK_FOR_HOST): Likewise.
(GNATBIND_FOR_HOST): Likewise.
(GNATLS_FOR_HOST): Likewise.
(RTS_DIR): Move around and use GNATLS_FOR_HOST.
(TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
gcc/ada/
* gcc-interface/Make-lang.in (ada/doctools/xgnatugn): Use gnatmake.
* gcc-interface/Makefile.in (GCC_LINK): Add LDFLAGS.
(../../gnatmake): Remove LDFLAGS.
(../../gnatlink): Likewise.

Modified:
branches/gcc-4_8-branch/gcc/ada/ChangeLog
branches/gcc-4_8-branch/gcc/ada/gcc-interface/Make-lang.in
branches/gcc-4_8-branch/gcc/ada/gcc-interface/Makefile.in
branches/gcc-4_8-branch/gnattools/ChangeLog
branches/gcc-4_8-branch/gnattools/Makefile.in


[Bug ada/55946] wrong tools used for build of gnattools [native-cross]

2013-12-12 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55946

Eric Botcazou ebotcazou at gcc dot gnu.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |4.8.3

--- Comment #6 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
This should be fixed now.  Note that the violation of No_Implicit_Dynamic_Code
comes from the misconfiguration of the host compiler: you need to add the
required bits to ada/gcc-interface/Makefile.in for an aarch64-based target.


[Bug ada/55946] wrong tools used for build of gnattools [native-cross]

2013-12-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55946

Eric Botcazou ebotcazou at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |ebotcazou at gcc dot 
gnu.org

--- Comment #3 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
I'm going to install something.


[Bug ada/55946] wrong tools used for build of gnattools [native-cross]

2013-11-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55946

Eric Botcazou ebotcazou at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2013-11-06
 CC||ebotcazou at gcc dot gnu.org
Summary|Wrong GNAT tools used on|wrong tools used for build
   |build of gnattools  |of gnattools [native-cross]
   |[native-cross]  |
 Ever confirmed|0   |1

--- Comment #2 from Eric Botcazou ebotcazou at gcc dot gnu.org ---
Related work done at http://gcc.gnu.org/ml/gcc-patches/2013-11/msg00146.html