public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/23935] New: $PREFIX/include/ffi.h needs to go to a target- and -version-dependent location
@ 2005-09-17 22:50 gerald at pfeifer dot com
  2005-09-17 22:52 ` [Bug libffi/23935] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 6+ messages in thread
From: gerald at pfeifer dot com @ 2005-09-17 22:50 UTC (permalink / raw)
  To: java-prs

Currently ffi.h is installed into $PREFIX/include. 
 
This breaks cases where different versions of GCC, or copies of GCC for 
different targets are installed into the same $PREFIX.

-- 
           Summary: $PREFIX/include/ffi.h needs to go to a target- and -
                    version-dependent location
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerald at pfeifer dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org,tromey at redhat dot com


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


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

* [Bug libffi/23935] $PREFIX/include/ffi.h needs to go to a target- and -version-dependent location
  2005-09-17 22:50 [Bug java/23935] New: $PREFIX/include/ffi.h needs to go to a target- and -version-dependent location gerald at pfeifer dot com
@ 2005-09-17 22:52 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-17 22:52 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|java                        |libffi


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


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

* [Bug libffi/23935] $PREFIX/include/ffi.h needs to go to a target- and -version-dependent location
       [not found] <bug-23935-231@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-09-12 16:54 ` daney at gcc dot gnu dot org
@ 2007-08-10  8:18 ` daney at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: daney at gcc dot gnu dot org @ 2007-08-10  8:18 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from daney at gcc dot gnu dot org  2007-08-10 08:17 -------
*** Bug 23718 has been marked as a duplicate of this bug. ***


-- 

daney at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernd dot paysan at gmx dot
                   |                            |de


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


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

* [Bug libffi/23935] $PREFIX/include/ffi.h needs to go to a target- and -version-dependent location
       [not found] <bug-23935-231@http.gcc.gnu.org/bugzilla/>
  2006-09-11 21:08 ` daney at gcc dot gnu dot org
  2006-09-12 16:52 ` daney at gcc dot gnu dot org
@ 2006-09-12 16:54 ` daney at gcc dot gnu dot org
  2007-08-10  8:18 ` daney at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: daney at gcc dot gnu dot org @ 2006-09-12 16:54 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from daney at gcc dot gnu dot org  2006-09-12 16:54 -------
Fixed by the patch I just committed.


-- 

daney at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug libffi/23935] $PREFIX/include/ffi.h needs to go to a target- and -version-dependent location
       [not found] <bug-23935-231@http.gcc.gnu.org/bugzilla/>
  2006-09-11 21:08 ` daney at gcc dot gnu dot org
@ 2006-09-12 16:52 ` daney at gcc dot gnu dot org
  2006-09-12 16:54 ` daney at gcc dot gnu dot org
  2007-08-10  8:18 ` daney at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: daney at gcc dot gnu dot org @ 2006-09-12 16:52 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from daney at gcc dot gnu dot org  2006-09-12 16:51 -------
Subject: Bug 23935

Author: daney
Date: Tue Sep 12 16:51:43 2006
New Revision: 116893

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116893
Log:
        PR libffi/23935
        * include/Makefile.am: Install both ffi.h and ffitarget.h in
        $(libdir)/gcc/$(target_alias)/$(gcc_version)/include.
        * aclocal.m4: Regenerated for automake 1.9.6.
        * Makefile.in: Regenerated.
        * include/Makefile.in: Regenerated.
        * testsuite/Makefile.in: Regenerated.

Modified:
    trunk/libffi/ChangeLog
    trunk/libffi/Makefile.in
    trunk/libffi/aclocal.m4
    trunk/libffi/include/Makefile.am
    trunk/libffi/include/Makefile.in
    trunk/libffi/testsuite/Makefile.in


-- 


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


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

* [Bug libffi/23935] $PREFIX/include/ffi.h needs to go to a target- and -version-dependent location
       [not found] <bug-23935-231@http.gcc.gnu.org/bugzilla/>
@ 2006-09-11 21:08 ` daney at gcc dot gnu dot org
  2006-09-12 16:52 ` daney at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: daney at gcc dot gnu dot org @ 2006-09-11 21:08 UTC (permalink / raw)
  To: java-prs



-- 

daney at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |daney at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-11 21:08:16
               date|                            |


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


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

end of thread, other threads:[~2007-08-10  8:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-17 22:50 [Bug java/23935] New: $PREFIX/include/ffi.h needs to go to a target- and -version-dependent location gerald at pfeifer dot com
2005-09-17 22:52 ` [Bug libffi/23935] " pinskia at gcc dot gnu dot org
     [not found] <bug-23935-231@http.gcc.gnu.org/bugzilla/>
2006-09-11 21:08 ` daney at gcc dot gnu dot org
2006-09-12 16:52 ` daney at gcc dot gnu dot org
2006-09-12 16:54 ` daney at gcc dot gnu dot org
2007-08-10  8:18 ` daney 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).