fed834d5d6
update and biarch patch. It does not help me, but it does not harm either ;) OBS-URL: https://build.opensuse.org/request/show/143122 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=115
16 lines
601 B
Diff
16 lines
601 B
Diff
Index: ld/testsuite/ld-selective/selective.exp
|
|
===================================================================
|
|
--- ld/testsuite/ld-selective/selective.exp.orig
|
|
+++ ld/testsuite/ld-selective/selective.exp
|
|
@@ -47,8 +47,8 @@ set seltests {
|
|
{A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
|
|
}
|
|
|
|
-set cflags "-w -O -ffunction-sections -fdata-sections"
|
|
-set cxxflags "-fno-exceptions -fno-rtti"
|
|
+set cflags "-w -O -ffunction-sections -fdata-sections -fno-unit-at-a-time"
|
|
+set cxxflags "-fno-exceptions -fno-rtti -fno-unit-at-a-time"
|
|
set ldflags "--gc-sections -Bstatic"
|
|
|
|
if [istarget mips*-*] {
|