Merge commit '14f6eab07d1d1e1a59372974e5534128676e9440' into cluster

This is the last commit before there are more conflicts.
This commit is contained in:
Steinar H. Gunderson
2025-12-24 13:51:24 +01:00
11 changed files with 128 additions and 74 deletions
-5
View File
@@ -549,11 +549,6 @@ else
endif
endif
### Travis CI script uses COMPILER to overwrite CXX
ifdef COMPILER
COMPCXX=$(COMPILER)
endif
### Allow overwriting CXX from command line
ifdef COMPCXX
CXX=$(COMPCXX)