1 diff --git a/Makefile.def b/Makefile.def
2 index 35e994e..9de107c 100644
5 @@ -165,7 +165,7 @@ target_modules = { module= newlib; };
6 target_modules = { module= libgcc; bootstrap=true; no_check=true;
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.