diff options
author | David MacKenzie <djm@cygnus> | 1993-07-22 00:55:56 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-07-22 00:55:56 +0000 |
commit | d59e5a4707dd884f221c84f216a29eb222a6fd04 (patch) | |
tree | ebb7f9b8234a9475e7da39a4488bd4dd2d8887e8 /ld/ChangeLog | |
parent | 86a6ada2fdabbac97f732a2512d791f1adbc3917 (diff) | |
download | gdb-d59e5a4707dd884f221c84f216a29eb222a6fd04.zip gdb-d59e5a4707dd884f221c84f216a29eb222a6fd04.tar.gz gdb-d59e5a4707dd884f221c84f216a29eb222a6fd04.tar.bz2 |
move compile-in decision to genscripts.sh
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a61929d..07252e9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,10 +1,15 @@ Wed Jul 21 14:28:42 1993 David J. Mackenzie (djm@thepub.cygnus.com) + * genscripts.sh: If this is the default emulation, set + COMPILE_IN. + * emultempl/*.em: Use it to determine whether to compile in the + scripts. + * Makefile.in (GENSCRIPTS): Pass the default emulation name to genscripts.sh. Pass the current emulation name without ".sh" on the end. * genscripts.sh: Take an default emulation arg. - Use the emulparams file name as EMULATION_NAME. + Use the current emulation name as EMULATION_NAME. Make default lib path for cross-compiling ':', not null. * emulparams/*.sh: Don't set EMULATION_NAME. * ldemul.c (ldemul_get_script): Take isfile arg. |