FreeBSD Bugzilla – Attachment 199868 Details for
Bug 233546
devel/psptoolchain-gcc-stage1: Fix build conflict when texinfo installed and when -march is set in env
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
devel-psptoolchain-gcc-stage1.patch (text/plain), 834 bytes, created by
Tassilo Philipp
on 2018-12-05 22:11:07 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tassilo Philipp
Created:
2018-12-05 22:11:07 UTC
Size:
834 bytes
patch
obsolete
>diff -ruN devel/psptoolchain-gcc-stage1.orig/Makefile devel/psptoolchain-gcc-stage1/Makefile >--- devel/psptoolchain-gcc-stage1.orig/Makefile 2018-12-05 20:04:22.340973000 +0100 >+++ devel/psptoolchain-gcc-stage1/Makefile 2018-12-05 22:30:25.401804000 +0100 >@@ -53,6 +53,11 @@ > --with-as=${LOCALBASE}/bin/psp-as \ > --mandir=${PREFIX}/man > >+# make sure xgcc doesn't get any -march=... from env C(XX)?FLAGS (e.g. set by CPUTYPE in make.conf); also "disable" info file gen >+CONFIGURE_ENV+= CFLAGS_FOR_TARGET="${CFLAGS:C/(^|[[:space:]])-march=[^[:space:]]*//g}" \ >+ CXXFLAGS_FOR_TARGET="${CXXFLAGS:C/(^|[[:space:]])-march=[^[:space:]]*//g}" \ >+ MAKEINFO=true >+ > # Don't install any documentation for psptoolchain's gcc stage 1 - makes no sense. > # Disable installation of .info files and libiberty for both stages. > post-patch:
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:
tphilipp
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 233546
: 199868