FreeBSD Bugzilla – Attachment 213252 Details for
Bug 245511
lang/gcc9: build with base GCC on powerpc64 elfv1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
gcc9.patch (text/plain), 3.38 KB, created by
Piotr Kubaj
on 2020-04-10 17:04:34 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-04-10 17:04:34 UTC
Size:
3.38 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 530807) >+++ Makefile (working copy) >@@ -66,7 +66,9 @@ > . if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 > CONFIGURE_ARGS+= --with-abi=elfv2 > . else >-USE_GCC= 8 >+CONFIGURE_ENV+= CFLAGS_FOR_TARGET="-O0" CXXFLAGS_FOR_TARGET="-O0" BOOT_CFLAGS="-O0" >+MAKE_ENV+= CFLAGS_FOR_TARGET="-O0" CXXFLAGS_FOR_TARGET="-O0" BOOT_CFLAGS="-O0" >+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libgcc_config_rs6000_t-crtstuff > . endif > .endif > >Index: files/extra-patch-libgcc_config_rs6000_t-crtstuff >=================================================================== >--- files/extra-patch-libgcc_config_rs6000_t-crtstuff (nonexistent) >+++ files/extra-patch-libgcc_config_rs6000_t-crtstuff (working copy) >@@ -0,0 +1,8 @@ >+--- libgcc/config/rs6000/t-crtstuff.orig 2020-04-07 15:17:50 UTC >++++ libgcc/config/rs6000/t-crtstuff >+@@ -3,4 +3,4 @@ >+ # Do not build crtend.o with -Os as that can result in references to >+ # out-of-line register save/restore functions, which may be unresolved >+ # as crtend.o is linked after libgcc.a. See PR45053. >+-CRTSTUFF_T_CFLAGS = -msdata=none -O2 -fno-asynchronous-unwind-tables >++CRTSTUFF_T_CFLAGS = -msdata=none -O0 -fno-asynchronous-unwind-tables > >Property changes on: files/extra-patch-libgcc_config_rs6000_t-crtstuff >___________________________________________________________________ >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 >Index: files/patch-Makefile.in >=================================================================== >--- files/patch-Makefile.in (nonexistent) >+++ files/patch-Makefile.in (working copy) >@@ -0,0 +1,11 @@ >+--- Makefile.in.orig 2020-04-08 13:04:40 UTC >++++ Makefile.in >+@@ -372,7 +372,7 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@ >+ >+ # Flags to pass to stage2 and later makes. They are defined >+ # here so that they can be overridden by Makefile fragments. >+-BOOT_CFLAGS= -g -O2 >++BOOT_CFLAGS?= -g -O2 >+ BOOT_LDFLAGS= >+ BOOT_ADAFLAGS= -gnatpg >+ > >Property changes on: files/patch-Makefile.in >___________________________________________________________________ >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 >Index: files/patch-gcc_dumpfile.c >=================================================================== >--- files/patch-gcc_dumpfile.c (nonexistent) >+++ files/patch-gcc_dumpfile.c (working copy) >@@ -0,0 +1,11 @@ >+--- gcc/dumpfile.c.orig 2020-04-07 14:09:14 UTC >++++ gcc/dumpfile.c >+@@ -2055,7 +2055,7 @@ temp_dump_context::temp_dump_context (bool forcibly_en >+ bool forcibly_enable_dumping, >+ dump_flags_t test_pp_flags) >+ : m_context (), >+- m_saved (&dump_context ().get ()) >++ m_saved(&dump_context::get()) >+ { >+ dump_context::s_current = &m_context; >+ if (forcibly_enable_optinfo) > >Property changes on: files/patch-gcc_dumpfile.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
Flags:
pkubaj
:
maintainer-approval?
(
gerald
)
Actions:
View
|
Diff
Attachments on
bug 245511
: 213252 |
213782