Re: Default compiler in base for the supported platforms?

Mark Millard <[email protected]>
Newsgroups gmane.os.freebsd.devel.ports
Message-ID <[email protected]>
On 1/25/26 14:23, [email protected] wrote:
> Dne 2026-01-25 22:54, Thierry Thomas napsal:
>> Le dim. 25 janv. 26 à 21:09:55 +0000, [email protected]
>> <[email protected]>
>>  écrivait :
>>
>>> Hello,
>>> In base is the compiler clang.
>>> FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git
>>> llvmorg-19.1.7-0-gcd708029e0b2)
>>> Target: x86_64-unknown-freebsd14.3
>>> Thread model: posix
>>> InstalledDir: /usr/bin
>>
>> Do we have clang ≥ 19 for every release?
> 
> Yes. Every release updates Clang for new features and fixes.
> 
> 

Ill note that 13.5-RELEASE was based on the prior commit in stable/13
that was:

Bump __FreeBSD_version for llvm 19.1.4 merge
PR:		280562
MFC after:	1 month

(cherry picked from commit f3dbef108212460489ae68b4c47e20b73984f433)
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--	sys/sys/param.h	2	
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index cba49f3e9b9b..c209db90ba1e 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1304500	/* Master, propagated to newvers */
+#define __FreeBSD_version 1304501	/* Master, propagated to newvers */

 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of
FreeBSD,


So: not 19.1.7


The branches do not change at the same times. For example,
13.4-RELEASE was based on 18.1.3 from stable/13 being at the time based on:

Bump __FreeBSD_version for llvm 18.1.3 merge
PR:		276104
MFC after:	1 month

(cherry picked from commit 0192eda105b367d4670205547e8e830e3716bea3)
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--	sys/sys/param.h	2	
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 3065513a8f24..155f04070ff1 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1303502	/* Master, propagated to newvers */
+#define __FreeBSD_version 1303503	/* Master, propagated to newvers */

 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of
FreeBSD,


-- 
===
Mark Millard
marklmi at yahoo.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.