From owner-p4-projects Fri May 31 13:29:35 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E64DD37B408; Fri, 31 May 2002 13:29:25 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AB8B37B407 for ; Fri, 31 May 2002 13:29:25 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4VKTOZ88153 for perforce@freebsd.org; Fri, 31 May 2002 13:29:24 -0700 (PDT) (envelope-from marcel@freebsd.org) Date: Fri, 31 May 2002 13:29:24 -0700 (PDT) Message-Id: <200205312029.g4VKTOZ88153@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 12221 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12221 Change 12221 by marcel@marcel_vaio on 2002/05/31 13:28:31 Make libstdc++ buildable on ia64: o IFC (1.32) o Add CFLAGS+=-I${GCCDIR}/config/${MACHINE_ARCH} so that we can find ia64intrin.h, which is included by atomicity.h. Affected files ... ... //depot/projects/ia64/gnu/lib/libstdc++/Makefile#5 edit Differences ... ==== //depot/projects/ia64/gnu/lib/libstdc++/Makefile#5 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD: src/gnu/lib/libstdc++/Makefile,v 1.30 2002/05/29 00:45:51 peter Exp $ +# $FreeBSD: src/gnu/lib/libstdc++/Makefile,v 1.32 2002/05/30 17:23:26 obrien Exp $ GCCDIR= ${.CURDIR}/../../../contrib/gcc SRCDIR= ${.CURDIR}/../../../contrib/libstdc++ @@ -6,7 +6,7 @@ .PATH: ${SRCDIR}/src ${SRCDIR}/libmath ${SRCDIR}/config/io \ ${SRCDIR}/config/locale/generic ${SRCDIR} ${SRCDIR}/std \ - ${SUPDIR} + ${SUPDIR} ${GCCDIR} SUBDIR= doc @@ -16,6 +16,7 @@ CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H CFLAGS+= -I${.CURDIR} -I${SUPDIR} -I${GCCDIR} +CFLAGS+= -I${GCCDIR}/config/${MACHINE_ARCH} CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated #LDFLAGS+= -Wl,-version-info,4:0:0 -Wl,--version-script=${SRCDIR}/src/linker.map @@ -42,7 +43,7 @@ pure.cc tinfo.cc tinfo2.cc vec.cc # from libiberty: -SRCS+= ${GCCDIR}/cp-demangle.c ${GCCDIR}/dyn-string.c +SRCS+= cp-demangle.c dyn-string.c strstream-fixed.cc: ${SRCDIR}/src/strstream.cc sed -e 's,^#include ,#include ,g' \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message