remmina: update to 1.4.37
[oi-userland.git] / components / developer / gcc-13 / patches / 0039-build-libgo.patch
blob7447e6c77cb65688923928d76af12fa7f681ce93
1 diff --git a/Makefile.def b/Makefile.def
2 index 35e994e..9de107c 100644
3 --- a/Makefile.def
4 +++ b/Makefile.def
5 @@ -165,7 +165,7 @@ target_modules = { module= newlib; };
6 target_modules = { module= libgcc; bootstrap=true; no_check=true;
7 missing=TAGS;
8 missing=install-dvi; };
9 -target_modules = { module= libbacktrace; bootstrap=true; };
10 +target_modules = { module= libbacktrace; };
11 target_modules = { module= libquadmath; };
12 target_modules = { module= libgfortran; };
13 target_modules = { module= libobjc;
14 @@ -189,7 +189,7 @@ target_modules = { module= libada; };
15 target_modules = { module= libgm2; lib_path=.libs; };
16 target_modules = { module= libgomp; bootstrap= true; lib_path=.libs; };
17 target_modules = { module= libitm; lib_path=.libs; };
18 -target_modules = { module= libatomic; bootstrap=true; lib_path=.libs; };
19 +target_modules = { module= libatomic; lib_path=.libs; };
21 // These are (some of) the make targets to be done in each subdirectory.
22 // Not all; these are the ones which don't have special options.