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:
@@ -12,7 +12,7 @@ MACHINE_ARCH_LIST.big = \
|
|||||||
powerpc64
|
powerpc64
|
||||||
|
|
||||||
.for e in big little
|
.for e in big little
|
||||||
N_$e:= ${MACHINE_ARCH_LIST.$e:${M_ListToSkip}}
|
N_$e:= ${MACHINE_ARCH_LIST.$e:@m@N$m@:ts:}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
# For the host, we need to look at the host architecture
|
# For the host, we need to look at the host architecture
|
||||||
|
|||||||
Reference in New Issue
Block a user