diff options
author | Tom Rix <trix@redhat.com> | 2001-12-03 23:15:28 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-12-03 23:15:28 +0000 |
commit | 742aeb63e9f0088cb5f2764d04304a7a04aa344d (patch) | |
tree | 3b6c2844d3d3ab749c36f6274f45335cecad054f /ld/Makefile.in | |
parent | b61fdd7ef5a7f6af382daa3479b150ce5018ac42 (diff) | |
download | gdb-742aeb63e9f0088cb5f2764d04304a7a04aa344d.zip gdb-742aeb63e9f0088cb5f2764d04304a7a04aa344d.tar.gz gdb-742aeb63e9f0088cb5f2764d04304a7a04aa344d.tar.bz2 |
Pass argc and argv to ldemul_choose_target.
Support -b64 in AIX
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 95d2c4c..1231eb7 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -380,7 +380,6 @@ ALL_64_EMULATIONS = \ emmo.o \ eelf64ppc.o \ eelf64lppc.o \ - eaixppc64.o \ ehppa64linux.o @@ -1055,9 +1054,6 @@ stringify.sed: ${srcdir}/emultempl/$(STRINGIFY) ea29k.c: $(srcdir)/emulparams/a29k.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/a29k.sc ${GEN_DEPENDS} ${GENSCRIPTS} a29k "$(tdir_a29k)" -eaixppc64.c: $(srcdir)/emulparams/aixppc64.sh \ - $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} - ${GENSCRIPTS} aixppc64 "$(tdir_aixppc64)" eaixppc.c: $(srcdir)/emulparams/aixppc.sh \ $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS} ${GENSCRIPTS} aixppc "$(tdir_aixppc)" |