diff options
author | David MacKenzie <djm@cygnus> | 1993-07-03 02:01:03 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-07-03 02:01:03 +0000 |
commit | 173a0c3d261a0694f4bc612991e7d9e8e9965337 (patch) | |
tree | 5266854c4ae7057552c95eaff8ef87a8edca3208 /ld/configure.in | |
parent | 56fc37746df0a25faeca007457f00e179074f5ab (diff) | |
download | gdb-173a0c3d261a0694f4bc612991e7d9e8e9965337.zip gdb-173a0c3d261a0694f4bc612991e7d9e8e9965337.tar.gz gdb-173a0c3d261a0694f4bc612991e7d9e8e9965337.tar.bz2 |
* ldmain.c (main): Don't add scriptdir to the lib search path.
* genscripts.sh: Put the scripts in the ldscripts directory, not
emulations.
* configure.in (ldscripts): Make, instead of emulations.
* Makefile.in (scriptdir): Take off the "ld" part.
(install, clean, distclean): Use ldscripts, not emulations.
In tests, pass -L., not -Lemulations.
(ldmain.o): Don't pass -DSCRIPTDIR=....
* ldlang.c (lang_process): Add "ldscripts/" to the name of the
default script file.
Diffstat (limited to 'ld/configure.in')
-rw-r--r-- | ld/configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld/configure.in b/ld/configure.in index f9e0a7d..d3a45b4 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -79,10 +79,8 @@ case "${target}" in ;; h8500-*-hms) my_target=coff-h8500 ;; -# start-sanitize-sh sh-*-*) my_target=coff-sh ;; -# end-sanitize-sh m68k-sony-*) my_target=news ;; m68k-hp-bsd*) my_target=hp300bsd @@ -125,4 +123,4 @@ if [ ! -r ${srcdir}/${target_makefile_frag} ]; then exit 1 fi -mkdir emulations 2>/dev/null +mkdir ldscripts 2>/dev/null |