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]

Small Makefile.am patch


This small patch moves x86-64 to the list of 64-bit emulations.

Ok to commit?

Bo.

2001-01-17  Bo Thorsen  <bo@suse.de>

	* Makefile.am: Move x86-64 emulation to 64-bit list.

Index: Makefile.am
===================================================================
RCS file: /home/cvs/Repository/binutils/ld/Makefile.am,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile.am
--- Makefile.am 2000/11/22 13:27:45     1.3
+++ Makefile.am 2001/01/17 13:08:47
@@ -152,7 +152,6 @@ ALL_EMULATIONS = \
        eelf32ppclinux.o \
        eelf32ppcsim.o \
        eelf_i386.o \
-       eelf_x86_64.o \
        eelf_i386_be.o \
        eelf_i386_chaos.o \
        egld960.o \
@@ -242,6 +241,7 @@ ALL_EMULATIONS = \
        ez8002.o
 
 ALL_64_EMULATIONS = \
+       eelf_x86_64.o \
        eelf64_ia64.o \
        eelf64_sparc.o \
        eelf64alpha.o \

-- 

     Bo Thorsen                 |   Lahnsgade 31, st.
     Free software developer    |   5000 Odense C
     SuSE Labs                  |   Denmark



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