Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh3/conf pkgsrc/cross/sh-* do not supply cpp



details:   https://anonhg.NetBSD.org/src/rev/d545d6c49ab0
branches:  trunk
changeset: 501577:d545d6c49ab0
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jan 04 08:55:08 2001 +0000

description:
pkgsrc/cross/sh-* do not supply cpp

diffstat:

 sys/arch/sh3/conf/build-sh3.eb |  2 +-
 sys/arch/sh3/conf/build-sh3.el |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4f7fae4b942d -r d545d6c49ab0 sys/arch/sh3/conf/build-sh3.eb
--- a/sys/arch/sh3/conf/build-sh3.eb    Thu Jan 04 08:53:50 2001 +0000
+++ b/sys/arch/sh3/conf/build-sh3.eb    Thu Jan 04 08:55:08 2001 +0000
@@ -15,4 +15,4 @@
 make AR=$TARGET-ar AS=$TARGET-as CC=$TARGET-gcc LD=$TARGET-ld NM=$TARGET-nm \
        RANLIB=$TARGET-ranlib SIZE=$TARGET-size \
        STRIP=$TARGET-strip OBJCOPY=$TARGET-objcopy \
-       CPP=$TARGET-cpp CXX=$TARGET-c++ $*
+       CXX=$TARGET-c++ $*
diff -r 4f7fae4b942d -r d545d6c49ab0 sys/arch/sh3/conf/build-sh3.el
--- a/sys/arch/sh3/conf/build-sh3.el    Thu Jan 04 08:53:50 2001 +0000
+++ b/sys/arch/sh3/conf/build-sh3.el    Thu Jan 04 08:55:08 2001 +0000
@@ -12,4 +12,4 @@
 make AR=$TARGET-ar AS=$TARGET-as CC=$TARGET-gcc LD=$TARGET-ld NM=$TARGET-nm \
        RANLIB=$TARGET-ranlib SIZE=$TARGET-size \
        STRIP=$TARGET-strip OBJCOPY=$TARGET-objcopy \
-       CPP=$TARGET-cpp CXX=$TARGET-c++ $*
+       CXX=$TARGET-c++ $*



Home | Main Index | Thread Index | Old Index