Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2002 23:35:59 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11432 for review
Message-ID:  <200205170635.g4H6Zx643816@freefall.freebsd.org>

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

Change 11432 by peter@peter_ia64 on 2002/05/16 23:35:46

	Restore LIB1ASMFUNCS handling.  We still need this.

Affected files ...

... //depot/projects/ia64/gnu/lib/libgcc/Makefile#10 edit

Differences ...

==== //depot/projects/ia64/gnu/lib/libgcc/Makefile#10 (text+ko) ====

@@ -167,8 +167,7 @@
 ASM_P=		${LIB1ASMFUNCS:S/$/.po/}
 ASM_S=		${LIB1ASMFUNCS:S/$/.So/}
 
-SYMS=		${LIB1ASMFUNCS}		\
-		${LIB2FUNCS_1}		\
+SYMS=		${LIB2FUNCS_1}		\
 		${LIB2FUNCS_2}		\
 		${LIB2_DIVMOD_FUNCS}
 .if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "sparc64"
@@ -179,7 +178,7 @@
 OBJS_T=		${SYMS:S/$/.o/}  ${SYMS_ST:S/$/.o/}
 OBJS_P=		${SYMS:S/$/.po/} ${SYMS_ST:S/$/.po/}
 OBJS_S=		${SYMS:S/$/.So/}
-OBJS=		${SYMS:S/$/.o/}
+OBJS=		${SYMS:S/$/.o/} ${LIB1ASMFUNCS:S/$/.o/}
 STATICOBJS=	${SYMS_ST:S/$/.o/}
 SRCS=		${LIB2ADD} ${LIB2ADDEH}
 

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?200205170635.g4H6Zx643816>