public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/30519]  New: Configuration mismatch -- extra parts
@ 2007-01-20 21:37 mckelvey at maskull dot com
  2007-01-20 21:47 ` [Bug target/30519] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mckelvey at maskull dot com @ 2007-01-20 21:37 UTC (permalink / raw)
  To: gcc-bugs

gcc/../libdecnumber -I../../libdecnumber -o crtendS.o -MT crtendS.o -MD -MP -MF
crtendS.dep -fPIC \
          -c ../../../gcc/libgcc/../gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O
# If the gcc directory specifies which extra parts to
# build for this target, and the libgcc configuration also
# specifies, make sure they match.  This can be removed
# when the gcc directory no longer holds libgcc configuration;
# it is useful when migrating a target.
Configuration mismatch!
Extra parts from gcc directory: crtbegin.o crtbeginS.o crtbeginT.o crtend.o
crtendS.o crtfastmath.o
Extra parts from libgcc: crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o
exit 1
gmake[3]: *** [libgcc-extra-parts] Error 1
gmake[3]: Leaving directory
`/usr/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libgcc'
gmake[2]: *** [all-stage1-target-libgcc] Error 2
gmake[2]: Leaving directory `/usr/home/mckelvey/software/gcc-obj'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/usr/home/mckelvey/software/gcc-obj'
gmake: *** [bootstrap] Error 2

Recent CVS, fetched from scratch.

alpha1:gcc-obj>uname -a
Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown

alpha1:gcc-obj>g++ -v
Using built-in specs.
Target: alphaev56-unknown-linux-gnu
Configured with: ../gcc/configure --verbose --enable-languages=c++
--disable-linux-futex --disable-nls --disable-tls
Thread model: posix
gcc version 4.3.0 20061105 (experimental)

alpha1:gcc-obj>alias CONFIGURECVS
alias CONFIGURECVS='../gcc/configure --verbose --enable-languages=c++
--disable-linux-futex --disable-nls --disable-tls >clog 2>&1 &'

alpha1:gcc-obj>alias BUILD
alias BUILD='nice gmake CFLAGS='\'''\'' BOOT_CFLAGS='\'''\''
LIBCFLAGS='\''-g'\'' LIBCXXFLAGS='\''-g'\'' bootstrap >log 2>&1 &'


-- 
           Summary: Configuration mismatch -- extra parts
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckelvey at maskull dot com
 GCC build triplet: alphaev56-unknown-linux-gnu
  GCC host triplet: alphaev56-unknown-linux-gnu
GCC target triplet: alphaev56-unknown-linux-gnu


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


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

* [Bug target/30519] [4.3 Regression] Configuration mismatch -- extra parts
  2007-01-20 21:37 [Bug bootstrap/30519] New: Configuration mismatch -- extra parts mckelvey at maskull dot com
@ 2007-01-20 21:47 ` pinskia at gcc dot gnu dot org
  2007-01-21  8:37 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-20 21:47 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build
            Summary|Configuration mismatch --   |[4.3 Regression]
                   |extra parts                 |Configuration mismatch --
                   |                            |extra parts
   Target Milestone|---                         |4.3.0


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


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

* [Bug target/30519] [4.3 Regression] Configuration mismatch -- extra parts
  2007-01-20 21:37 [Bug bootstrap/30519] New: Configuration mismatch -- extra parts mckelvey at maskull dot com
  2007-01-20 21:47 ` [Bug target/30519] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2007-01-21  8:37 ` pinskia at gcc dot gnu dot org
  2007-01-21 23:53 ` mckelvey at maskull dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-21  8:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-01-21 08:37 -------
This patch should work but I cannot test it.
Index: config.host
===================================================================
--- config.host (revision 120891)
+++ config.host (working copy)
@@ -192,6 +192,7 @@
        ;;
 alpha*-*-linux*)
        tmake_file="${tmake_file} alpha/t-crtfm"
+        extra_parts="$extra_parts crtfastmath.o"
        ;;
 alpha*-*-gnu*)
        ;;


-- 

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         |2007-01-21 08:37:01
               date|                            |


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


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

* [Bug target/30519] [4.3 Regression] Configuration mismatch -- extra parts
  2007-01-20 21:37 [Bug bootstrap/30519] New: Configuration mismatch -- extra parts mckelvey at maskull dot com
  2007-01-20 21:47 ` [Bug target/30519] [4.3 Regression] " pinskia at gcc dot gnu dot org
  2007-01-21  8:37 ` pinskia at gcc dot gnu dot org
@ 2007-01-21 23:53 ` mckelvey at maskull dot com
  2007-01-22  0:44 ` pinskia at gcc dot gnu dot org
  2007-01-22  0:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: mckelvey at maskull dot com @ 2007-01-21 23:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mckelvey at maskull dot com  2007-01-21 23:53 -------
That patch did the trick for me. Thanks!


-- 


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


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

* [Bug target/30519] [4.3 Regression] Configuration mismatch -- extra parts
  2007-01-20 21:37 [Bug bootstrap/30519] New: Configuration mismatch -- extra parts mckelvey at maskull dot com
                   ` (2 preceding siblings ...)
  2007-01-21 23:53 ` mckelvey at maskull dot com
@ 2007-01-22  0:44 ` pinskia at gcc dot gnu dot org
  2007-01-22  0:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-22  0:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-01-22 00:44 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug target/30519] [4.3 Regression] Configuration mismatch -- extra parts
  2007-01-20 21:37 [Bug bootstrap/30519] New: Configuration mismatch -- extra parts mckelvey at maskull dot com
                   ` (3 preceding siblings ...)
  2007-01-22  0:44 ` pinskia at gcc dot gnu dot org
@ 2007-01-22  0:44 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-22  0:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-01-22 00:44 -------
Subject: Bug 30519

Author: pinskia
Date: Mon Jan 22 00:43:56 2007
New Revision: 121047

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121047
Log:
2007-01-21  Andrew Pinski  <pinskia@gmail.com>

        PR target/30519
        * config.host (alpha*-*-linux*): Set extra_parts.



Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host


-- 


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


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

end of thread, other threads:[~2007-01-22  0:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-20 21:37 [Bug bootstrap/30519] New: Configuration mismatch -- extra parts mckelvey at maskull dot com
2007-01-20 21:47 ` [Bug target/30519] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-01-21  8:37 ` pinskia at gcc dot gnu dot org
2007-01-21 23:53 ` mckelvey at maskull dot com
2007-01-22  0:44 ` pinskia at gcc dot gnu dot org
2007-01-22  0:44 ` 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).