svn commit: r186641 - head/gnu/lib/libstdc++
Warner Losh
imp at FreeBSD.org
Wed Dec 31 07:39:24 UTC 2008
Author: imp
Date: Wed Dec 31 07:39:23 2008
New Revision: 186641
URL: http://svn.freebsd.org/changeset/base/186641
Log:
There's no need to redundantly redefine atomicity.h.
Modified:
head/gnu/lib/libstdc++/Makefile
Modified: head/gnu/lib/libstdc++/Makefile
==============================================================================
--- head/gnu/lib/libstdc++/Makefile Wed Dec 31 07:38:04 2008 (r186640)
+++ head/gnu/lib/libstdc++/Makefile Wed Dec 31 07:39:23 2008 (r186641)
@@ -75,7 +75,6 @@ MARCHDIR= i486
MARCHDIR= ${MACHINE_ARCH}
.endif
-ATOMICITY_H= atomicity.h
.if exists(${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h)
ATOMICITY_H= ${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h
.else
More information about the svn-src-all
mailing list