Path to this page:
./
lang/gcc48-libs,
The GNU Compiler Collection (GCC) support shared libraries.
Branch: pkgsrc-2018Q2,
Version: 4.8.5nb7,
Package name: gcc48-libs-4.8.5nb7,
Maintainer: sbdThe GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go, as well as libraries for these languages (libstdc++,
libgfortran, ...).
Required to build:[
lang/gcc48] [
pkgtools/cwrappers]
Version history: (Expand)
- (2018-07-20) Updated to version: gcc48-libs-4.8.5nb7
- (2018-07-03) Package added to pkgsrc.se, version gcc48-libs-4.8.5nb5 (created)
CVS history: (Expand)
2018-07-20 14:06:09 by Benny Siegert | Files touched by this commit (19) |
Log message:
Pullup ticket #5795 - requested by maya
lang/gcc48: i386 build fix
lang/gcc5: i386 build fix
lang/gcc6: i386 build fix
lang/gcc7: i386 build fix
lang/gcc8: i386 build fix
Revisions pulled up:
- lang/gcc48-libs/Makefile 1.29
- lang/gcc48/Makefile 1.41
- lang/gcc48/distinfo 1.38
- lang/gcc48/patches/patch-gcc_targhooks.c 1.1
- lang/gcc5-libs/Makefile 1.13
- lang/gcc5/Makefile 1.29
- lang/gcc5/distinfo 1.19
- lang/gcc5/patches/patch-gcc_targhooks.c 1.1
- lang/gcc6-libs/Makefile 1.7
- lang/gcc6/Makefile 1.14
- lang/gcc6/distinfo 1.11
- lang/gcc6/patches/patch-gcc_targhooks.c 1.1
- lang/gcc7-libs/Makefile 1.3
- lang/gcc7/Makefile 1.19
- lang/gcc7/distinfo 1.11
- lang/gcc7/patches/patch-gcc_targhooks.c 1.1
- lang/gcc8/Makefile 1.2
- lang/gcc8/distinfo 1.2
- lang/gcc8/patches/patch-gcc_targhooks.c 1.1
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:42:57 UTC 2018
Modified Files:
pkgsrc/lang/gcc5: Makefile distinfo
pkgsrc/lang/gcc5-libs: Makefile
Added Files:
pkgsrc/lang/gcc5/patches: patch-gcc_targhooks.c
Log message:
gcc5: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:35:44 UTC 2018
Modified Files:
pkgsrc/lang/gcc6: Makefile distinfo
pkgsrc/lang/gcc6-libs: Makefile
Added Files:
pkgsrc/lang/gcc6/patches: patch-gcc_targhooks.c
Log message:
gcc6: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:55:08 UTC 2018
Modified Files:
pkgsrc/lang/gcc7: Makefile distinfo
pkgsrc/lang/gcc7-libs: Makefile
Added Files:
pkgsrc/lang/gcc7/patches: patch-gcc_targhooks.c
Log message:
gcc7: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 22:56:23 UTC 2018
Modified Files:
pkgsrc/lang/gcc8: Makefile distinfo
Added Files:
pkgsrc/lang/gcc8/patches: patch-gcc_targhooks.c
Log message:
gcc8: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436.
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Jul 18 23:15:42 UTC 2018
Modified Files:
pkgsrc/lang/gcc48: Makefile distinfo
pkgsrc/lang/gcc48-libs: Makefile
Added Files:
pkgsrc/lang/gcc48/patches: patch-gcc_targhooks.c
Log message:
gcc48: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
bump gcc48-libs PKGREVISION above gcc48
PR pkg/53436.
|