Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 16:14:30 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9397 for review
Message-ID:  <200204082314.g38NEUI93317@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9397

Change 9397 by jake@jake_sparc64 on 2002/04/08 16:13:38

	Integ this file.

Affected files ...

... //depot/projects/sparc64/lib/csu/sparc64/Makefile#6 integrate

Differences ...

==== //depot/projects/sparc64/lib/csu/sparc64/Makefile#6 (text+ko) ====

@@ -1,12 +1,12 @@
-# $FreeBSD: src/lib/csu/sparc64/Makefile,v 1.4 2002/03/29 22:43:41 markm Exp $
+# $FreeBSD: src/lib/csu/sparc64/Makefile,v 1.5 2002/04/08 20:31:20 obrien Exp $
 
 .PATH: ${.CURDIR}/../common
 
 SRCS=		crt1.c crti.S crtn.S crtbegin.c crtend.c
 OBJS=		${SRCS:N*.h:R:S/$/.o/g}
 OBJS+=		gcrt1.o
-CFLAGS+=	-I${.CURDIR}/../common \
-		-I${.CURDIR}/../../libc/include
+SOBJS=		crtbegin.So crtend.So
+CFLAGS+=	-I${.CURDIR}/../common -I${.CURDIR}/../../libc/include
 NOMAN=		true
 NOPIC=		true
 NOPROFILE=	true

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204082314.g38NEUI93317>