public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: william@nscs.fast.net
To: gcc-gnats@gcc.gnu.org
Subject: target/7623: SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT
Date: Sat, 17 Aug 2002 16:15:00 -0000	[thread overview]
Message-ID: <20020817230047.23376.qmail@sources.redhat.com> (raw)


>Number:         7623
>Category:       target
>Synopsis:       SCO OpenServer build fails with machmode.def: undefined symbol: BITS_PER_UNIT
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 17 16:06:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     William Bader
>Release:        gcc-3.1
>Organization:
>Environment:
SCO OpenServer 5.0.5, SCO dev sys
>Description:
gcc-3.1 builds under SCO OpenServer 5.0.5 using the SCO
dev sys fail with
"machmode.def: undefined symbol: BITS_PER_UNIT".
Reverting the ChangeLog entry below would probably fix
the problem.
> 2002-04-24  Robert Lipe  <robertlipe@usa.net>
>       * config/i386/sco5.h(i386.h, att.h): Eliminate double inclusion.
The ChangeLog for gcc-3.2 does not have any indications that
this has been fixed.
>How-To-Repeat:
Build gcc-3.1 under SCO OpenServer 5.0.5 with the SCO dev sys.
It will probably happen on all versions of SCO OpenServer 5.
>Fix:
I built gcc-3.2 using the patch below.

--- gcc-3.2/gcc/config.gcc      Tue Aug  6 11:20:55 2002
+++ bgcc-3.2/gcc/config.gcc     Thu Aug 15 16:18:59 2002
@@ -1400,17 +1400,17 @@
        tmake_file="i386/t-rtems-i386 i386/t-crtstuff t-rtems"
        if test x$enable_threads = xyes; then
          thread_file='rtems'
        fi
        ;;
 i[34567]86-*-sco3.2v5*)        # 80386 running SCO Open Server 5
        xm_defines=POSIX
        install_headers_dir=install-headers-cpio
-       tm_file=i386/sco5.h
+       tm_file="i386/i386.h i386/att.h i386/sco5.h"
        if test x$gas = xyes
        then
                tm_file="usegas.h ${tm_file}"
                tmake_file=i386/t-sco5gas
        else
                tmake_file=i386/t-sco5
        fi
        extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2002-08-17 23:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-17 16:15 william [this message]
2002-08-17 21:08 zack
2002-08-17 23:26 zack
2002-10-23 11:17 rth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020817230047.23376.qmail@sources.redhat.com \
    --to=william@nscs.fast.net \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).