public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: hjl@nynexst.com (H.J. Lu)
To: gas2@cygnus.com
Cc: raeburn@cygnus.com (Ken Raeburn), ian@cygnus.com (Ian Lance Taylor)
Subject: A small patch for gas
Date: Mon, 19 Jun 1995 20:23:00 -0000	[thread overview]
Message-ID: <9506200315.AA10332@titanic.nynexst.com> (raw)

Hi,

I have to use this. Otherwise

# configure i486-linux --prefix=/usr --enable-targets=i386-elf,i386-linux,i386-coff

will fail.

H.J.
----
*** /users/import/gas-950618/gas/configure	Sun Jun 18 04:23:03 1995
--- gas/configure	Mon Jun 19 23:17:52 1995
***************
*** 557,563 ****
    armeb)	cpu_type=arm endian=big ;;
    arm*)		cpu_tpye=arm endian=little ;;
    hppa*)	cpu_type=hppa ;;
!   i[45]86)	cpu_type=i386 ;;
    m680[012346]0) cpu_type=m68k ;;
    m68008)	cpu_type=m68k ;;
    m683??)       cpu_type=m68k ;;
--- 557,563 ----
    armeb)	cpu_type=arm endian=big ;;
    arm*)		cpu_tpye=arm endian=little ;;
    hppa*)	cpu_type=hppa ;;
!   i[345]86)	cpu_type=i386 ;;
    m680[012346]0) cpu_type=m68k ;;
    m68008)	cpu_type=m68k ;;
    m683??)       cpu_type=m68k ;;
***************
*** 624,630 ****
      # check for architecture variants
      case ${cpu} in
        hppa*)		cpu_type=hppa ;;
!       i[45]86)		cpu_type=i386 ;;
        m680[012346]0)	cpu_type=m68k ;;
        m68008)		cpu_type=m68k ;;
        m683??)		cpu_type=m68k ;;
--- 624,630 ----
      # check for architecture variants
      case ${cpu} in
        hppa*)		cpu_type=hppa ;;
!       i[345]86)		cpu_type=i386 ;;
        m680[012346]0)	cpu_type=m68k ;;
        m68008)		cpu_type=m68k ;;
        m683??)		cpu_type=m68k ;;


                 reply	other threads:[~1995-06-19 20:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=9506200315.AA10332@titanic.nynexst.com \
    --to=hjl@nynexst.com \
    --cc=gas2@cygnus.com \
    --cc=ian@cygnus.com \
    --cc=raeburn@cygnus.com \
    /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).