diff options
author | DJ Delorie <dj@redhat.com> | 2004-05-13 18:14:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-05-13 18:14:28 +0000 |
commit | 4b1cb4fee6c24a634721053aa48a2217c8b7bc58 (patch) | |
tree | 85bb50fba20aa9c7f039ea57a10d92c16892ed48 /Makefile.def | |
parent | 8bfabb045c335e391a22397e6465e673014af878 (diff) | |
download | fsf-binutils-gdb-4b1cb4fee6c24a634721053aa48a2217c8b7bc58.zip fsf-binutils-gdb-4b1cb4fee6c24a634721053aa48a2217c8b7bc58.tar.gz fsf-binutils-gdb-4b1cb4fee6c24a634721053aa48a2217c8b7bc58.tar.bz2 |
merge from gcc
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index e8e207a..5f29368 100644 --- a/Makefile.def +++ b/Makefile.def @@ -25,6 +25,7 @@ AutoGen definitions Makefile.tpl; // that recursive target in its Makefile. build_modules= { module= libiberty; }; +build_modules= { module= libbanshee; }; host_modules= { module= ash; }; host_modules= { module= autoconf; }; @@ -59,6 +60,7 @@ host_modules= { module= tcl; host_modules= { module= itcl; }; host_modules= { module= ld; bootstrap=true; }; host_modules= { module= libgui; }; +host_modules= { module= libbanshee; bootstrap=true; no_install=true; }; host_modules= { module= libiberty; bootstrap=true; }; host_modules= { module= libtool; }; host_modules= { module= m4; }; @@ -97,8 +99,10 @@ host_modules= { module= libtermcap; no_check=true; host_modules= { module= utils; no_check=true; }; target_modules = { module= libstdc++-v3; raw_cxx=true; }; +target_modules = { module= libmudflap; }; target_modules = { module= newlib; }; target_modules = { module= libf2c; }; +target_modules = { module= libgfortran; }; target_modules = { module= libobjc; }; target_modules = { module= libtermcap; no_check=true; stage=true; missing=mostlyclean; @@ -202,6 +206,7 @@ flags_to_pass = { flag= CXX_FOR_TARGET ; }; flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; }; flags_to_pass = { flag= GCJ_FOR_TARGET ; }; +flags_to_pass = { flag= GFORTRAN_FOR_TARGET ; }; flags_to_pass = { flag= LD_FOR_TARGET ; }; flags_to_pass = { flag= LIBCFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= LIBCXXFLAGS_FOR_TARGET ; }; |