Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/pcc because we use --sysroot, force the default paths ...
details: https://anonhg.NetBSD.org/src/rev/da8327eb4840
branches: trunk
changeset: 766016:da8327eb4840
user: plunky <plunky%NetBSD.org@localhost>
date: Mon Jun 13 12:29:16 2011 +0000
description:
because we use --sysroot, force the default paths to be normal
while here, enable tls support
diffstat:
tools/pcc/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 3b0ae04e7a74 -r da8327eb4840 tools/pcc/Makefile
--- a/tools/pcc/Makefile Mon Jun 13 11:09:38 2011 +0000
+++ b/tools/pcc/Makefile Mon Jun 13 12:29:16 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2008/08/24 05:53:36 gmcgarry Exp $
+# $NetBSD: Makefile,v 1.2 2011/06/13 12:29:16 plunky Exp $
GNUHOSTDIST= ${.CURDIR}/../../external/bsd/pcc/dist/pcc
@@ -8,9 +8,11 @@
CXX=${HOST_CXX:Q}
CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM}
+CONFIGURE_ARGS+= --enable-tls
+CONFIGURE_ARGS+= --includedir=/usr/include
+CONFIGURE_ARGS+= --with-incdir=/usr/include
+CONFIGURE_ARGS+= --with-libdir=/usr/lib
CONFIGURE_ARGS+= --with-assembler=${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-as
CONFIGURE_ARGS+= --with-linker=${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ld
-.NOTPARALLEL:
-
.include "${.CURDIR}/../Makefile.gnuhost"
Home |
Main Index |
Thread Index |
Old Index