mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Fix the fallout from over-zealous obsolete files removal. Use correct
atomicity.h file for arm and powerpc.
This commit is contained in:
parent
a9459be7dc
commit
1b156a4077
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169767
@ -79,7 +79,7 @@ ATOMICITY_H= atomicity.h
|
||||
.if exists(${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h)
|
||||
ATOMICITY_H= ${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h
|
||||
.else
|
||||
ATOMICITY_H= ${SRCDIR}/config/cpu/generic/atomicity.h
|
||||
ATOMICITY_H= ${SRCDIR}/config/cpu/generic/atomicity_mutex/atomicity.h
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
|
Loading…
Reference in New Issue
Block a user