diff options
author | Jason Molenda <crash@cygnus> | 1996-04-05 16:32:37 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1996-04-05 16:32:37 +0000 |
commit | e94c0e40b2d713f4bce23a4b4affcd92cd923c5c (patch) | |
tree | 172c19d22e7a2f2a06eb13a4f43646f2fa75b7c6 /ChangeLog | |
parent | eb40ca932e7a3edb33001ed552438eabb27d0243 (diff) | |
download | gdb-e94c0e40b2d713f4bce23a4b4affcd92cd923c5c.zip gdb-e94c0e40b2d713f4bce23a4b4affcd92cd923c5c.tar.gz gdb-e94c0e40b2d713f4bce23a4b4affcd92cd923c5c.tar.bz2 |
* configure.in (host==solaris): Pass only the first word of $CC
to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
/usr/ucb/which on Solaris barfs out an error if $CC is set to
seomthing like "cc -xcg92" or "gcc -mv8". It is harmless, but it looks
bad.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com) + + * configure.in (host==solaris): Pass only the first word of $CC + to /usr/bin/which when checking if we're using /usr/ccs/bin/cc. + Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com) * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE). |