This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] remove romp support from ld


Romp is essentially unsupported by the entire gcc/src tree.  I'm submiting 
this patch to delete the romp clause in ld/configure.host.  My paperwork is
done, BTW.  Tested on i686-pc-linux-gnu, no changes. :-)

2002-06-14  Nathanael Nerode  <neroden@twcny.rr.com>
	* ld/configure.host (romp-*-*): Drop support.

Index: configure.host
===================================================================
RCS file: /cvs/src/src/ld/configure.host,v
retrieving revision 1.22
diff -c -3 -p -r1.22 configure.host
*** configure.host	6 Jun 2002 06:45:54 -0000	1.22
--- configure.host	14 Jun 2002 15:42:57 -0000
*************** alpha*-*-*)
*** 231,238 ****
    NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
    ;;
  
- romp-*-*)
-   HDEFINES=-DNO_VARARGS
-   ;;
- 
  esac
--- 231,234 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]