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

Reply via email to