Correct the atomicity.h fallback path on architectures which do not

define their own.
This commit is contained in:
Alexander Kabaev 2004-01-06 19:20:30 +00:00
parent c8d7ed0d05
commit 4f6304398f

View File

@ -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