Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/lgpl3/gmp/dist fix lint build on vax



details:   https://anonhg.NetBSD.org/src/rev/fb1ecc28ce6d
branches:  trunk
changeset: 366591:fb1ecc28ce6d
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 31 17:52:35 2022 +0000

description:
fix lint build on vax

diffstat:

 external/lgpl3/gmp/dist/longlong.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bff281097e18 -r fb1ecc28ce6d external/lgpl3/gmp/dist/longlong.h
--- a/external/lgpl3/gmp/dist/longlong.h        Tue May 31 15:24:59 2022 +0000
+++ b/external/lgpl3/gmp/dist/longlong.h        Tue May 31 17:52:35 2022 +0000
@@ -371,7 +371,7 @@
 #endif
 
 
-#if defined (__GNUC__)
+#if defined (__GNUC__) || defined(__lint__)
 
 /* We sometimes need to clobber "cc" with gcc2, but that would not be
    understood by gcc1.  Use cpp to avoid major code duplication.  */



Home | Main Index | Thread Index | Old Index