@dilyanpalauzov commented on this pull request.
> @@ -1017,7 +1017,7 @@ ifeq ($(CC_NAME), gcc)
#common stuff
CFLAGS+=$(CC_OPT) -funroll-loops -Wcast-align
$(PROFILE)
#if gcc 4.5+
-ifeq ($(CC_SHORTVER),$(filter $(CC_SHORTVER),4.2+ 4.5+ 5.0+
6.0+ 7.0+ 8.0+ 9.0+))
+ifeq ($(CC_SHORTVER),$(filter $(CC_SHORTVER),4.2+ 4.5+ 5.0+
6.0+ 7.0+ 8.0+ 9.0+ 15.0+))
Without it I get:
```
$ rm src/config.mak ; make config
make -C src/ config
make[1]: Entering directory '/git/voip/kamailio/src'
target architecture <x86_64>, host architecture <x86_64>
Makefile.defs:1062: You are using an old and unsupported gcc version (15.0+),
compile at your own risk!
making config...
rm -f modules.lst
make --no-print-directory modules.lst
saving modules list...
make[1]: Leaving directory '/git/voip/kamailio/src'
```
If you cannot reproduce this, where should I look at?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4318#discussion_r2204630777
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4318/review/3015932...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!