public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* A small patch for gas
@ 1995-06-19 20:23 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 1995-06-19 20:23 UTC (permalink / raw)
  To: gas2; +Cc: Ken Raeburn, Ian Lance Taylor

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 ;;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-06-19 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-06-19 20:23 A small patch for gas H.J. Lu

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).