diff options
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index da9cc5d..0beab7b 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -216,7 +216,6 @@ ALL_EMULATIONS = \ eelf32lmip.o \ eelf32lppc.o \ eelf32ppc.o \ - eelf64alpha.o \ eelf64_sparc.o \ eelf_i386.o \ egld960.o \ @@ -286,6 +285,9 @@ ALL_EMULATIONS = \ ez8001.o \ ez8002.o +ALL_64_EMULATIONS = \ + eelf64alpha.o + CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ mri.c ldcref.c |