diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-11-14 09:32:50 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-11-14 09:32:50 +0000 |
commit | d747cac4c29da5180eccb82ac739986955e3bb50 (patch) | |
tree | 0ca346a796dcb7ae8f2e32e6075c24d96a14a0bc /ChangeLog | |
parent | 75d1d87aa13b2cc4decc4ff582e90a67660494ac (diff) | |
download | gdb-d747cac4c29da5180eccb82ac739986955e3bb50.zip gdb-d747cac4c29da5180eccb82ac739986955e3bb50.tar.gz gdb-d747cac4c29da5180eccb82ac739986955e3bb50.tar.bz2 |
* Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
Preserve relative path names in $srcdir. Build symlink tree if
configuring cross target dir and srcdir=. (= no VPATH support).
(configure-target-libg++): Depend on configure-target-librx.
* cfg-ml-com.in, cfg-ml-pos.in: Deleted.
* config-ml.in: New file.
* symlink-tree: New file.
* configure: Ensure srcdir="." if that's what it is.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com> + + * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir. + Preserve relative path names in $srcdir. Build symlink tree if + configuring cross target dir and srcdir=. (= no VPATH support). + (configure-target-libg++): Depend on configure-target-librx. + * cfg-ml-com.in, cfg-ml-pos.in: Deleted. + * config-ml.in: New file. + * symlink-tree: New file. + * configure: Ensure srcdir="." if that's what it is. + Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com> * mpw-README: Clarify some phrasing, add notes about CodeWarrior |