summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-05-19 15:41:01 +0000
committerkan <kan@FreeBSD.org>2007-05-19 15:41:01 +0000
commit087655728e86087d644d50678bf5f0f2816e2692 (patch)
tree1851a63ee016b435132e5bc94ba02551cf5972b5 /gnu/lib
parent49781d1c9edb5e52abd01449514896eaacc0311e (diff)
downloadFreeBSD-src-087655728e86087d644d50678bf5f0f2816e2692.zip
FreeBSD-src-087655728e86087d644d50678bf5f0f2816e2692.tar.gz
Fix the fallout from over-zealous obsolete files removal. Use correct
atomicity.h file for arm and powerpc.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libstdc++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index b2d8cd8..204da91 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -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"
OpenPOWER on IntegriCloud