mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Update to the 20111001 snapshot of GCC 4.7.0.
This commit is contained in:
parent
e2dd1a42db
commit
b7461ea7ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282797
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 4.7.0.20110924
|
||||
PORTVERSION= 4.7.0.20111001
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gcc-4.7-20110924.tar.bz2) = fd917703116fd8ff883add1e28df9ddce217a370a5e47f51b702768e2620866d
|
||||
SIZE (gcc-4.7-20110924.tar.bz2) = 73239725
|
||||
SHA256 (gcc-4.7-20111001.tar.bz2) = 38762b22b9440931380cd80826617799be0e6a54621c94d67e5c9ddf590818ae
|
||||
SIZE (gcc-4.7-20111001.tar.bz2) = 75835286
|
||||
|
19
lang/gcc47/files/patch-unwind-ia64.h
Normal file
19
lang/gcc47/files/patch-unwind-ia64.h
Normal file
@ -0,0 +1,19 @@
|
||||
2011-09-23 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
PR target/45650
|
||||
* config/ia64/unwind-ia64.h: Do not mark _Unwind_FindTableEntry
|
||||
hidden on FreeBSD.
|
||||
|
||||
Index: unwind-ia64.h
|
||||
===================================================================
|
||||
--- libgcc/config/ia64/unwind-ia64.h (revision 179093)
|
||||
+++ libgcc/config/ia64/unwind-ia64.h (working copy)
|
||||
@@ -40,4 +40,7 @@
|
||||
extern struct unw_table_entry *
|
||||
_Unwind_FindTableEntry (void *pc, unsigned long *segment_base,
|
||||
unsigned long *gp, struct unw_table_entry *ent)
|
||||
- __attribute__ ((__visibility__ ("hidden")));
|
||||
+#ifndef __FreeBSD__
|
||||
+ __attribute__ ((__visibility__ ("hidden")))
|
||||
+#endif
|
||||
+ ;
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 4.7.0.20110924
|
||||
PORTVERSION= 4.7.0.20111001
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gcc-4.7-20110924.tar.bz2) = fd917703116fd8ff883add1e28df9ddce217a370a5e47f51b702768e2620866d
|
||||
SIZE (gcc-4.7-20110924.tar.bz2) = 73239725
|
||||
SHA256 (gcc-4.7-20111001.tar.bz2) = 38762b22b9440931380cd80826617799be0e6a54621c94d67e5c9ddf590818ae
|
||||
SIZE (gcc-4.7-20111001.tar.bz2) = 75835286
|
||||
|
19
lang/gcc48/files/patch-unwind-ia64.h
Normal file
19
lang/gcc48/files/patch-unwind-ia64.h
Normal file
@ -0,0 +1,19 @@
|
||||
2011-09-23 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
PR target/45650
|
||||
* config/ia64/unwind-ia64.h: Do not mark _Unwind_FindTableEntry
|
||||
hidden on FreeBSD.
|
||||
|
||||
Index: unwind-ia64.h
|
||||
===================================================================
|
||||
--- libgcc/config/ia64/unwind-ia64.h (revision 179093)
|
||||
+++ libgcc/config/ia64/unwind-ia64.h (working copy)
|
||||
@@ -40,4 +40,7 @@
|
||||
extern struct unw_table_entry *
|
||||
_Unwind_FindTableEntry (void *pc, unsigned long *segment_base,
|
||||
unsigned long *gp, struct unw_table_entry *ent)
|
||||
- __attribute__ ((__visibility__ ("hidden")));
|
||||
+#ifndef __FreeBSD__
|
||||
+ __attribute__ ((__visibility__ ("hidden")))
|
||||
+#endif
|
||||
+ ;
|
Loading…
Reference in New Issue
Block a user