Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 892701 Details for
Bug 930014
sys-devel/gcc-14.0.1_pre20240407[modula2]: sandbox access violation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
m2.patch
m2.patch (text/plain), 550 bytes, created by
hugegameartgd
on 2024-05-10 17:51:43 UTC
(
hide
)
Description:
m2.patch
Filename:
MIME Type:
Creator:
hugegameartgd
Created:
2024-05-10 17:51:43 UTC
Size:
550 bytes
patch
obsolete
>diff --git a/gcc/m2/Make-lang.in b/gcc/m2/Make-lang.in >index 0abd8ce14..da4226123 100644 >--- a/gcc/m2/Make-lang.in >+++ b/gcc/m2/Make-lang.in >@@ -425,7 +425,7 @@ m2.install-info: installdirs > else true; fi > -if [ -f gm2$(exeext) ] && [ -f $(DESTDIR)$(infodir)/m2.info ]; then \ > if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ >- install-info --dir-file=$(infodir)/dir $(DESTDIR)$(infodir)/m2.info; \ >+ install-info --dir-file=$(DESTDIR)$(infodir)/dir $(DESTDIR)$(infodir)/m2.info; \ > else true; fi; \ > else true; fi >
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 930014
:
890823
|
890824
| 892701 |
892702