bsd.endian.mk: Avoid use of M_ListToSkip

While the src build works fine with M_ListToSkip, it can break the
ports build. For now, it is safer just to do the actual variable
modifiers in place.

Reported by:	se
Fixes: 		01674e15de ("bsd.endian.mk: Optimize the handling...")
This commit is contained in:
Stephen J. Kiernan
2026-05-03 15:35:22 -04:00
parent 9d423705db
commit b89155be25
+1 -1
View File
@@ -12,7 +12,7 @@ MACHINE_ARCH_LIST.big = \
powerpc64
.for e in big little
N_$e:= ${MACHINE_ARCH_LIST.$e:${M_ListToSkip}}
N_$e:= ${MACHINE_ARCH_LIST.$e:@m@N$m@:ts:}
.endfor
# For the host, we need to look at the host architecture