public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/11660] libffi only builds when java is selected as language
       [not found] <bug-11660-4@http.gcc.gnu.org/bugzilla/>
@ 2015-04-28 15:26 ` egall at gwmail dot gwu.edu
  0 siblings, 0 replies; 12+ messages in thread
From: egall at gwmail dot gwu.edu @ 2015-04-28 15:26 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Gallager <egall at gwmail dot gwu.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egall at gwmail dot gwu.edu

--- Comment #11 from Eric Gallager <egall at gwmail dot gwu.edu> ---
Doesn't libffi also get built if go is selected as a language? I can't verify
it for myself due to bug 46986, but based on my reading of Makefile.def, it
seems like building libgo should cause libffi to be built, as well...


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
       [not found] <bug-11660-3827@http.gcc.gnu.org/bugzilla/>
@ 2005-10-23  0:08 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-23  0:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2005-10-23 00:08 -------
No longer working on this.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pinskia at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
                   ` (8 preceding siblings ...)
  2004-12-12  4:32 ` pinskia at gcc dot gnu dot org
@ 2005-04-21 16:42 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-21 16:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-21 16:42 -------
The patch has to be updated.  I might do that this weekend.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|patch                       |


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
                   ` (7 preceding siblings ...)
  2004-07-02 23:00 ` aperez at student dot santarosa dot edu
@ 2004-12-12  4:32 ` pinskia at gcc dot gnu dot org
  2005-04-21 16:42 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-12  4:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-12 04:32 -------
This might get into 4.0.0 because __builtin_apply is so broken on most targets that fails for most tests 
already now on the mainline.

Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00841.html>, just waiting for a global 
write maintainer to approve it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
                   ` (6 preceding siblings ...)
  2004-02-27 15:41 ` pinskia at gcc dot gnu dot org
@ 2004-07-02 23:00 ` aperez at student dot santarosa dot edu
  2004-12-12  4:32 ` pinskia at gcc dot gnu dot org
  2005-04-21 16:42 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 12+ messages in thread
From: aperez at student dot santarosa dot edu @ 2004-07-02 23:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aperez at student dot santarosa dot edu  2004-07-02 23:00 -------
I would also like to throw my support behind this modification/enhancement. This
is important/necessary for more than just java. GNUstep can use either libffi or
ffcall, and libffi is preferable for a number of reasons, but as of now it's a
massive pain in the ass to build because you have to check out way more than you
actually need. So the entire GNUstep community would benefit from this
modificaitons, as well as numerous other communities, including the pyobjc
community. I would prefer an --enable-libffi configure option as Andrew Pinski
suggests.

-- 


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
                   ` (5 preceding siblings ...)
  2003-08-23  0:58 ` dhazeghi at yahoo dot com
@ 2004-02-27 15:41 ` pinskia at gcc dot gnu dot org
  2004-07-02 23:00 ` aperez at student dot santarosa dot edu
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-27 15:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-27 15:41 -------
Mine as work to get libobjc "modernized" or remove the builtin_apply "hacks".

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
                   ` (4 preceding siblings ...)
  2003-07-24 15:33 ` ro at techfak dot uni-bielefeld dot de
@ 2003-08-23  0:58 ` dhazeghi at yahoo dot com
  2004-02-27 15:41 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:58 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
                   ` (3 preceding siblings ...)
  2003-07-24 13:00 ` dennis at pruts dot nl
@ 2003-07-24 15:33 ` ro at techfak dot uni-bielefeld dot de
  2003-08-23  0:58 ` dhazeghi at yahoo dot com
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2003-07-24 15:33 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2003-07-24 15:33 -------
Subject: Re:  libffi only builds when java is selected as language

In fact, there's currently work in progress to make the GCC copy the master
version and merge any remaining changes from the sources.redhat.com
repository.  At that time it is certainly appropriate to be able to build
and install libffi even without java.

	Rainer


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
                   ` (2 preceding siblings ...)
  2003-07-24 12:57 ` pinskia at physics dot uc dot edu
@ 2003-07-24 13:00 ` dennis at pruts dot nl
  2003-07-24 15:33 ` ro at techfak dot uni-bielefeld dot de
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: dennis at pruts dot nl @ 2003-07-24 13:00 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dennis at pruts dot nl  2003-07-24 13:00 -------
Subject: Re:  libffi only builds when java is selected
 as language



> ------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-24 12:57 -------
> Note GNUStep is not part of GCC.
> Even though this page: <http://sources.redhat.com/libffi/> says it is largely maintained by GCC, it
> is wrong.

Okay, I counted on that being true :)
I'll will just use the libffi from Red Hat, and compile GCC without it.
Thanks!

Dennis

> >From libffi/README in the mainline of GCC:
> This directory contains the libffi package, which is not part of GCC but
> shipped with GCC as convenience.
>
> So I think there is no upstream anymore, it looks like.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
  2003-07-24 12:41 ` [Bug bootstrap/11660] " pinskia at physics dot uc dot edu
  2003-07-24 12:48 ` dennis at pruts dot nl
@ 2003-07-24 12:57 ` pinskia at physics dot uc dot edu
  2003-07-24 13:00 ` dennis at pruts dot nl
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-24 12:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-24 12:57 -------
Note GNUStep is not part of GCC.
Even though this page: <http://sources.redhat.com/libffi/> says it is largely maintained by GCC, it 
is wrong.
>From libffi/README in the mainline of GCC:
This directory contains the libffi package, which is not part of GCC but
shipped with GCC as convenience.

So I think there is no upstream anymore, it looks like.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
  2003-07-24 12:41 ` [Bug bootstrap/11660] " pinskia at physics dot uc dot edu
@ 2003-07-24 12:48 ` dennis at pruts dot nl
  2003-07-24 12:57 ` pinskia at physics dot uc dot edu
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: dennis at pruts dot nl @ 2003-07-24 12:48 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dennis at pruts dot nl  2003-07-24 12:48 -------
Subject: Re:  libffi only builds when java is selected
 as language

Objective-C or atleast GNUstep can also use libffi, so it is useful for
the GNUstep project.
Might it be useful to contact the upstream team for this, and if so who
should I contact for this.

Dennis

On 24 Jul 2003, pinskia at physics dot uc dot edu wrote:

> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11660
>
>
> pinskia at physics dot uc dot edu changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>            Severity|minor                       |enhancement
>              Status|UNCONFIRMED                 |NEW
>           Component|target                      |bootstrap
>      Ever Confirmed|                            |1
>    Last reconfirmed|0000-00-00 00:00:00         |2003-07-24 12:41:11
>                date|                            |
>
>
> ------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-24 12:41 -------
> The only language that needs libffi for support of the programs in GCC is java, so it is only built
> when java is selected.  Maybe it can be built when --enable-libffi is done but it is not currently.
> Also libffi is updated from upstream so GCC are not the official maintainers so maybe this should
> be closed.
>
>
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11660] libffi only builds when java is selected as language
  2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
@ 2003-07-24 12:41 ` pinskia at physics dot uc dot edu
  2003-07-24 12:48 ` dennis at pruts dot nl
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-24 12:41 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |enhancement
             Status|UNCONFIRMED                 |NEW
          Component|target                      |bootstrap
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-24 12:41:11
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-24 12:41 -------
The only language that needs libffi for support of the programs in GCC is java, so it is only built 
when java is selected.  Maybe it can be built when --enable-libffi is done but it is not currently.  
Also libffi is updated from upstream so GCC are not the official maintainers so maybe this should 
be closed.


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-04-28 15:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11660-4@http.gcc.gnu.org/bugzilla/>
2015-04-28 15:26 ` [Bug bootstrap/11660] libffi only builds when java is selected as language egall at gwmail dot gwu.edu
     [not found] <bug-11660-3827@http.gcc.gnu.org/bugzilla/>
2005-10-23  0:08 ` pinskia at gcc dot gnu dot org
2003-07-24 12:24 [Bug target/11660] New: " dleeuw at made-it dot com
2003-07-24 12:41 ` [Bug bootstrap/11660] " pinskia at physics dot uc dot edu
2003-07-24 12:48 ` dennis at pruts dot nl
2003-07-24 12:57 ` pinskia at physics dot uc dot edu
2003-07-24 13:00 ` dennis at pruts dot nl
2003-07-24 15:33 ` ro at techfak dot uni-bielefeld dot de
2003-08-23  0:58 ` dhazeghi at yahoo dot com
2004-02-27 15:41 ` pinskia at gcc dot gnu dot org
2004-07-02 23:00 ` aperez at student dot santarosa dot edu
2004-12-12  4:32 ` pinskia at gcc dot gnu dot org
2005-04-21 16:42 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).