As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
14
devel/llvm/17/patches/patch-lld_ELF_SyntheticSections_cpp
Normal file
14
devel/llvm/17/patches/patch-lld_ELF_SyntheticSections_cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: lld/ELF/SyntheticSections.cpp
|
||||
--- lld/ELF/SyntheticSections.cpp.orig
|
||||
+++ lld/ELF/SyntheticSections.cpp
|
||||
@@ -2518,6 +2518,10 @@ PltSection::PltSection()
|
||||
if ((config->emachine == EM_386 || config->emachine == EM_X86_64) &&
|
||||
(config->andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT))
|
||||
name = ".plt.sec";
|
||||
+#ifdef __OpenBSD__
|
||||
+ else if (config->emachine == EM_X86_64)
|
||||
+ name = ".plt.sec";
|
||||
+#endif
|
||||
|
||||
// The PLT needs to be writable on SPARC as the dynamic linker will
|
||||
// modify the instructions in the PLT entries.
|
Loading…
Add table
Add a link
Reference in a new issue