Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu Add CCCP_OBJS to the getvars list for gcc/Makefile.
details: https://anonhg.NetBSD.org/src/rev/7e056c379469
branches: trunk
changeset: 512874:7e056c379469
user: tv <tv%NetBSD.org@localhost>
date: Wed Jul 18 18:17:20 2001 +0000
description:
Add CCCP_OBJS to the getvars list for gcc/Makefile.
diffstat:
gnu/toolchain2netbsd | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 35f969897208 -r 7e056c379469 gnu/toolchain2netbsd
--- a/gnu/toolchain2netbsd Wed Jul 18 17:29:53 2001 +0000
+++ b/gnu/toolchain2netbsd Wed Jul 18 18:17:20 2001 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: toolchain2netbsd,v 1.1 2001/06/18 16:07:07 tv Exp $
+# $NetBSD: toolchain2netbsd,v 1.2 2001/07/18 18:17:20 tv Exp $
#
# Shell script for generating all the constants needed for a native
# platform build of src/gnu/dist/toolchain.
@@ -108,9 +108,9 @@
{
getvars gcc/Makefile \
- ALL_CFLAGS ALL_CPPFLAGS C_AND_OBJC_OBJS C_OBJS DRIVER_DEFINES \
- HOST_LIBS HOST_PRINT HOST_RTL HOST_RTLANAL INCLUDES \
- md_file OBJC_OBJS OBJS out_file version
+ ALL_CFLAGS ALL_CPPFLAGS C_AND_OBJC_OBJS C_OBJS CCCP_OBJS \
+ DRIVER_DEFINES HOST_LIBS HOST_PRINT HOST_RTL HOST_RTLANAL \
+ INCLUDES md_file OBJC_OBJS OBJS out_file version
getvars gcc/cp/Makefile \
CXX_OBJS
getvars gcc/f/Makefile \
Home |
Main Index |
Thread Index |
Old Index