comparison Makefile.def @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
172 target_modules = { module= zlib; }; 172 target_modules = { module= zlib; };
173 target_modules = { module= boehm-gc; }; 173 target_modules = { module= boehm-gc; };
174 target_modules = { module= qthreads; }; 174 target_modules = { module= qthreads; };
175 target_modules = { module= rda; }; 175 target_modules = { module= rda; };
176 target_modules = { module= libada; }; 176 target_modules = { module= libada; };
177 target_modules = { module= libgomp; lib_path=.libs; }; 177 target_modules = { module= libgomp; bootstrap= true; lib_path=.libs; };
178 178
179 // These are (some of) the make targets to be done in each subdirectory. 179 // These are (some of) the make targets to be done in each subdirectory.
180 // Not all; these are the ones which don't have special options. 180 // Not all; these are the ones which don't have special options.
181 // "depend" indicates that a target depends on another target uniformly 181 // "depend" indicates that a target depends on another target uniformly
182 // for each subdirectory. There can be several such lines per target. 182 // for each subdirectory. There can be several such lines per target.
350 350
351 dependencies = { module=all-fixincludes; on=all-libiberty; }; 351 dependencies = { module=all-fixincludes; on=all-libiberty; };
352 352
353 dependencies = { module=all-gnattools; on=all-target-libada; }; 353 dependencies = { module=all-gnattools; on=all-target-libada; };
354 354
355 dependencies = { module=all-lto-plugin; on=all-libiberty; }; 355 dependencies = { module=all-lto-plugin; on=all-gcc; };
356 356
357 dependencies = { module=configure-mpfr; on=all-gmp; }; 357 dependencies = { module=configure-mpfr; on=all-gmp; };
358 dependencies = { module=configure-mpc; on=all-mpfr; }; 358 dependencies = { module=configure-mpc; on=all-mpfr; };
359 dependencies = { module=configure-ppl; on=all-gmp; }; 359 dependencies = { module=configure-ppl; on=all-gmp; };
360 dependencies = { module=configure-ppl; on=all-mpfr; }; 360 dependencies = { module=configure-ppl; on=all-mpfr; };
423 dependencies = { module=all-ld; on=all-opcodes; }; 423 dependencies = { module=all-ld; on=all-opcodes; };
424 dependencies = { module=all-ld; on=all-build-bison; }; 424 dependencies = { module=all-ld; on=all-build-bison; };
425 dependencies = { module=all-ld; on=all-build-byacc; }; 425 dependencies = { module=all-ld; on=all-build-byacc; };
426 dependencies = { module=all-ld; on=all-build-flex; }; 426 dependencies = { module=all-ld; on=all-build-flex; };
427 dependencies = { module=all-ld; on=all-intl; }; 427 dependencies = { module=all-ld; on=all-intl; };
428 dependencies = { module=install-ld; on=install-gold; };
428 dependencies = { module=configure-gold; on=configure-intl; }; 429 dependencies = { module=configure-gold; on=configure-intl; };
429 dependencies = { module=all-gold; on=all-libiberty; }; 430 dependencies = { module=all-gold; on=all-libiberty; };
430 dependencies = { module=all-gold; on=all-intl; }; 431 dependencies = { module=all-gold; on=all-intl; };
431 dependencies = { module=all-gold; on=all-bfd; }; 432 dependencies = { module=all-gold; on=all-bfd; };
432 dependencies = { module=all-gold; on=all-build-bison; }; 433 dependencies = { module=all-gold; on=all-build-bison; };
545 dependencies = { module=configure-target-libobjc; on=configure-target-boehm-gc; }; 546 dependencies = { module=configure-target-libobjc; on=configure-target-boehm-gc; };
546 dependencies = { module=all-target-libobjc; on=all-target-libiberty; }; 547 dependencies = { module=all-target-libobjc; on=all-target-libiberty; };
547 dependencies = { module=all-target-libobjc; on=all-target-boehm-gc; }; 548 dependencies = { module=all-target-libobjc; on=all-target-boehm-gc; };
548 dependencies = { module=all-target-libstdc++-v3; on=all-target-libiberty; }; 549 dependencies = { module=all-target-libstdc++-v3; on=all-target-libiberty; };
549 dependencies = { module=configure-target-libstdc++-v3; on=configure-target-libgomp; }; 550 dependencies = { module=configure-target-libstdc++-v3; on=configure-target-libgomp; };
551 // parallel_list.o and parallel_settings.o depend on omp.h, which is
552 // generated by the libgomp configure. Unfortunately, due to the use of
553 // recursive make, we can't be that specific.
554 dependencies = { module=all-target-libstdc++-v3; on=configure-target-libgomp; };
550 555
551 // Target modules in the 'src' repository. 556 // Target modules in the 'src' repository.
552 lang_env_dependencies = { module=examples; }; 557 lang_env_dependencies = { module=examples; };
553 lang_env_dependencies = { module=libtermcap; }; 558 lang_env_dependencies = { module=libtermcap; };
554 lang_env_dependencies = { module=rda; }; 559 lang_env_dependencies = { module=rda; };