diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-01 19:56:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-01 19:56:32 +0000 |
commit | 12eda6202b10864b374c2e453f10da569d9c45b5 (patch) | |
tree | e9b40bef0d9c1715661e37db981f5874829c8f08 /ChangeLog | |
parent | e08c332141447411e93fc059a64b2ec33f7950fd (diff) | |
download | gdb-12eda6202b10864b374c2e453f10da569d9c45b5.zip gdb-12eda6202b10864b374c2e453f10da569d9c45b5.tar.gz gdb-12eda6202b10864b374c2e453f10da569d9c45b5.tar.bz2 |
* build-all.mk: If host not specified, use config.guess. Pass TAG
to test-build.mk as RELEASE_TAG.
* test-build.mk (configargs): New variable containing arguments to
pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
(FLAGS_TO_PASS): Pass down RELEASE_TAG.
* config.guess: Use /bin/uname when checking -X argument on SCO,
to avoid invoking GNU uname which doesn't understand -X.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com) + * build-all.mk: If host not specified, use config.guess. Pass TAG + to test-build.mk as RELEASE_TAG. + * test-build.mk (configargs): New variable containing arguments to + pass to configure. Set to -with-gnu-as on mips-dec-ultrix. + (FLAGS_TO_PASS): Pass down RELEASE_TAG. + + * config.guess: Use /bin/uname when checking -X argument on SCO, + to avoid invoking GNU uname which doesn't understand -X. + * test-build.mk: Don't use /usr/unsupported/bin/as on AIX. * configure.in: Build gas for mips-*-*. |