aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1995-11-03 * Makefile.in (DO_X): Split rule to decrease command line lengthIan Lance Taylor1-1/+4
for systems with small ARG_MAX values. From phdm@info.ucl.ac.be (Philippe De Muyter).
1995-11-01 * Makefile.in (all-patch): depend on all-libiberty.Jason Molenda1-1/+1
1995-11-01minor cleanupsIan Lance Taylor1-2/+0
1995-10-31 * Makefile.in, configure.in: Make winsup builds work withSteve Chamberlain1-1/+1
new scheme.
1995-10-30 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)Per Bothner1-7/+7
where needed.
1995-10-30* Makefile.in (all-gcc): Fix typo.David Edelsohn1-2/+2
1995-10-28 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.Per Bothner1-1/+1
1995-10-28 * configure.in: Rename libFOO to target-libFOO, and xibertyPer Bothner1-81/+94
to target-xiberty, to provide more flexibility. (target_subdir): Define. Create if cross. Set TARGET_SUBDIR in Makefile to ${target_subdir}. * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty -> all-target-libiberty, configure-libFOO -> configure-target-libFOO, check-libFOO -> check-target-libFOO, etc. ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS. ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES), $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly. (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to allow ALL_GCC="" to only configure. (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in. (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly. (LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28* Makefile.in (taz): Build "info" in etc explicitly.Ken Raeburn1-0/+1
1995-10-26Makefile.in (taz): Use ";" not ";;".Ken Raeburn1-2/+2
1995-10-25 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' inPer Bothner1-20/+6
sub-directory Makefiles, instead of using DISTSTUFFDIRS and DISTDOCDIRS. (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used. (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
1995-10-25 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdbPer Bothner1-2/+2
and gnats, because they are now subsumed by DISTSTUFFDIRS. Move bfd to DISTSTUFFDIRS.
1995-10-25Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)Jason Molenda1-6/+22
* Makefile.in (X11_LIB): Removed. (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS. * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
1995-10-18Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-15/+25
* winsup. New directory. * Makefile.in: Build winsup. * configure.in: Winsup is configured when target is win32. Can only build win32 target GDB when native.
1995-10-04 * configure: If CC and CXX are not set in the environment, setIan Lance Taylor1-25/+70
them, based on either an existing Makefile or on searching for gcc in PATH. Substitute for CC and CXX in Makefile. * configure.in: Remove libm from target_libs. Separate target_configdirs from configdirs. If CC is not set in environment, try to get it from a host Makefile fragment. Rewrite changes of configdirs to use skipdirs instead. A few minor tweaks. Take directories out of target_configdirs as they are taken out of configdirs. Remove existing Makefile files from subdirectories. Substitute for TARGET_CONFIGDIRS and CONFIG_ARGUMENTS in Makefile. * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set by configure.in. (CONFIG_ARGUMENTS): Likewise. (CONFIGURE_TARGET_MODULES): New variable. ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS. ($(CONFIGURE_TARGET_MODULES)): New target. (configure-libg++, configure-libio): New targets. (all-libg++): Depend upon configure-libg++. (all-libio): Depend upon configure-libio. (configure-libgloss, all-libgloss): New targets. (configure-libstdc++): New target. (all-libstdc++): Depend upon configure-libstdc++. (configure-librx, all-librx): New targets. (configure-newlib): New target. (all-newlib): Depend upon configure-newlib (configure-xiberty): New target. (all-xiberty): Depend upon configure-xiberty.
1995-08-05 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.Fred Fish1-2/+3
(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and mpw-configure.
1995-07-03 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.Steve Chamberlain1-3/+24
* configure.in (win32): New target and host.
1995-06-23(newlib.tar.gz): Configure newlib subdir so .info files are made.David Edelsohn1-20/+35
1995-01-12Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill1-1/+1
* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
1995-01-05 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, toIan Lance Taylor1-21/+15
reduce command line length. (AS_FOR_TARGET): Check for as.new, not Makefile. (NM_FOR_TARGET): Check for nm.new, not Makefile.
1994-11-30 * Makefile.in: Move -fno-implicit-template from CXXFLAGSPer Bothner1-2/+2
to LIBCXXFLAGS. Tests are better run without it.
1994-11-23 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.Brendan Kehoe1-1/+17
1994-11-08* Makefile.in (DEVO_SUPPORT): Remove configure.bat and makeall.bat, they'reKen Raeburn1-4/+3
only useful for binutils snapshots. (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and makeall.bat to specified SUPPORT_FILES.
1994-11-03Changes from binutils net release:Ken Raeburn1-4/+12
* Makefile.in (DEVO_SUPPORT): Include configure.bat and makeall.bat. (DISTDOCDIRS): Add `etc'. (ETC_SUPPORT_PFX): New variable. (taz): Include anything from etc starting with a word in ETC_SUPPORT_PFX.
1994-10-18 * Makefile.in (all-binutils): Depend upon all-byacc.Ian Lance Taylor1-1/+1
1994-10-13Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)Jason Merrill1-3/+8
* Makefile.in (ALL_TARGET_MODULES): Add libstdc++. (CHECK_TARGET_MODULES): Ditto. (INSTALL_TARGET_MODULES): Ditto. (TARGET_LIBS): Ditto. (all-libstdc++): Note dependencies.
1994-10-11Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)Jason Merrill1-2/+2
* Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of -fexternal-templates. Because libstdc++ won't build with -fexternal-templates.
1994-10-05 * Makefile.in (all-prms): Depend on all-librx.Brendan Kehoe1-1/+1
1994-10-01Makefile.in (DISTSTUFFDIRS): Add gas.Ken Raeburn1-1/+9
1994-09-26comment fixIan Lance Taylor1-2/+3
1994-09-26Simplify targets by undoing change (with no ChangeLog entry) of June 8Ian Lance Taylor1-17/+11
1994-08-26 * configure.in: Recognize --with-headers and --with-libs.Ian Lance Taylor1-4/+4
* Makefile.in (all-xiberty): Depend upon all-ld.
1994-08-15 * Makefile.in: Update various rules to reflect that librxPer Bothner1-90/+18
is now needed for libg++.
1994-07-09Add all-emacs19 and install-emacs19 rules (in parallel with all-emacsMichael Tiemann1-8/+11
and install-emacs). Top-level command `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
1994-06-08Move "@" so it's actually on the first line of the shell script in theRob Savoye1-12/+18
makefile target.
1994-06-02 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it'sIan Lance Taylor1-1/+0
in NATIVE_CHECK_MODULES.
1994-06-01 * Makefile.in: Rename HOST_ONLY to NATIVE.Bill Cox1-10/+11
* configure: Delete SunOs patch suffix from host_canonical and build_canonical variables that are prepended to Makefiles. * configure.in: Add comments to patch suffix removal for easier maintenance.
1994-06-01* Makefile.in: Add all-libproc target similar to all-gui.Jim Kingdon1-4/+6
1994-06-01Don't check flex when cross building.Thomas Lord1-3/+25
1994-05-26* Makefile.in: Add all-gui target (but not yet build by "all").Jim Kingdon1-2/+5
1994-05-20Really fix INSTALL_LAST this time..Steve Chamberlain1-7/+5
1994-05-19Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)Steve Chamberlain1-2/+9
* Makefile.in (INSTALL_LAST): Change operation so it works on more flavors of make. * configure.in (go32): Don't build libg++ or libio.
1994-05-18Comment changes.Ian Lance Taylor1-4/+5
1994-05-13 * Makefile.in (Move HOST_PREFIX_1 and friends up soSteve Chamberlain1-57/+64
they can be overriden by templates.
1994-02-02 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only neededJim Kingdon1-2/+0
for GDB and GDB has been fixed to not need it.
1994-01-24Since gdb distributions must be sanitized, and it is easy to forget toFred Fish1-0/+3
run Sanitize during the build process, cause the distribution build process to emit a appropriate message and quit when run in an unsanitized tree.
1994-01-18* Makefile.in: Replace all occurrances of "rootme" with "r" and "$${rootme}"Ken Raeburn1-49/+51
with "$$r", to increase the likelihood that the do-* commands (plus user environment) will fit SCO limits.
1993-12-01Fix gnatsishnessJason Merrill1-3/+3
1993-11-24Add gnats.tar.gz ruleJason Merrill1-1/+7
1993-11-05* Makefile.in (taz): Only build "info" in DISTDOCDIRS.Ken Raeburn1-3/+3
(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want this now.