1991-09-01 03:42:05 +00:00
|
|
|
# This file is a shell script fragment that supplies the information
|
|
|
|
# necessary to tailor a template configure script into the configure
|
|
|
|
# script appropriate for this directory. For more information, check
|
|
|
|
# any existing configure script.
|
|
|
|
|
|
|
|
srctrigger=ldmain.c
|
|
|
|
srcname="linker"
|
1991-12-07 07:35:43 +00:00
|
|
|
target_dependent=true
|
1991-09-01 03:42:05 +00:00
|
|
|
|
|
|
|
# per-host:
|
|
|
|
|
* ldfile.c (ldfile_open_command): Don't try .ld extension.
It wasn't documented (or likely used) and wastes time.
(try_open): If EXTEN is empty, don't try it.
* ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c,
ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c,
ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls
with normal function declarations.
* Move *.em to emultempl/*.em. Move *.sh to emulparams/*.sh.
Move *.sc-sh to scripttempl/*.sc.
* {emultempl,emulparams,scripttempl}/README: New files.
* sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files
removed, replaced with generic.em.
* h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from
h8[35]00hms.s[ch]. Change their contents to omit the "hms".
* *.em (*_get_script): Return script name instead of script contents.
* ldlang.c (lang_process): Change caller.
* ldlex.l, ldgram.y: Recognize -m option.
Check for input files after *all* options in grammar.
* ldmain.c (main): Check for -m options. Add default directory
for -m.
* mkscript.c: File removed.
* genscripts.sh: Take two more parameters, tooldirlib and libdir,
to add to the default LIB_PATH.
Look for input files in the new subdirectories.
Create the scripts in emulations subdirectory and don't filter
them through mkscript.
* configure.in: Make the emulations subdirectory.
* Makefile.in: Account for all of the above changes.
Remove unused .SUFFIXES. Get libgcc.a path with gcc
-print-libgcc-file-name instead of $(libdir)/libgcc.a.
Put CFLAGS last in the compilation rules.
Add -I../bfd to INCLUDES so sysdep.h is found.
* ldfile.c (try_open): If opening without the extension fails,
try with the extension even if -v or -V was given.
had_script is imported (from ldgram.y), not exported.
1993-06-17 20:55:43 +00:00
|
|
|
. ${srcdir}/../bfd/configure.host
|
|
|
|
|
1991-10-11 11:30:12 +00:00
|
|
|
host_makefile_frag=
|
1992-09-09 18:59:11 +00:00
|
|
|
|
1992-04-05 01:47:16 +00:00
|
|
|
if [ -f ${srcdir}/config/${my_host}.mh ] ; then
|
|
|
|
host_makefile_frag=config/${my_host}.mh
|
1991-10-11 11:30:12 +00:00
|
|
|
fi
|
1991-09-01 03:42:05 +00:00
|
|
|
|
|
|
|
# per-target:
|
|
|
|
|
1992-09-09 18:59:11 +00:00
|
|
|
case "${target}" in
|
|
|
|
|
|
|
|
sparc-sun-sunos4*) my_target=sun4
|
|
|
|
;;
|
1992-12-22 23:46:19 +00:00
|
|
|
m68k-sun-sunos[34]*) my_target=sun3
|
1992-09-09 18:59:11 +00:00
|
|
|
;;
|
1993-01-22 22:30:52 +00:00
|
|
|
sparclite*-fujitsu-*) my_target=sun4
|
1992-09-09 18:59:11 +00:00
|
|
|
;;
|
1993-02-28 14:46:25 +00:00
|
|
|
# start-sanitize-v9
|
1993-07-08 22:44:34 +00:00
|
|
|
sparc64-*-elf*) my_target=sparc64-elf
|
|
|
|
;;
|
1993-02-28 14:46:25 +00:00
|
|
|
sparc64*) my_target=sun4
|
|
|
|
;;
|
|
|
|
# end-sanitize-v9
|
1993-07-12 14:56:45 +00:00
|
|
|
sparc*-*-aout) my_target=sun4
|
|
|
|
;;
|
|
|
|
sparc*-*-elf) my_target=sun4sol2
|
|
|
|
;;
|
|
|
|
sparc*-*-solaris2*) my_target=sun4sol2
|
|
|
|
;;
|
1993-01-22 22:30:52 +00:00
|
|
|
i960-wrs-vxworks*) my_target=i960
|
|
|
|
;;
|
|
|
|
i960-intel-nindy) my_target=i960
|
1992-09-09 18:59:11 +00:00
|
|
|
;;
|
|
|
|
m68k-wrs-vxworks*) my_target=vxworks68
|
|
|
|
;;
|
|
|
|
m680[01234]0-wrs-vxworks*) my_target=vxworks68
|
|
|
|
;;
|
|
|
|
m683?2-wrs-vxworks*) my_target=vxworks68
|
|
|
|
;;
|
1993-01-22 22:30:52 +00:00
|
|
|
sparc*-wrs-vxworks*) my_target=sun4
|
1992-09-09 18:59:11 +00:00
|
|
|
;;
|
|
|
|
m68k-ericsson-ose) my_target=ose68
|
1992-12-28 19:43:59 +00:00
|
|
|
;;
|
|
|
|
m680[01234]0-ericsson-ose) my_target=ose68
|
|
|
|
;;
|
|
|
|
m683?2-ericsson-ose) my_target=ose68
|
1992-09-09 18:59:11 +00:00
|
|
|
;;
|
|
|
|
*-tandem-none) my_target=st2000 # FIXME needs better name
|
|
|
|
;;
|
1993-05-04 02:51:33 +00:00
|
|
|
i[34]86-*-go32) my_target=go32
|
1992-09-09 18:59:11 +00:00
|
|
|
;;
|
1993-06-07 19:57:26 +00:00
|
|
|
i[34]86-*-aix*) my_target=i386-coff
|
|
|
|
;;
|
1993-05-04 02:51:33 +00:00
|
|
|
i[34]86-*-sco*) my_target=i386-coff
|
1992-12-22 23:46:19 +00:00
|
|
|
;;
|
1993-05-04 02:51:33 +00:00
|
|
|
i[34]86-*-coff) my_target=i386-coff
|
1992-09-11 17:25:43 +00:00
|
|
|
;;
|
1993-02-28 14:46:25 +00:00
|
|
|
i[34]86-*-bsd) my_target=i386-bsd
|
|
|
|
;;
|
1993-05-04 02:51:33 +00:00
|
|
|
i[34]86-*-aout) my_target=i386-aout
|
1992-10-02 18:48:41 +00:00
|
|
|
;;
|
1993-05-04 02:51:33 +00:00
|
|
|
i[34]86-*-sysv*) my_target=i386-coff
|
1992-12-22 23:46:19 +00:00
|
|
|
;;
|
1992-09-09 18:59:11 +00:00
|
|
|
m88k-*-*) my_target=m88k-bcs
|
|
|
|
;;
|
|
|
|
a29k-*-udi) my_target=sa29200
|
|
|
|
;;
|
|
|
|
a29k-*-ebmon) my_target=ebmon29k
|
|
|
|
;;
|
|
|
|
a29k-*-*) my_target=coff-a29k
|
|
|
|
;;
|
1993-07-14 03:07:04 +00:00
|
|
|
h8300*-*-hms) my_target=coff-h8300
|
1992-09-09 18:59:11 +00:00
|
|
|
;;
|
1993-05-04 02:51:33 +00:00
|
|
|
h8500-*-hms) my_target=coff-h8500
|
1992-09-09 18:59:11 +00:00
|
|
|
;;
|
1993-05-04 02:51:33 +00:00
|
|
|
sh-*-*) my_target=coff-sh
|
|
|
|
;;
|
1992-09-09 18:59:11 +00:00
|
|
|
m68k-sony-*) my_target=news
|
|
|
|
;;
|
|
|
|
m68k-hp-bsd*) my_target=hp300bsd
|
|
|
|
;;
|
|
|
|
m68*-*-aout) my_target=m68k
|
|
|
|
;;
|
|
|
|
m68*-*-coff) my_target=m68k-coff
|
|
|
|
;;
|
1993-06-07 19:57:26 +00:00
|
|
|
m68*-*-hpux) my_target=hp300hpux
|
|
|
|
;;
|
1992-09-09 18:59:11 +00:00
|
|
|
m68*-*-*) echo '***' "Unknown m68k target vendor for ld:" ${target_vendor} 1>&2
|
|
|
|
exit 1
|
|
|
|
;;
|
1993-06-07 19:57:26 +00:00
|
|
|
hppa*-hp-osf) my_target=hppaosf
|
|
|
|
;;
|
1993-05-04 02:51:33 +00:00
|
|
|
vax-dec-ultrix* | vax-dec-bsd*) my_target=vax
|
|
|
|
;;
|
1993-01-22 22:30:52 +00:00
|
|
|
mips-dec-ultrix*) my_target=mips-lit
|
|
|
|
;;
|
1993-02-28 14:46:25 +00:00
|
|
|
mips-sgi-irix*) my_target=mips-big
|
|
|
|
;;
|
1993-06-07 19:57:26 +00:00
|
|
|
mips-idt-ecoffl*) my_target=mips-idtl
|
|
|
|
;;
|
|
|
|
mips-idt-ecoff*) my_target=mips-idt
|
1993-05-04 02:51:33 +00:00
|
|
|
;;
|
1993-02-28 14:46:25 +00:00
|
|
|
mips-dec-bsd*) my_target=mipsbsd
|
|
|
|
;;
|
1992-10-02 18:48:41 +00:00
|
|
|
z8k-*sim) my_target=z8ksim
|
|
|
|
;;
|
1992-09-09 18:59:11 +00:00
|
|
|
*-*-aout) my_target=${target_cpu}-${target_vendor}
|
|
|
|
;;
|
|
|
|
*-*-coff) my_target=${target_cpu}-${target_vendor}
|
|
|
|
;;
|
1991-09-01 03:42:05 +00:00
|
|
|
esac
|
|
|
|
|
1992-04-05 01:47:16 +00:00
|
|
|
target_makefile_frag=config/${my_target}.mt
|
1993-06-07 19:57:26 +00:00
|
|
|
|
|
|
|
if [ ! -r ${srcdir}/${target_makefile_frag} ]; then
|
|
|
|
echo '***' GNU LD does not support target ${target} 1>&2
|
|
|
|
exit 1
|
|
|
|
fi
|
* ldfile.c (ldfile_open_command): Don't try .ld extension.
It wasn't documented (or likely used) and wastes time.
(try_open): If EXTEN is empty, don't try it.
* ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c,
ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c,
ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls
with normal function declarations.
* Move *.em to emultempl/*.em. Move *.sh to emulparams/*.sh.
Move *.sc-sh to scripttempl/*.sc.
* {emultempl,emulparams,scripttempl}/README: New files.
* sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files
removed, replaced with generic.em.
* h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from
h8[35]00hms.s[ch]. Change their contents to omit the "hms".
* *.em (*_get_script): Return script name instead of script contents.
* ldlang.c (lang_process): Change caller.
* ldlex.l, ldgram.y: Recognize -m option.
Check for input files after *all* options in grammar.
* ldmain.c (main): Check for -m options. Add default directory
for -m.
* mkscript.c: File removed.
* genscripts.sh: Take two more parameters, tooldirlib and libdir,
to add to the default LIB_PATH.
Look for input files in the new subdirectories.
Create the scripts in emulations subdirectory and don't filter
them through mkscript.
* configure.in: Make the emulations subdirectory.
* Makefile.in: Account for all of the above changes.
Remove unused .SUFFIXES. Get libgcc.a path with gcc
-print-libgcc-file-name instead of $(libdir)/libgcc.a.
Put CFLAGS last in the compilation rules.
Add -I../bfd to INCLUDES so sysdep.h is found.
* ldfile.c (try_open): If opening without the extension fails,
try with the extension even if -v or -V was given.
had_script is imported (from ldgram.y), not exported.
1993-06-17 20:55:43 +00:00
|
|
|
|
1993-07-03 02:01:03 +00:00
|
|
|
mkdir ldscripts 2>/dev/null
|