pkgsrc-Bugs archive

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

PR/52951 CVS commit: pkgsrc/lang



The following reply was made to PR pkg/52951; it has been noted by GNATS.

From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52951 CVS commit: pkgsrc/lang
Date: Sun, 17 Jun 2018 19:50:53 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Sun Jun 17 19:50:52 UTC 2018
 
 Modified Files:
 	pkgsrc/lang/gcc7: Makefile distinfo
 	pkgsrc/lang/gcc7-libs: Makefile
 	pkgsrc/lang/gcc7/patches: patch-gcc_config.gcc
 Added Files:
 	pkgsrc/lang/gcc7/patches: patch-gcc_common_config_arm_arm-common.c
 	    patch-gcc_config_alpha_elf.h patch-gcc_config_alpha_linux.h
 	    patch-gcc_config_arm_netbsd-eabi.h
 	    patch-gcc_config_arm_netbsd-elf.h patch-gcc_config_netbsd-elf.h
 	    patch-gcc_ginclude_stddef.h patch-libgcc_config.host
 	    patch-libgcc_config_arm_t-netbsd
 	    patch-libgcc_config_arm_t-netbsd-eabi
 
 Log Message:
 gcc7: fix many netbsd targets.
 
 add netbsd/arm EABI target. recognise dwarf2 unwinding in the common arm code.
 
 switch convoluted stddef.h logic from relying on include guards having certain
 names to only applying for netbsd, which should be the sole remaining user.
 (necessary for netbsd/arm, which uses different include guards for ansi.h)
 
 move linux/alpha code out of shared alpha+ELF header.
 
 make all netbsd targets include netbsd-stdint.h.
 
 Fixes PR pkg/52951.
 
 Bump PKGREVISION. bump gcc7-libs PKGREVISION above this one.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/gcc7/Makefile
 cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/gcc7/distinfo
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc7-libs/Makefile
 cvs rdiff -u -r0 -r1.1 \
     pkgsrc/lang/gcc7/patches/patch-gcc_common_config_arm_arm-common.c \
     pkgsrc/lang/gcc7/patches/patch-gcc_config_alpha_elf.h \
     pkgsrc/lang/gcc7/patches/patch-gcc_config_alpha_linux.h \
     pkgsrc/lang/gcc7/patches/patch-gcc_config_arm_netbsd-eabi.h \
     pkgsrc/lang/gcc7/patches/patch-gcc_config_arm_netbsd-elf.h \
     pkgsrc/lang/gcc7/patches/patch-gcc_config_netbsd-elf.h \
     pkgsrc/lang/gcc7/patches/patch-gcc_ginclude_stddef.h \
     pkgsrc/lang/gcc7/patches/patch-libgcc_config.host \
     pkgsrc/lang/gcc7/patches/patch-libgcc_config_arm_t-netbsd \
     pkgsrc/lang/gcc7/patches/patch-libgcc_config_arm_t-netbsd-eabi
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc7/patches/patch-gcc_config.gcc
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index