public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/27396]  New: It seems that x86_64-unknown-openbsd3.9 is completely unsupported.
@ 2006-05-02 19:10 kgardas at objectsecurity dot com
  2006-05-02 20:56 ` [Bug target/27396] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: kgardas at objectsecurity dot com @ 2006-05-02 19:10 UTC (permalink / raw)
  To: gcc-bugs

Hello,
while trying to compile recent trunk (20060502) on AMD64/OpenBSD platform I've
found that compilation fails quickly with:

checking for .preinit_array/.init_array/.fini_array support... no
checking if mkdir takes one argument... no
*** Configuration x86_64-unknown-openbsd3.9 not supported
gmake[2]: *** [configure-stage1-gcc] Error 1
gmake[2]: Leaving directory `/home/karel/obj'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/home/karel/obj'
gmake: *** [bootstrap] Error 2

I've configured GCC with:
/home/karel/svn/gcc/trunk/configure
--prefix=/home/karel/usr/local/gcc-trunk-20060502 --enable-shared
--enable-threads --enable-languages=c++ --disable-checking --disable-nls
--disable-werror

and tried to build it with:
time gmake CFLAGS=-O LIBCFLAGS=-g -O2 LIBCXXFLAGS=-g -O2
-fno-implicit-templates bootstrap

Am I right assuming that this platform is completely unsupported, or have I
done anything wrong?

Thanks,
Karel
Karel


-- 
           Summary: It seems that x86_64-unknown-openbsd3.9 is completely
                    unsupported.
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kgardas at objectsecurity dot com
 GCC build triplet: x86_64-unknown-openbsd3.9
  GCC host triplet: x86_64-unknown-openbsd3.9
GCC target triplet: x86_64-unknown-openbsd3.9


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


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

* [Bug target/27396] It seems that x86_64-unknown-openbsd3.9 is completely unsupported.
  2006-05-02 19:10 [Bug target/27396] New: It seems that x86_64-unknown-openbsd3.9 is completely unsupported kgardas at objectsecurity dot com
@ 2006-05-02 20:56 ` pinskia at gcc dot gnu dot org
  2006-05-02 22:03 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-02 20:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-05-02 20:56 -------
That does in dead means the port is not done.  I would talk to Marc Espie
(hopefully I spelled his name correctly).


-- 


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


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

* [Bug target/27396] It seems that x86_64-unknown-openbsd3.9 is completely unsupported.
  2006-05-02 19:10 [Bug target/27396] New: It seems that x86_64-unknown-openbsd3.9 is completely unsupported kgardas at objectsecurity dot com
  2006-05-02 20:56 ` [Bug target/27396] " pinskia at gcc dot gnu dot org
@ 2006-05-02 22:03 ` pinskia at gcc dot gnu dot org
  2006-05-21 23:20 ` carenas at sajinet dot com dot pe
  2006-05-29 23:07 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-02 22:03 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


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

* [Bug target/27396] It seems that x86_64-unknown-openbsd3.9 is completely unsupported.
  2006-05-02 19:10 [Bug target/27396] New: It seems that x86_64-unknown-openbsd3.9 is completely unsupported kgardas at objectsecurity dot com
  2006-05-02 20:56 ` [Bug target/27396] " pinskia at gcc dot gnu dot org
  2006-05-02 22:03 ` pinskia at gcc dot gnu dot org
@ 2006-05-21 23:20 ` carenas at sajinet dot com dot pe
  2006-05-29 23:07 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: carenas at sajinet dot com dot pe @ 2006-05-21 23:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from carenas at sajinet dot com dot pe  2006-05-21 23:20 -------
also affects latest gcc release (http://gcc.gnu.org/releases.html) 3.4.6 while
trying to do a plain --enable-languages="C"


-- 

carenas at sajinet dot com dot pe changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carenas at sajinet dot com
                   |                            |dot pe


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


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

* [Bug target/27396] It seems that x86_64-unknown-openbsd3.9 is completely unsupported.
  2006-05-02 19:10 [Bug target/27396] New: It seems that x86_64-unknown-openbsd3.9 is completely unsupported kgardas at objectsecurity dot com
                   ` (2 preceding siblings ...)
  2006-05-21 23:20 ` carenas at sajinet dot com dot pe
@ 2006-05-29 23:07 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-29 23:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-05-29 23:07 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-29 23:07:48
               date|                            |


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


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

* [Bug target/27396] It seems that x86_64-unknown-openbsd3.9 is completely unsupported.
       [not found] <bug-27396-4@http.gcc.gnu.org/bugzilla/>
  2012-09-06 13:44 ` jsg at openbsd dot org
@ 2021-08-30  2:39 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-30  2:39 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Dup of bug 39572.

*** This bug has been marked as a duplicate of bug 39572 ***

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

* [Bug target/27396] It seems that x86_64-unknown-openbsd3.9 is completely unsupported.
       [not found] <bug-27396-4@http.gcc.gnu.org/bugzilla/>
@ 2012-09-06 13:44 ` jsg at openbsd dot org
  2021-08-30  2:39 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 7+ messages in thread
From: jsg at openbsd dot org @ 2012-09-06 13:44 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Gray <jsg at openbsd dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsg at openbsd dot org

--- Comment #4 from Jonathan Gray <jsg at openbsd dot org> 2012-09-06 13:44:00 UTC ---
This is a duplicate of 39572 which has been closed.
A target has now been merged.
http://gcc.gnu.org/ml/gcc-cvs/2012-09/msg00020.html


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

end of thread, other threads:[~2021-08-30  2:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-02 19:10 [Bug target/27396] New: It seems that x86_64-unknown-openbsd3.9 is completely unsupported kgardas at objectsecurity dot com
2006-05-02 20:56 ` [Bug target/27396] " pinskia at gcc dot gnu dot org
2006-05-02 22:03 ` pinskia at gcc dot gnu dot org
2006-05-21 23:20 ` carenas at sajinet dot com dot pe
2006-05-29 23:07 ` pinskia at gcc dot gnu dot org
     [not found] <bug-27396-4@http.gcc.gnu.org/bugzilla/>
2012-09-06 13:44 ` jsg at openbsd dot org
2021-08-30  2:39 ` pinskia at gcc dot gnu.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).