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
|
@ -1,32 +0,0 @@
|
|||
- Also match lld's "compatible with GNU linkers".
|
||||
|
||||
Probably not really used at current (1.1.1a) as $config{CC} isn't even
|
||||
set up when this is called...
|
||||
|
||||
- override -Wl,-z,defs which errors out with undefined symbols for symbols
|
||||
which are in libc
|
||||
|
||||
Index: Configurations/shared-info.pl
|
||||
--- Configurations/shared-info.pl.orig
|
||||
+++ Configurations/shared-info.pl
|
||||
@@ -14,7 +14,7 @@
|
||||
sub detect_gnu_ld {
|
||||
my @lines =
|
||||
`$config{CROSS_COMPILE}$config{CC} -Wl,-V /dev/null 2>&1`;
|
||||
- return grep /^GNU ld/, @lines;
|
||||
+ return grep /^GNU ld|GNU linker/, @lines;
|
||||
}
|
||||
sub detect_gnu_cc {
|
||||
my @lines =
|
||||
@@ -32,11 +32,6 @@ my %shared_info;
|
||||
return {
|
||||
%{$shared_info{'gnu-shared'}},
|
||||
shared_defflag => '-Wl,--version-script=',
|
||||
- dso_ldflags =>
|
||||
- (grep /(?:^|\s)-fsanitize/,
|
||||
- @{$config{CFLAGS}}, @{$config{cflags}})
|
||||
- ? ''
|
||||
- : '-Wl,-z,defs',
|
||||
};
|
||||
},
|
||||
'bsd-gcc-shared' => sub { return $shared_info{'linux-shared'}; },
|
Loading…
Add table
Add a link
Reference in a new issue