Correct the atomicity.h fallback path on architectures which do not
define their own.
This commit is contained in:
parent
c8d7ed0d05
commit
4f6304398f
@ -157,7 +157,7 @@ MARCHDIR= ${MACHINE_ARCH}
|
||||
.if exists(${SRCDIR}/config/cpu/${MARCHDIR}/${h})
|
||||
TARGETHDRS+= ${SRCDIR}/config/cpu/${MARCHDIR}/${h}
|
||||
.else
|
||||
TARGETHDRS+= ${SRCDIR}/config/cpu/generic/bits/${h}
|
||||
TARGETHDRS+= ${SRCDIR}/config/cpu/generic/${h}
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user