comparison Makefile.def @ 19:58ad6c70ea60

update gcc from 4.4.0 to 4.4.1.
author kent@firefly.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 13:21:57 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
18:33936f7f2835 19:58ad6c70ea60
63 extra_configure_flags='--disable-shared'; 63 extra_configure_flags='--disable-shared';
64 no_install= true; 64 no_install= true;
65 host="none-${host_vendor}-${host_os}"; 65 host="none-${host_vendor}-${host_os}";
66 target="none-${host_vendor}-${host_os}"; }; 66 target="none-${host_vendor}-${host_os}"; };
67 host_modules= { module= mpfr; lib_path=.libs; bootstrap=true; 67 host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
68 extra_configure_flags='--disable-shared --with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'; 68 extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@';
69 no_install= true; 69 no_install= true;
70 host="none-${host_vendor}-${host_os}"; 70 host="none-${host_vendor}-${host_os}";
71 target="none-${host_vendor}-${host_os}"; }; 71 target="none-${host_vendor}-${host_os}"; };
72 host_modules= { module= ppl; lib_path=.libs; bootstrap=true; 72 host_modules= { module= ppl; lib_path=.libs; bootstrap=true;
73 extra_configure_flags='--disable-shared --with-libgmp-prefix=$$r/$(HOST_SUBDIR)/gmp/ --with-libgmpxx-prefix=$$r/$(HOST_SUBDIR)/gmp/'; 73 extra_configure_flags='--disable-shared --with-libgmp-prefix=$$r/$(HOST_SUBDIR)/gmp/ --with-libgmpxx-prefix=$$r/$(HOST_SUBDIR)/gmp/';