David D. Zuhn
3dec6e14a9
fix setting of target_alias when using config.guess (fixes PR config/2422)
34 years ago
David D. Zuhn
1a14993cd9
add installcheck
34 years ago
David D. Zuhn
e5c6be8f3f
* configure: add support for package_makefile_fragment, handle the
case where a directory has a configure.in file but no Makefile.in
more gracefully (with an actual understandable error message, even);
add support for --without (and add this to the usage message); also
explicitly add a --host=${host_alias} to the command line when
config.guess is used
34 years ago
David D. Zuhn
73f1f5ba7a
handle lack of Makefile.in in a more graceful manner
34 years ago
David D. Zuhn
34bdab1698
added package_makefile_frag support
34 years ago
Jim Wilson
82aabe603d
We must use both --host and --target options for recursion, because Cygnus and
FSF configure disagree about whether an unadorned machine is target or host.
34 years ago
Ian Lance Taylor
caba7dbe7f
* Makefile.in: Change deja-gnu to dejagnu.
34 years ago
Ian Lance Taylor
34b3298baa
A new ARG_MAX hack. Use unexport to keep GNU make from dumping the
CHILL variables in the environment, with a : variable to keep older
makes happy.
34 years ago
Ian Lance Taylor
f755298c5e
* configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
34 years ago
Ian Lance Taylor
8871eea22f
* Makefile.in (GCC_FLAGS_TO_PASS): Reset some variables that gcc
doesn't use to avoid ARG_MAX overflow on SCO.
34 years ago
David D. Zuhn
9f579565e5
* configure.in: canonicalize all instances to *-*-solaris2*,
also strip out a number of tools to not build for go32 host
34 years ago
K. Richard Pixley
6559fbdb52
* config.guess: add GPL.
* Makefile.in, config.guess, config.sub, configure: bump
copyrights to 93.
34 years ago
Ian Lance Taylor
36286a3e2e
* Makefile.in (do-info): Removed obsolete check for existence of
localenv file.
34 years ago
Ian Lance Taylor
1fa4a94e50
* Makefile.in (MAKEOVERRIDES): Define to be empty.
34 years ago
David D. Zuhn
50fbe97649
tclX support
34 years ago
K. Richard Pixley
53222cbdf1
* Makefile.in (setup-dirs): change invocation of make to $(MAKE).
34 years ago
Ian Lance Taylor
d8bfa0f90f
* Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
CC_FOR_TARGET instead.
(BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
Also added a sanitized dependency of all-gdb on all-chillrt, so that
the gdb chill tests can be built.
34 years ago
Ken Raeburn
77379667ed
Put back mips-dec-bsd* case.
With a comment this time, so maybe zoo will realize it's not a no-op.
34 years ago
Fred Fish
d3c06c91b4
(Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
* configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
* config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
* config/mh-vaxult2: New file.
34 years ago
Ken Raeburn
f9667cbe74
build gas for mips-dec-bsd
34 years ago
Ken Raeburn
be956b0c97
configure.in: For VMS target, skip bfd, ld, binutils.
34 years ago
Ian Lance Taylor
0c85d4acae
* configure (makesrcdir): If ${srcdir} is relative and not ".",
and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
34 years ago
Brendan Kehoe
0e51924087
* Makefile.in (all-prms, install-prms): Changed to gnats.
* configure.in (host_tools): Changed prms to gnats.
34 years ago
Brendan Kehoe
28edf847ec
undo previous change
34 years ago
Brendan Kehoe
9f33c26423
* Makefile.in (BASE_FLAGS_TO_PASS): Pass PRMS down, for the PRMS
special install.
34 years ago
Per Bothner
ba7f177aeb
* config.sub, configure.in, config.guess: Add support
for Bosx, an AIX variant from Bull.
Patches from F.Pierresteguy@frcl.bull.fr .
34 years ago
Mike Werner
4d3b63f757
* devo/dejagnu: Initial creation of devo/dejagnu.
Migrated dejagnu testcases and support files for testing software
tools to reside as subdirectories, currently called "testsuite",
within the directory of the software tool. Migrated all programs,
support libraries, etc. beloging to dejagnu proper from
devo/deja-gnu to devo/dejagnu. These files were moved "as is"
with no modifications. The changes to these files which will
allow them to configure, build, and execute properly will be made
in a future update.
34 years ago
Brendan Kehoe
98941fab9f
* Makefile.in: Change send_pr to send-pr.
* configure.in: Likewise.
* send_pr: Renamed directory to send-pr.
34 years ago
Per Bothner
81246025fa
* Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
34 years ago
John Gilmore
69ea5cf517
Update for gdb-4.8
34 years ago
David D. Zuhn
7e57a051f7
diff needs libiberty
34 years ago
K. Richard Pixley
e528bc6447
add vax ultrix in the spirit of mips ultrix
34 years ago
David D. Zuhn
07362bd93b
add support for tar gzip hello recode and indent
34 years ago
John Gilmore
4218738722
Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c files
for the tar file.
34 years ago
John Gilmore
6d68178459
* Makefile.in (DEVO_SUPPORT): Remove etc directory
(ETC_SUPPORT): Only add the files GDB wants from etc/.
(gdb.tar.Z): Use ETC_SUPPORT.
34 years ago
Ian Lance Taylor
0ef4728fb0
Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in: Various changes to eliminate a level of make
recursion and reduce the required command line length.
(BASE_FLAGS_TO_PASS): New variable holding flags passed to all
sub-makes.
(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
variables holding settings for specific sub-makes.
(FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
in terms of BASE_FLAGS_TO_PASS.
(TARGET_LIBS): New variable listing directories which use
TARGET_FLAGS_TO_PASS.
(subdir_do): Eliminated.
(do-*): New set of targets to replace subdir_do.
(various): All targets which used subdir_do now depend on do-*.
(local-clean): Renamed from do_clean.
(local-distclean): New target, dependency of distclean and
realclean.
(install-info): Don't create directories. Depend on dir.info
rather than calling make recursively.
(install-dir.info): Eliminated.
(install-info-dirs): Create all info directories here.
(dir.info): Depend upon do-install-info.
34 years ago
Ian Lance Taylor
944576185f
Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
* test-build.mk (HOLES): Added false.
34 years ago
Per Bothner
d49f4c8ae3
* config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
34 years ago
Ian Lance Taylor
ff9d0fd580
Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
34 years ago
John Gilmore
eab2562e26
* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
GDB releases.
34 years ago
Ken Raeburn
016f8f063c
forgot to document a configure change: don't screw with -/_ in "with" options
34 years ago
Ken Raeburn
318dc570da
configure: Include srcdir in target-of-link-not-found msg
34 years ago
David D. Zuhn
4a2f0c79f5
added support for uudecode
34 years ago
Ian Lance Taylor
cb4005ffe2
Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (all-gcc): Added dependency on all-gas.
34 years ago
Ian Lance Taylor
6bdeaead5e
Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
* configure.in (mips-*-*): Build ld and binutils.
34 years ago
K. Richard Pixley
09e0b9929b
check return code of mkdir, print error message on failure. addresses bug #2079
34 years ago
John Gilmore
f980fcfbc6
* Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
34 years ago
Ian Lance Taylor
41a882343a
Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
* test-build.mk (HOLES): Added tar, cpio and uudecode.
34 years ago
Jim Wilson
3a8d4a5faf
Add h8500 as a cpu type.
34 years ago
Per Bothner
5cc24596c8
* guess-systype: Renamed to ...
* config.guess: ... by popular request.
* configure.in, Makefile.in: Update accordingly.
34 years ago