aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-06-25 16:35:58 +0100
committerNick Clifton <nickc@redhat.com>2014-06-25 16:35:58 +0100
commit9d069ac37fb121b2794681480f8691d5699de9f7 (patch)
treec79286d00b2da6d403e8456e37c487d006328760 /ld/Makefile.in
parent28bf260962673c554b926a013af27c77fe82870c (diff)
downloadgdb-9d069ac37fb121b2794681480f8691d5699de9f7.zip
gdb-9d069ac37fb121b2794681480f8691d5699de9f7.tar.gz
gdb-9d069ac37fb121b2794681480f8691d5699de9f7.tar.bz2
Fixes to allow a toolchain configured with --enable-all to build on a 32-bit host.
* Makefile.am (ALL_EMULATION_SOURCES): Move ei386pep.c from here... (ALL_64_EMULATION_SOURCES): ... to here. (ALL_EMUL_EXTRA_OFILES): Move pep-dll.o from here... (ALL_64_EMUL_EXTRA_OFILES): New. ... to here. * configure.in (EMUL_EXTRA_OFILES): Include ALL_64_EMUL_EXTRA_OFILES when making a 64-bit enabled build. * Makefile.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 370a5a5..377fbd8 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -625,7 +625,6 @@ ALL_EMULATION_SOURCES = \
ei386nw.c \
ei386pe.c \
ei386pe_posix.c \
- ei386pep.c \
elnk960.c \
em32relf.c \
em32relf_linux.c \
@@ -786,6 +785,7 @@ ALL_64_EMULATION_SOURCES = \
eelf_x86_64_nacl.c \
eelf_x86_64_sol2.c \
ehppa64linux.c \
+ ei386pep.c \
emmo.c \
eshelf64.c \
eshelf64_nbsd.c \
@@ -795,7 +795,9 @@ ALL_64_EMULATION_SOURCES = \
ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=.@OBJEXT@)
ALL_EMUL_EXTRA_OFILES = \
deffilep.@OBJEXT@ \
- pe-dll.@OBJEXT@ \
+ pe-dll.@OBJEXT@
+
+ALL_64_EMUL_EXTRA_OFILES = \
pep-dll.@OBJEXT@
CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \