Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib/libstdc++/config Remove special-case for ARM.
details: https://anonhg.NetBSD.org/src/rev/d1407b9b20a1
branches: trunk
changeset: 518174:d1407b9b20a1
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Nov 26 00:02:40 2001 +0000
description:
Remove special-case for ARM.
diffstat:
gnu/lib/libstdc++/config/Makefile | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (19 lines):
diff -r cc8b2ae2f9fc -r d1407b9b20a1 gnu/lib/libstdc++/config/Makefile
--- a/gnu/lib/libstdc++/config/Makefile Sun Nov 25 23:50:24 2001 +0000
+++ b/gnu/lib/libstdc++/config/Makefile Mon Nov 26 00:02:40 2001 +0000
@@ -1,14 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2001/10/18 06:12:48 matt Exp $
+# $NetBSD: Makefile,v 1.7 2001/11/26 00:02:40 thorpej Exp $
# Makefile for _G_config.h, a machine-dependent automatically generated
# configuration file.
INCS= _G_config.h
-.if ${MACHINE_ARCH} == "arm"
-INCSDIR= /usr/include/${MACHINE_ARCH}
-.else
INCSDIR= /usr/include/${MACHINE}
-.endif
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index