summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-01-06 19:20:30 +0000
committerkan <kan@FreeBSD.org>2004-01-06 19:20:30 +0000
commit24d1ace5d75a839a8df211ff8a1bb349d5aeac30 (patch)
tree9d9cbf550a66e974981abe0335d507456acc3226 /gnu
parentbd0c4d216c3f4b5e2fe8bdbde92c782571bc4248 (diff)
downloadFreeBSD-src-24d1ace5d75a839a8df211ff8a1bb349d5aeac30.zip
FreeBSD-src-24d1ace5d75a839a8df211ff8a1bb349d5aeac30.tar.gz
Correct the atomicity.h fallback path on architectures which do not
define their own.
Diffstat (limited to 'gnu')
-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 77f3680..6f9e287 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -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
OpenPOWER on IntegriCloud