FreeBSD Bugzilla – Attachment 197601 Details for
Bug 231804
lang/gcc7: fix build with powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
gcc7.patch (text/plain), 1.22 KB, created by
Piotr Kubaj
on 2018-09-29 18:24:37 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-09-29 18:24:37 UTC
Size:
1.22 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 480887) >+++ Makefile (working copy) >@@ -38,6 +38,7 @@ > SSP_UNSAFE= yes > CFLAGS:= ${CFLAGS:N-mretpoline} > CXXFLAGS:= ${CXXFLAGS:N-mretpoline} >+CFLAGS_powerpc64= -DHAVE_WORKING_STAT > > OPTIONS_DEFINE= BOOTSTRAP GRAPHITE > OPTIONS_DEFAULT= BOOTSTRAP >Index: files/patch-libgfortran_io_close.c >=================================================================== >--- files/patch-libgfortran_io_close.c (nonexistent) >+++ files/patch-libgfortran_io_close.c (working copy) >@@ -0,0 +1,10 @@ >+--- libgfortran/io/close.c.orig 2018-09-29 12:42:39 UTC >++++ libgfortran/io/close.c >+@@ -25,6 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectivel >+ #include "io.h" >+ #include "unix.h" >+ #include <limits.h> >++#include <string.h> >+ >+ typedef enum >+ { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } > >Property changes on: files/patch-libgfortran_io_close.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231804
:
197601
|
197602
|
199519
|
199641