SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
lang/gcc/11/patches/patch-gcc_lto_lto-common_c
Normal file
14
lang/gcc/11/patches/patch-gcc_lto_lto-common_c
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: gcc/lto/lto-common.c
|
||||
--- gcc/lto/lto-common.c.orig
|
||||
+++ gcc/lto/lto-common.c
|
||||
@@ -3102,4 +3102,10 @@ lto_fe_init (void)
|
||||
#endif
|
||||
}
|
||||
|
||||
+const char *
|
||||
+fname_as_string(int pretty_p __attribute__((__unused__)))
|
||||
+{
|
||||
+ return NULL;
|
||||
+}
|
||||
+
|
||||
#include "gt-lto-lto-common.h"
|
Loading…
Add table
Add a link
Reference in a new issue