diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-09-12 23:57:21 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-09-12 23:57:21 +0000 |
commit | a7d792bb15e4aeb6e2fd3dd509c1b36e6dc0a5e9 (patch) | |
tree | 343304ddf19828b298e7ef3ab187b889e839ace6 /ld/Makefile.in | |
parent | 2b0337b0a22b61dec9968b0b0eee5b067cf5a225 (diff) | |
download | gdb-a7d792bb15e4aeb6e2fd3dd509c1b36e6dc0a5e9.zip gdb-a7d792bb15e4aeb6e2fd3dd509c1b36e6dc0a5e9.tar.gz gdb-a7d792bb15e4aeb6e2fd3dd509c1b36e6dc0a5e9.tar.bz2 |
2001-09-12 H.J. Lu <hjl@gnu.org>
* Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
eelf64lppc.o to ...
(ALL_64_EMULATIONS): Here.
* Makefile.in: Regenerated.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 82baa31..21369b0 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -267,8 +267,6 @@ ALL_EMULATIONS = \ eelf32ppc.o \ eelf32ppclinux.o \ eelf32ppcsim.o \ - eelf64ppc.o \ - eelf64lppc.o \ eelf_i386.o \ eelf_i386_be.o \ eelf_i386_chaos.o \ @@ -376,6 +374,8 @@ ALL_64_EMULATIONS = \ eelf64btsmip.o \ eelf64ltsmip.o \ eelf64hppa.o \ + eelf64ppc.o \ + eelf64lppc.o \ eaixppc64.o \ ehppa64linux.o |