public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/53828] New: Missing auto-target.h to compile cpuinfo.c
@ 2012-07-01 22:44 mikael at gcc dot gnu.org
  2012-07-20 10:01 ` [Bug bootstrap/53828] " mikael at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: mikael at gcc dot gnu.org @ 2012-07-01 22:44 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53828
           Summary: Missing auto-target.h to compile cpuinfo.c
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mikael@gcc.gnu.org
              Host: x86_64-unknown-freebsd9.0
            Target: x86_64-unknown-freebsd9.0
             Build: x86_64-unknown-freebsd9.0


Hello, 

I had the following error compiling cpuinfo.c:

/home/mik/gcc4x/src/libgcc/config/i386/cpuinfo.c:23:25: fatal error:
auto-target.h: No such file or directory
 #include "auto-target.h"
                         ^
compilation terminated.
gmake[3]: *** [cpuinfo.o] Erreur 1
gmake[3] : on quitte le répertoire «
/usr/home/mik/gcc4x/build/x86_64-unknown-freebsd9.0/libgcc »
gmake[2]: *** [all-stage3-target-libgcc] Erreur 2
gmake[2] : on quitte le répertoire « /usr/home/mik/gcc4x/build »
gmake[1]: *** [stage3-bubble] Erreur 2
gmake[1] : on quitte le répertoire « /usr/home/mik/gcc4x/build »
gmake: *** [all] Erreur 2



The compilation of libgcc's cpuinfo.c continued with the following change:

Index: libgcc/config/i386/t-cpuinfo
===================================================================
--- libgcc/config/i386/t-cpuinfo    (révision 189101)
+++ libgcc/config/i386/t-cpuinfo    (copie de travail)
@@ -1 +1,2 @@
 LIB2ADD += $(srcdir)/config/i386/cpuinfo.c
+$(srcdir)/config/i386/cpuinfo.c: auto-target.h



Here is my configure line:

home/mik/gcc4x/src/configure --disable-multilib --enable-maintainer-mode 
--disable-libstdcxx-pch --enable-languages=fortran


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

* [Bug bootstrap/53828] Missing auto-target.h to compile cpuinfo.c
  2012-07-01 22:44 [Bug bootstrap/53828] New: Missing auto-target.h to compile cpuinfo.c mikael at gcc dot gnu.org
@ 2012-07-20 10:01 ` mikael at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: mikael at gcc dot gnu.org @ 2012-07-20 10:01 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Morin <mikael at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #1 from Mikael Morin <mikael at gcc dot gnu.org> 2012-07-20 10:00:47 UTC ---
Unable to reproduce anymore.


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

end of thread, other threads:[~2012-07-20 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-01 22:44 [Bug bootstrap/53828] New: Missing auto-target.h to compile cpuinfo.c mikael at gcc dot gnu.org
2012-07-20 10:01 ` [Bug bootstrap/53828] " mikael 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).