* k5-thread.h: On IRIX, with threads enabled, reject gcc older than v3
authorKen Raeburn <raeburn@mit.edu>
Thu, 13 May 2004 02:25:22 +0000 (02:25 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 13 May 2004 02:25:22 +0000 (02:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16330 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/k5-thread.h

index be19937271e998b31e1ad6efa4aaba1741791147..ac8996c83e6e5bd31b8a86bac25717747bf72f34 100644 (file)
@@ -1,7 +1,7 @@
 2004-05-12  Ken Raeburn  <raeburn@mit.edu>
 
-       * k5-thread.h: On IRIX, if gcc is older than v3, tell the user to
-       get a newer one, and error out.
+       * k5-thread.h: On IRIX, with threads enabled, reject gcc older
+       than v3.
 
 2004-05-05  Ken Raeburn  <raeburn@mit.edu>
 
index d7a5b9435492bdc97f0a719912ec0ff8e3dec83f..24ce6770da90c196772abcddb659a4bf0e6ccf38 100644 (file)
@@ -237,7 +237,7 @@ typedef struct {
    The C library doesn't provide pthread_once; we can use weak
    reference support for that.  */
 #if defined(__GNUC__) && __GNUC__ < 3
-# error "Please update to a newer gcc with weak symbol support, reconfigure and recompile."
+# error "Please update to a newer gcc with weak symbol support, or switch to native cc; reconfigure and recompile."
 #endif
 #undef k5_mutex_lock
 #undef k5_mutex_unlock