pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/h8300-elf-gcc34 Disable PCH explicitly to preven...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2faf41bc6e5
branches:  trunk
changeset: 353886:b2faf41bc6e5
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Oct 17 13:44:38 2016 +0000

description:
Disable PCH explicitly to prevent PLIST mismatch

diffstat:

 cross/h8300-elf-gcc34/Makefile |  4 +++-
 cross/h8300-elf-gcc34/PLIST    |  4 +---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 8735faee5929 -r b2faf41bc6e5 cross/h8300-elf-gcc34/Makefile
--- a/cross/h8300-elf-gcc34/Makefile    Mon Oct 17 13:34:08 2016 +0000
+++ b/cross/h8300-elf-gcc34/Makefile    Mon Oct 17 13:44:38 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2013/05/06 07:11:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2016/10/17 13:44:38 ryoon Exp $
 
 DISTNAME=              gcc-core-3.4.6
 PKGNAME=               cross-h8300-elf-${DISTNAME:S/-core//}
+PKGREVISION=           1
 CATEGORIES=            cross
 MASTER_SITES=          ${MASTER_SITE_GNU:=gcc/gcc-3.4.6/}
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} \
@@ -32,6 +33,7 @@
 CONFIGURE_ARGS+=       --enable-languages=c,c++
 CONFIGURE_ARGS+=       --disable-multilib
 CONFIGURE_ARGS+=       --with-newlib
+CONFIGURE_ARGS+=       --disable-libstdcxx-pch
 MAKE_ENV+=             SHELL=${CONFIG_SHELL}
 INFO_FILES=            yes
 
diff -r 8735faee5929 -r b2faf41bc6e5 cross/h8300-elf-gcc34/PLIST
--- a/cross/h8300-elf-gcc34/PLIST       Mon Oct 17 13:34:08 2016 +0000
+++ b/cross/h8300-elf-gcc34/PLIST       Mon Oct 17 13:44:38 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/04/30 13:26:34 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/10/17 13:44:38 ryoon Exp $
 bin/h8300-elf-c++
 bin/h8300-elf-cpp
 bin/h8300-elf-g++
@@ -296,8 +296,6 @@
 cross-h8300-elf/include/c++/${PKGVERSION}/h8300-elf/bits/gthr.h
 cross-h8300-elf/include/c++/${PKGVERSION}/h8300-elf/bits/messages_members.h
 cross-h8300-elf/include/c++/${PKGVERSION}/h8300-elf/bits/os_defines.h
-cross-h8300-elf/include/c++/${PKGVERSION}/h8300-elf/bits/stdc++.h.gch/O0g
-cross-h8300-elf/include/c++/${PKGVERSION}/h8300-elf/bits/stdc++.h.gch/O2g
 cross-h8300-elf/include/c++/${PKGVERSION}/h8300-elf/bits/time_members.h
 cross-h8300-elf/include/c++/${PKGVERSION}/iomanip
 cross-h8300-elf/include/c++/${PKGVERSION}/ios



Home | Main Index | Thread Index | Old Index