Skip to content

Commit 0c770d1

Browse files
author
Ian Lance Taylor
committed
* configure.ac (host_libs): Add libbacktrace.
(target_libraries): Add libbacktrace. * Makefile.def (host_modules): Add libbacktrace. (target_modules): Likewise. * configure, Makefile.in: Rebuild.
1 parent 762bc56 commit 0c770d1

File tree

5 files changed

+1466
-2
lines changed

5 files changed

+1466
-2
lines changed

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2012-09-19 Ian Lance Taylor <[email protected]>
2+
3+
* configure.ac (host_libs): Add libbacktrace.
4+
(target_libraries): Add libbacktrace.
5+
* Makefile.def (host_modules): Add libbacktrace.
6+
(target_modules): Likewise.
7+
* configure, Makefile.in: Rebuild.
8+
19
2012-09-15 Jiong Wang <[email protected]>
210

311
* configure.ac (ENABLE_GOLD): support tilegx*

Makefile.def

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ host_modules= { module= tcl;
8080
missing=mostlyclean; };
8181
host_modules= { module= itcl; };
8282
host_modules= { module= ld; bootstrap=true; };
83+
host_modules= { module= libbacktrace; bootstrap=true; };
8384
host_modules= { module= libcpp; bootstrap=true; };
8485
host_modules= { module= libdecnumber; bootstrap=true; };
8586
host_modules= { module= libgui; };
@@ -121,6 +122,7 @@ target_modules = { module= libmudflap; lib_path=.libs; };
121122
target_modules = { module= libssp; lib_path=.libs; };
122123
target_modules = { module= newlib; };
123124
target_modules = { module= libgcc; bootstrap=true; no_check=true; };
125+
target_modules = { module= libbacktrace; };
124126
target_modules = { module= libquadmath; };
125127
target_modules = { module= libgfortran; };
126128
target_modules = { module= libobjc; };

0 commit comments

Comments
 (0)