diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-21 19:13:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-21 19:13:51 +0000 |
commit | 7fc36fdab48317bb4467e5c338c6104f47e52e5c (patch) | |
tree | db06d429dcac18c2df7f2c79acc4da010cf9153d /ChangeLog | |
parent | fcc14c40532ff527c2cd0720deb128558b73bfa0 (diff) | |
download | gdb-7fc36fdab48317bb4467e5c338c6104f47e52e5c.zip gdb-7fc36fdab48317bb4467e5c338c6104f47e52e5c.tar.gz gdb-7fc36fdab48317bb4467e5c338c6104f47e52e5c.tar.bz2 |
* configure.in: Strip --host and --target options from
CONFIG_ARGUMENTS, and always configure for --host only. Add
--with-cross-host option when building with a cross-compiler.
* configure: Canonicalize the arguments put into config.status by
always using `=' for an option with an argument. Pass a presumed
--host or --target explicitly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Strip --host and --target options from + CONFIG_ARGUMENTS, and always configure for --host only. Add + --with-cross-host option when building with a cross-compiler. + * configure: Canonicalize the arguments put into config.status by + always using `=' for an option with an argument. Pass a presumed + --host or --target explicitly. + +Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com> + + * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases + into general OS recognition case. + Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com) * configure.in (target_configdirs): add target-winsup only |