* configure.ac (host_libs): Add libbacktrace.
(target_libraries): Add libbacktrace. * Makefile.def (host_modules): Add libbacktrace. (target_modules): Likewise. * configure, Makefile.in: Rebuild.
This commit is contained in:
		| @@ -1,3 +1,11 @@ | |||||||
|  | 2012-09-19  Ian Lance Taylor  <iant@google.com> | ||||||
|  |  | ||||||
|  | 	* configure.ac (host_libs): Add libbacktrace. | ||||||
|  | 	(target_libraries): Add libbacktrace. | ||||||
|  | 	* Makefile.def (host_modules): Add libbacktrace. | ||||||
|  | 	(target_modules): Likewise. | ||||||
|  | 	* configure, Makefile.in: Rebuild. | ||||||
|  |  | ||||||
| 2012-09-15  Jiong Wang  <jiwang@tilera.com> | 2012-09-15  Jiong Wang  <jiwang@tilera.com> | ||||||
|  |  | ||||||
| 	* configure.ac (ENABLE_GOLD): support tilegx* | 	* configure.ac (ENABLE_GOLD): support tilegx* | ||||||
|   | |||||||
| @@ -80,6 +80,7 @@ host_modules= { module= tcl; | |||||||
|                 missing=mostlyclean; }; |                 missing=mostlyclean; }; | ||||||
| host_modules= { module= itcl; }; | host_modules= { module= itcl; }; | ||||||
| host_modules= { module= ld; bootstrap=true; }; | host_modules= { module= ld; bootstrap=true; }; | ||||||
|  | host_modules= { module= libbacktrace; bootstrap=true; }; | ||||||
| host_modules= { module= libcpp; bootstrap=true; }; | host_modules= { module= libcpp; bootstrap=true; }; | ||||||
| host_modules= { module= libdecnumber; bootstrap=true; }; | host_modules= { module= libdecnumber; bootstrap=true; }; | ||||||
| host_modules= { module= libgui; }; | host_modules= { module= libgui; }; | ||||||
| @@ -121,6 +122,7 @@ target_modules = { module= libmudflap; lib_path=.libs; }; | |||||||
| target_modules = { module= libssp; lib_path=.libs; }; | target_modules = { module= libssp; lib_path=.libs; }; | ||||||
| target_modules = { module= newlib; }; | target_modules = { module= newlib; }; | ||||||
| target_modules = { module= libgcc; bootstrap=true; no_check=true; }; | target_modules = { module= libgcc; bootstrap=true; no_check=true; }; | ||||||
|  | target_modules = { module= libbacktrace; }; | ||||||
| target_modules = { module= libquadmath; }; | target_modules = { module= libquadmath; }; | ||||||
| target_modules = { module= libgfortran; }; | target_modules = { module= libgfortran; }; | ||||||
| target_modules = { module= libobjc; }; | target_modules = { module= libobjc; }; | ||||||
|   | |||||||
							
								
								
									
										1452
									
								
								Makefile.in
									
									
									
									
									
								
							
							
						
						
									
										1452
									
								
								Makefile.in
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -2699,7 +2699,7 @@ build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes" | |||||||
|  |  | ||||||
| # these libraries are used by various programs built for the host environment | # these libraries are used by various programs built for the host environment | ||||||
| # | # | ||||||
| host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv" | host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv" | ||||||
|  |  | ||||||
| # these tools are built for the host environment | # these tools are built for the host environment | ||||||
| # Note, the powerpc-eabi build depends on sim occurring before gdb in order to | # Note, the powerpc-eabi build depends on sim occurring before gdb in order to | ||||||
| @@ -2718,6 +2718,7 @@ libgcj="target-libffi \ | |||||||
| # the host libraries and the host tools (which may be a cross compiler) | # the host libraries and the host tools (which may be a cross compiler) | ||||||
| # Note that libiberty is not a target library. | # Note that libiberty is not a target library. | ||||||
| target_libraries="target-libgcc \ | target_libraries="target-libgcc \ | ||||||
|  | 		target-libbacktrace \ | ||||||
| 		target-libgloss \ | 		target-libgloss \ | ||||||
| 		target-newlib \ | 		target-newlib \ | ||||||
| 		target-libgomp \ | 		target-libgomp \ | ||||||
|   | |||||||
| @@ -133,7 +133,7 @@ build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes" | |||||||
|  |  | ||||||
| # these libraries are used by various programs built for the host environment | # these libraries are used by various programs built for the host environment | ||||||
| # | # | ||||||
| host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv" | host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv" | ||||||
|  |  | ||||||
| # these tools are built for the host environment | # these tools are built for the host environment | ||||||
| # Note, the powerpc-eabi build depends on sim occurring before gdb in order to | # Note, the powerpc-eabi build depends on sim occurring before gdb in order to | ||||||
| @@ -152,6 +152,7 @@ libgcj="target-libffi \ | |||||||
| # the host libraries and the host tools (which may be a cross compiler) | # the host libraries and the host tools (which may be a cross compiler) | ||||||
| # Note that libiberty is not a target library. | # Note that libiberty is not a target library. | ||||||
| target_libraries="target-libgcc \ | target_libraries="target-libgcc \ | ||||||
|  | 		target-libbacktrace \ | ||||||
| 		target-libgloss \ | 		target-libgloss \ | ||||||
| 		target-newlib \ | 		target-newlib \ | ||||||
| 		target-libgomp \ | 		target-libgomp \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user