Ian Lance Taylor
8270cd762b
* Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
...
(INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
(INSTALL_SCRIPT): New variable.
(BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
* configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
to -x.
* install-sh: Add support for -x option.
1997-07-04 17:27:30 +00:00
Ian Lance Taylor
c446cc8bb4
* configure.in, Makefile.in: Treat tix like itcl.
1997-06-30 19:52:58 +00:00
Ian Lance Taylor
d29cd97071
* Makefile.in (WINDRES): New variable.
...
(WINDRES_FOR_TARGET): New variable.
(BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
(EXTRA_HOST_FLAGS): Add WINDRES.
(EXTRA_TARGET_FLAGS): Add WINDRES.
(EXTRA_GCC_FLAGS): Add WINDRES.
($(DO_X)): Pass down WINDRES.
($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
* configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
DLLTOOL_FOR_TARGET.
1997-06-26 18:00:57 +00:00
Felix Lee
e8f6afa32d
* configure.in: configure sim before gdb for win32-x-ppc
1997-06-25 22:20:22 +00:00
Brendan Kehoe
10be59aa1e
Move gperf into the toplevel, from libg++.
...
* configure.in (target_tools): Add target-gperf.
(native_only): Add target-gperf.
* Makefile.in (all-target-gperf): New target, depend on
all-target-libg++.
(configure-target-gperf): Empty rule.
(ALL_TARGET_MODULES): Add all-target-gperf.
(CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
(CHECK_TARGET_MODULES): Add check-target-gperf.
(INSTALL_TARGET_MODULES): Add install-target-gperf.
(CLEAN_TARGET_MODULES): Add clean-target-gperf.
1997-06-25 19:24:03 +00:00
Jeff Law
5b1875c694
Remove CYGNUS LOCAL markers for mn10200.
1997-06-23 17:56:05 +00:00
Brendan Kehoe
c80c4a58df
* configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
...
--enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
1997-06-19 21:17:20 +00:00
Brendan Kehoe
3c4e3186a4
* configure.in (is_cross_compiler): If we're building
...
mips-sgi-irix6* native, turn on ENABLE_MULTILIB and set TARGET_SUBDIR.
forces it to build libiberty w/ the newly built compiler, solving the
n32 vs o32 problem doing the tests
1997-06-17 22:31:59 +00:00
Tom Tromey
0195767eaf
* Makefile.in (all-sn): Depend on all-grep.
1997-06-17 18:27:02 +00:00
Ian Lance Taylor
08a561521f
* configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
1997-06-16 23:10:46 +00:00
Ian Lance Taylor
572728c6f9
* configure: Set CFLAGS and CXXFLAGS, and substitute them into
...
Makefile. From Jeff Makey <jeff@cts.com>.
* Makefile.in: Add comment for CFLAGS and CXXFLAGS.
1997-06-16 19:46:12 +00:00
Ian Lance Taylor
000befdfb4
* Makefile.in (DISTBISONFILES): Remove.
...
(taz): Don't futz with DISTBISONFILES. Change BISON to use
$(DEFAULT_YACC).
1997-06-16 18:55:52 +00:00
Ian Lance Taylor
6443441854
* configure.in: Build itl, db, sn, etc., when building for native
...
cygwin32.
* Makefile.in (LD): New variable.
(EXTRA_HOST_FLAGS): Pass down LD.
($(DO_X)): Likewise.
Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
* Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
1997-06-16 15:13:43 +00:00
Bob Manson
41547e903b
* configure.in (targargs): Strip out any supplied --build argument
...
before adding our own. Always add --build.
1997-06-13 17:25:00 +00:00
Bob Manson
adc03ece62
* configure.in (targargs): Pass --build if we're doing
...
a cross-compile.
Fix problems with the build defaulting to the host value if it isn't
specified.
1997-06-13 04:15:12 +00:00
Rob Savoye
f14c4109f8
* configure: Use '|' instead of ":" as the seperator in
...
sed. Otherwise sed chokes on NT path names with drive
designators. Also look for "?:*" as the leading characters in an
absolute pathname.
1997-06-11 20:09:55 +00:00
Ian Lance Taylor
27349293ba
* Makefile.in (INSTALL_MODULES): Put install-opcodes before
...
install-binutils.
1997-05-09 21:22:29 +00:00
Ian Lance Taylor
08168809b8
* Makefile.in: Add automake targets.
...
* configure.in (host_tools): Add automake.
1997-05-08 21:30:31 +00:00
Ian Lance Taylor
8d74b2fa74
* Makefile.in (all-libide): Depend upon all-ilu.
1997-05-08 21:09:33 +00:00
Ian Lance Taylor
2cf00a3619
* configure: Default CXX to c++, not gcc.
...
* Makefile.in (CXX): Set to c++, not gcc.
(CXX_FOR_TARGET): When cross, transform c++, not gcc.
This is to that $(CXX) and $(CXX_FOR_TARGET) can be used to link C++
programs as well as just compile C++ code.
1997-05-06 19:51:02 +00:00
Ian Lance Taylor
3718029fe6
* Makefile.in: Add ILU targets.
...
* configure.in (host_tools): Add ILU.
Also add IDE sanitization to configure.in.
1997-05-06 17:07:38 +00:00
Jason Merrill
070573509f
* configure.in: Turn on multilib by default.
...
(cross_only): Remove target-libiberty.
* Makefile.in (all-gcc): Don't depend on libiberty.
1997-04-30 19:22:11 +00:00
Michael Snyder
87f9c125a5
Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* config.guess: improve algorithm for recognizing Gnu Hurd x86.
1997-04-29 01:42:41 +00:00
Ian Lance Taylor
bbec63ce2b
* Makefile.in (DISTBISONFILES): Add ld/Makefile.in
1997-04-24 23:37:57 +00:00
Ian Lance Taylor
5f69e8bc63
* Makefile.in (DEVO_SUPPORT): Add mpw-install.
1997-04-24 23:30:37 +00:00
Geoffrey Noer
6fa28e001e
Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
...
* configure.in: if target is cygwin32 but host isn't cygwin32,
don't configure gdb tcl tk expect, not just gdb.
1997-04-23 00:21:55 +00:00
Tom Tromey
ba26181f82
* configure.in: Added gnuserv everywhere sn appears.
...
* Makefile.in (ALL_MODULES): Added all-gnuserv.
(CROSS_CHECK_MODULES): Added check-gnuserv.
(INSTALL_MODULES): Added install-gnuserv.
(CLEAN_MODULES): Added clean-gnuserv.
(all-gnuserv): New target.
1997-04-21 20:00:42 +00:00
Tom Tromey
eebe454c50
* configure.in (host_libs): Added libide.
...
Skip libide, vmake if no X. Also skip these everywhere that sn is
skipped.
* Makefile.in (ALL_MODULES): Added all-vmake, all-libide.
(CROSS_CHECK_MODULES): Added check-vmake, check-libide.
(INSTALL_MODULES): Added install-vmake, install-libide.
(CLEAN_MODULES): Added clean-vmake, clean-libide.
(all-vmake, all-libide): New targets.
1997-04-21 19:30:47 +00:00
Ian Lance Taylor
df58e8b3c9
Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
...
* config.guess: Fixes for MIPS OpenBSD systems.
1997-04-17 17:58:22 +00:00
Ian Lance Taylor
08499fc27d
* Makefile.in (DEVO_SUPPORT): Add mkinstalldirs.
1997-04-15 19:37:39 +00:00
Ian Lance Taylor
14b31001d8
* Makefile.in (INSTALL_XFORM): Remove.
...
(BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
1997-04-15 19:32:01 +00:00
Ian Lance Taylor
ff290bafa5
* mkinstalldirs: New file, copied from automake.
...
* Makefile.in (installdirs): Rename from install-dirs. Use
mkinstalldirs. Change all users.
1997-04-15 16:26:43 +00:00
Ian Lance Taylor
fce42e0c00
* configure: Use ${config_shell} with ${moveifchange}. From Thomas
...
Graichen <graichen@rzpd.de>.
1997-04-14 15:38:18 +00:00
Ian Lance Taylor
f6c2270c6c
Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
...
* config.guess: Recognize OpenBSD systems correctly.
VS: ----------------------------------------------------------------------
1997-04-11 20:37:37 +00:00
Jason Molenda
f046ec6725
* README, Makefile.in (ETC_SUPPORT): Remove references to
...
cfg-paper*, configure.{texi,man,info*}._
1997-04-11 08:07:11 +00:00
Andrew Cagney
2e4827348f
Build X11 targets before gcc/targetlib.
1997-04-07 05:37:46 +00:00
Fred Fish
ae1b7a4245
* configure.in: Remove noconfigdirs case since gdb also
...
configures and builds for tic80-coff.
1997-03-30 19:46:29 +00:00
Ian Lance Taylor
faf2b2efb7
* configure: Set cache_file to config.cache.
...
* Makefile.in (local-distclean): Remove config.cache.
1997-03-28 23:30:32 +00:00
Michael Meissner
453d62fcfb
Add libgloss, G++ libraries to tic80 builds
1997-03-26 15:41:04 +00:00
David Edelsohn
b2634de4f3
Delete duplicate mn10300 entry, move other to normal place.
1997-03-24 20:42:43 +00:00
Ian Lance Taylor
9a6bf9d33f
* Makefile.in (install-dirs): Don't crash if prefix, and hence
...
MAKEDIRS, is empty.
1997-03-24 20:03:29 +00:00
David Edelsohn
c28b08c246
Remove m32r sanitization.
1997-03-21 22:00:22 +00:00
Michael Meissner
23e92f3fbd
Make powerpc simulator support in gdb dependent on whether the simulator was configured in
1997-03-21 20:56:10 +00:00
Martin Hunt
b587eb70ca
Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
...
* config.sub: Remove misplaced comment that broke Linux.
1997-03-16 09:38:51 +00:00
Fred Fish
c944e407fe
* config.sub: Add BeOS support.
1997-03-16 05:55:28 +00:00
Tom Tromey
73fadd188d
* Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
1997-03-10 20:41:04 +00:00
Martin Hunt
f9896d9edc
Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
...
* configure.in (noconfigdirs): Remove tcl and tk from
noconfigdirs for cygwin32 builds.
1997-03-05 20:18:43 +00:00
Fred Fish
066cc4a5b0
* configure.in (tic80-*-*): Remove ld from noconfigdirs.
1997-03-01 01:21:31 +00:00
Ken Raeburn
aeae2146e3
* Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove make-all.com, use makefile.vms instead.
1997-02-27 20:02:24 +00:00
Tom Tromey
1f07f797e3
* configure.in (host_libs): Build itcl after tcl, tk.
1997-02-25 22:43:55 +00:00
Tom Tromey
681c0ccde9
* configure.in (host_libs): Added db, itcl.
...
(host_tools): Added sn.
(noconfigdirs): Added itcl, db, sn in appropriate places.
(native_only): Added sn.
1997-02-25 19:04:34 +00:00
Tom Tromey
f922fbb923
* Makefile.in (all-db, all-sn): New targets.
...
(ALL_MODULES): Added all-sn.
(CROSS_CHECK_MODULES): Added check-sn.
(INSTALL_MODULES): Added install-sn.
(CLEAN_MODULES): Added clean-sn.
1997-02-25 18:48:00 +00:00
Gavin Romig-Koch
7adc1084cf
Correct some badly formatted entrys
1997-02-25 04:14:12 +00:00
Michael Meissner
41416969f6
Build tic80 compiler
1997-02-22 01:59:42 +00:00
Andrew Cagney
317df3b530
Add d30v simulator configuration but sanatize it out.
1997-02-21 02:44:57 +00:00
Michael Meissner
c6c7035cfb
Since d10v is public now, remove all sanitization statements
1997-02-20 16:05:18 +00:00
Martin Hunt
c2304cbab6
Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* config.sub, configure.in: Add d30v target cpu.
1997-02-19 01:34:14 +00:00
Jim Wilson
c99c63a491
Add optional way to build libgcc2.c without debug info for Noer/cygwin32.
...
* Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
1997-02-12 20:55:49 +00:00
Gavin Romig-Koch
276c2d7dc8
Add r5900
1997-02-11 13:26:34 +00:00
Michael Meissner
754a678408
Fix circular dependency
1997-02-09 01:37:55 +00:00
Tom Tromey
97840afaee
* Makefile.in (ALL_MODULES): Added all-db.
...
(CROSS_CHECK_MODULES): Addec check-db.
(INSTALL_MODULES): Added install-db.
(CLEAN_MODULES): Added clean-db.
* Makefile.in (ALL_MODULES): Added all-itcl.
(CROSS_CHECK_MODULES): Added check-itcl.
(INSTALL_MODULES): Added install-itcl.
(CLEAN_MODULES): Added clean-itcl.
1997-02-04 20:47:18 +00:00
Ian Lance Taylor
b60866718d
* config.guess: Merge with latest FSF sources.
1997-02-03 18:30:47 +00:00
Geoffrey Noer
750fa6818e
Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
...
* configure.in: build gdb for mn10200
1997-01-23 09:46:00 +00:00
Ian Lance Taylor
98141a3cc1
* Makefile.in (MAKEINFO): Check for the existence of the Makefile,
...
rather than the makeinfo program.
(do-info): Depend upon all-texinfo.
This ensures that MAKEINFO will have the right value when building
texinfo itself.
1997-01-03 21:04:46 +00:00
Ian Lance Taylor
0bcd9172e8
* configure.in: Remove uses of config/mh-linux.
1996-12-31 21:05:42 +00:00
Ian Lance Taylor
5962c1cd6d
* config.sub, config.guess: Merge with latest FSF sources.
1996-12-31 21:01:24 +00:00
Fred Fish
962873d574
* config.sub (case $basic_machine): Add tic80 entries.
1996-12-28 06:31:43 +00:00
Ian Lance Taylor
9ddf40891d
* config.sub, config.guess: Merge with latest FSF sources.
1996-12-27 17:08:34 +00:00
Stan Shebs
7357af5693
* mpw-build.in: Build ld before gcc, use NewFolderRecursive.
...
* mpw-config.in: Test for NewFolderRecursive.
* mpw-install: Use symbolic name for startup filename.
* mpw-README: Add various additional details.
PR 10971
1996-12-19 19:17:01 +00:00
Jim Wilson
4ceaca777a
* configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
1996-12-18 21:16:03 +00:00
Jeff Law
f42e0aab56
* configure.in: Do build gcc and the target libraries for
...
the mn10200.
1996-12-18 17:33:50 +00:00
Brendan Kehoe
46451da805
fix sanitize typo
1996-12-02 22:29:55 +00:00
Peter Schauer
b2107b04a5
* configure.in (mips*-sgi-irix6*): Remove gdb and related
...
directories from noconfigdirs.
1996-12-01 08:30:09 +00:00
Ian Lance Taylor
8a1aafab2e
Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
...
* config.sub (basic_machine): added mips16 configuration
1996-11-26 16:47:58 +00:00
Gavin Romig-Koch
0e5a3361cb
Handle MSDOS's (non-unix) text files.
1996-11-23 19:33:06 +00:00
Gavin Romig-Koch
803a6df28b
config.sub: Handle v850-unknown.
1996-11-23 15:29:11 +00:00
Geoffrey Noer
b512a90190
Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
...
* Makefile.in: add findutils
* configure.in: add findutils to list of host_tools
1996-11-22 00:22:19 +00:00
Jeff Law
3817470b80
* config.sub: Handle mn10200 and mn10300.
1996-11-20 17:08:04 +00:00
Michael Meissner
c1f6b406f0
Do not build librx on d10v
1996-11-19 21:36:45 +00:00
Jeff Law
f3285daa51
* configure.in (mn10300): Build everything except gdb & libgloss.
1996-11-18 20:31:10 +00:00
Per Bothner
5a1d5a6aff
Merge from FSF.
1996-11-14 19:27:32 +00:00
Michael Meissner
489c265b8f
Use target_cflags to set -mrelocatable-lib -mno-eabi, not config/mt-ppc.
1996-11-11 17:27:33 +00:00
Stu Grossman
5707b74f1a
* configure.in (*-*-windows): Exclude everything but those dirs
...
needed to build windows.
1996-11-04 03:19:42 +00:00
David Edelsohn
be951827ed
* Makefile.in (all-target-winsup): Depend on all-target-librx.
1996-10-30 00:42:06 +00:00
Stu Grossman
341aa377c7
* configure.in: Exclude mmalloc from i386-windows.
1996-10-29 01:40:58 +00:00
Stu Grossman
da7f2a108d
* mh-dgux386: New file. x86 dgux specific flags
1996-10-29 01:33:49 +00:00
Ian Lance Taylor
0599289144
* Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
...
unconditionally.
(MAKEOVERRIDES): Define (revert this part of October 18 change).
1996-10-24 16:13:43 +00:00
Stu Grossman
3e288e2736
* Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
...
host to add it's own flags.
* config/mh-windows (HOST_FLAGS): Set srcroot, which is needed
for MSVC build procedure.
1996-10-24 16:07:51 +00:00
Ian Lance Taylor
a3fac17e0b
* configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
1996-10-22 19:21:13 +00:00
Ian Lance Taylor
72ce05e86d
* Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
...
(CXX_FOR_TARGET): Likewise.
(GCC_FOR_TARGET): Define.
(BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
(EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
CC_FOR_TARGET was specified on the command line.
(MAKEOVERRIDES): Don't define.
1996-10-18 17:40:56 +00:00
David Edelsohn
9d45944981
* configure.in (m32r): Fix spelling of libg++ libs.
1996-10-17 17:29:28 +00:00
Ian Lance Taylor
3274332f90
* configure: Don't get confused by CPU-VENDOR-linux-gnu.
1996-10-10 18:15:03 +00:00
Stan Shebs
3e41eeb4d3
* config.sub (-apple*): Remove, now redundant.
1996-10-10 17:39:10 +00:00
Ian Lance Taylor
d9f3f187da
* configure: Rework yesterday's sed script patch.
1996-10-10 17:03:43 +00:00
Ian Lance Taylor
d7a579960b
* config.sub: Merge with FSF.
1996-10-10 16:31:38 +00:00
Per Bothner
44ad3d8321
* config.guess: Merge from FSF.
...
1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
* config.guess: Use pc instead of unknown, for pc clone systems.
Change linux to linux-gnu.
Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
* config.guess: Avoid non-portable tr syntax.
1996-10-10 00:28:52 +00:00
Jeff Law
ed46a8ee9b
* test-build.mk (HOLES): Add "xargs" for gdb.
1996-10-09 12:32:18 +00:00
Jeff Law
4efa6b75d8
* configure: Avoid hpux10.20 sed bug.
1996-10-09 12:08:15 +00:00
Stu Grossman
d0e01d94fa
* configure.in config/mh-windows: Add support for windows host
...
(that is a build done under the Microsoft build environment).
1996-10-08 15:36:18 +00:00
Ian Lance Taylor
81eb5025a9
* Makefile.in: Replace all uses of srcroot with s, to shrink
...
command line lengths.
1996-10-08 14:48:47 +00:00