diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-16 19:11:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-16 19:11:03 +0000 |
commit | 5d1ffb2fe326d870304d4ca94828ab63fd1f01f5 (patch) | |
tree | c024975d8204117b20c044b41a6b331f2c1000b9 /ld/config | |
parent | bf82ab683098f033057be9e51ca2e2f52ad16efc (diff) | |
download | gdb-5d1ffb2fe326d870304d4ca94828ab63fd1f01f5.zip gdb-5d1ffb2fe326d870304d4ca94828ab63fd1f01f5.tar.gz gdb-5d1ffb2fe326d870304d4ca94828ab63fd1f01f5.tar.bz2 |
* configure.in: If EMUL_EXTRA* is defined in a config file, treat
it as naming an emulation to be added to EMULATION_OFILES.
* config/i386-linux.mt (EMUL_EXTRA1): Define as elf_i386.
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/i386-linux.mt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/config/i386-linux.mt b/ld/config/i386-linux.mt index 8603c23..16d623b 100644 --- a/ld/config/i386-linux.mt +++ b/ld/config/i386-linux.mt @@ -1 +1,2 @@ EMUL=i386linux +EMUL_EXTRA1=elf_i386 |