Commit Graph

36 Commits

Author SHA1 Message Date
Doug Evans 571a8de585 configure.in (host_overrides): Set to host_xmake_file, don't create Make-host.
* configure.in (host_overrides): Set to host_xmake_file, don't create
	Make-host.
	(target_overrides): Set to tmake_file, don't create Make-target.
	(language subdir support): Keep together.

From-SVN: r14485
1997-07-19 02:27:38 +00:00
Doug Evans af5e4ada32 configure.in: Don't loop trying to configure language subdirs.
* configure.in: Don't loop trying to configure language subdirs.
	Don't pass to configure.lang variables it doesn't use.

From-SVN: r14482
1997-07-19 02:22:30 +00:00
Doug Evans ae3a15bb2d configure.in (merged_frags): Delete unused variable.
* configure.in (merged_frags): Delete unused variable.
	(extra_headers_list): Move setting outside of subdir loop.
	(extra_headers,extra_passes): Don't pass to configure.lang.
	(extra_programs,extra_parts,extra_objs): Likewise.
	(host_extra_gcc_objs,gxx_include_dir,md_cppflags): Likewise.

From-SVN: r14475
1997-07-17 20:02:27 +00:00
Richard Earnshaw d23f41585d (arm-*-netbsd*): New configuration.
From-SVN: r14456
1997-07-16 14:53:35 +00:00
Jim Wilson a204adc6a7 (exeext): Delete redundant set and AC_SUBST call.
Change remaining AC_SUBST to use build_exeext instead of exeext.

From-SVN: r14449
1997-07-15 19:04:04 -07:00
Doug Evans 434332b570 Change: if [[ x$thread_file = x ]]; then
to: if [[ x$enable_threads = xyes ]]; then

From-SVN: r14448
1997-07-15 19:48:10 +00:00
Richard Kenner ffdd22a9d4 Clear headers and lib2funcs before re-reading config-lang.in.
From-SVN: r14439
1997-07-14 08:12:43 -04:00
Richard Kenner 1c988fb7c5 (alpha-*-linux-gnu*): Set tmake_file.
From-SVN: r14437
1997-07-14 08:03:37 -04:00
Richard Kenner 604d63b028 (sparc-*-linux-gnu{*,libc1*}): Add sparc/t-linux.
From-SVN: r14434
1997-07-14 08:00:57 -04:00
Richard Kenner 6b40374366 (*-*-gnu*): Add crt{begin,end}S.o to extra_parts.
From-SVN: r14429
1997-07-14 07:33:10 -04:00
Richard Kenner 9ad03bc1e2 (sparc-*-linux-gnulibc1*): New configuration.
From-SVN: r14381
1997-07-02 07:40:30 -04:00
Richard Kenner d7308c0c97 (powerpc-*-linuxgnu*): Default thread_file is posix.
Set xmake_file to x-linux.  Add extra_parts.

From-SVN: r14379
1997-07-02 07:03:18 -04:00
Richard Kenner 95fd39815d (m68k-*-linux-gnu*): Default thread_file is `posix'.
(m68k-*-linux-gnulibc1): New configuration.

From-SVN: r14377
1997-07-02 07:00:33 -04:00
Richard Kenner c811d261c3 (alpha-*-linux-gnu*): Default thread_file is `posix'.
From-SVN: r14375
1997-07-02 06:56:49 -04:00
Richard Kenner 844dadc757 (*-linux*): Add "-gnu" to names to match.
From-SVN: r14372
1997-07-02 06:40:14 -04:00
Richard Kenner 78b9f8df80 (i[3456]86-*-linux*): Default thread_file is `posix'.
(i[3456]86-*-linux*gnulibc1): New case.

From-SVN: r14353
1997-06-27 19:00:07 -04:00
Richard Kenner 0bbb169793 (--enable-threads): New parameter.
From-SVN: r14348
1997-06-27 18:47:40 -04:00
Richard Kenner 289661dcfe Clean up Make-{host,target,hooks} in all subdirs, not just '.'.
From-SVN: r14344
1997-06-27 18:33:01 -04:00
Richard Kenner 5dfe8508a0 (i[3456]86-*-mingw32): New target.
From-SVN: r14341
1997-06-27 18:12:25 -04:00
Richard Kenner f4fac32bed (cc_set_by_configure): Eliminate extra comma and don't pass value to configure.lang.
(cc_set_by_configure): Eliminate extra
comma and don't pass value to configure.lang.
(stage_prefix_set_by_configure): Likewise.

From-SVN: r14319
1997-06-25 16:55:50 -04:00
Richard Kenner bee07132a1 Remove patch in 1.12.
Execute configure.frag in a shell.

From-SVN: r14314
1997-06-25 16:36:48 -04:00
Richard Kenner 95e141cdba (cross_overrides, build_overrides): Default to /dev/null to help
platforms where sed cannot handle empty filenames.

From-SVN: r14313
1997-06-25 16:31:25 -04:00
Richard Kenner cef64ec4fc (mn10200-*-*): New target.
From-SVN: r14312
1997-06-25 16:31:00 -04:00
Richard Kenner 618d2e700b (arm-*-linuxaout): New target.
From-SVN: r14264
1997-06-20 08:51:39 -04:00
Doug Evans fbcefbd0fb configure.in: Don't pass arguments to configure.frag.
* configure.in: Don't pass arguments to configure.frag.
	* configure.frag: Refer to $srcdir, $subdirs directly, not as args.

From-SVN: r14236
1997-06-13 23:10:16 +00:00
Jim Wilson dec3e07022 Restore changes lost by autoconfiscation.
From-SVN: r14227
1997-06-10 21:21:19 -07:00
Michael Meissner 52cddadb26 Add powerpc embedded targets to --with-cpu=n.
From-SVN: r14221
1997-06-10 21:09:17 +00:00
Richard Kenner 47866ac0fb Move language fragment processing to configure.lang.
From-SVN: r14207
1997-06-09 19:27:18 -04:00
Richard Kenner 7fa10b250a (cross_overrides, build_overrides): Use absolute path to GCC top-level
source directory.

From-SVN: r14205
1997-06-09 19:22:36 -04:00
Richard Kenner 5206026782 Save target alias for language directories.
From-SVN: r14203
1997-06-09 19:16:47 -04:00
Richard Kenner 9514f0d113 (with-gxx-include-dir): New parameter for setting the g++ header file
directory.

From-SVN: r14201
1997-06-09 19:14:14 -04:00
Richard Kenner 4d8392b761 Add parameter for setting local prefix.
From-SVN: r14200
1997-06-09 19:12:23 -04:00
Richard Kenner a588a9a16d Don't override a user's setting for prefix on platforms that use the
native prefix.

From-SVN: r14199
1997-06-09 19:10:45 -04:00
Richard Kenner 5891b37dfc Move language subdirectory Makefile processing into configure.lang.
From-SVN: r14188
1997-06-09 16:48:13 -04:00
Richard Kenner e47f44f4a0 (*-*-netbsd): Restore changes of Apr 13th lost in autoconf conversion:
tmake_file now t-netbsd; delete xmake_file.

From-SVN: r14182
1997-06-09 14:44:16 -04:00
Richard Kenner 46f18e7b31 Initial revision
From-SVN: r14085
1997-05-18 08:31:53 -04:00