aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2002-04-29configure.in: Eliminate references to gash.Nathanael Nerode1-5/+0
* configure.in: Eliminate references to gash. * Makefile.in: Eliminate references to gash. From-SVN: r52924
2002-04-15MAINTAINERS: Remove chill maintainers.Mark Mitchell1-14/+1
* MAINTAINERS: Remove chill maintainers. * Makefile.in (CHILLFLAGS): Remove. (CHILL_LIB): Remove. (TARGET_CONFIGDIRS): Remove libchill. (CHILL_FOR_TARGET): Remove. (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or CHILL_LIB. (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-libchill): Remove. (all-target-libchill): Remove. * configure.in (target_libs): Remove target-libchill. Do not compute CHILL_FOR_TARGET. * libchill: Remove directory. Remove Chill front end. * gcc.c (default_compilers): Remove Chill entries. * ch: Remove directory. * doc/frontends.texi: Remove information about Chill. * doc/sourcebuild.texi: Likewise. * doc/standards.texi: Likewise. * testsuite/lib/chill.exp: Remove. * g77.texi: Remove Chill reference. * gcc_release (build_tarfiles): Do not build Chill tarfiles. (CHILL_DIRS): Remove. From-SVN: r52327
2002-04-11i2002-04-11 DJ Delorie <dj@redhat.com>DJ Delorie1-13/+66
* Makefile.in, configure.in: Sync with binutils, entries follow... 2002-02-01 Mo DeJong <supermo@bayarea.net> * Makefile.in: Add all-tix to deps for all-snavigator so that tix is built when building snavigator. 2002-01-11 Steve Ellcey <sje@cup.hp.com> * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX, ld and gdb are not supported. 2002-01-07 Mark Salter <msalter@redhat.com> * configure.in: Remove target-bsp and target-cygmon from arm builds. Allow target-libgloss to be built for arm, strongarm, and xscale. 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com> * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem options for i[3456]86-pc-linux* native builds. 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com> * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo files from .po files for a distribution. 2001-09-03 Jeff Holcomb <jeffh@redhat.com> * configure.in: Enable libstdc++-v3 for h8300 targets. 2001-06-19 Alan Modra <amodra@bigpond.net.au> * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/. Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com> * Makefile.in (VER): When present, extract the version number from the file version.in. 2001-05-24 Tom Rix <trix@redhat.com> * configure.in : enable ld for aix 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com> * mh-s390pic: New file. * mt-s390pic: New file. 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com> * config.guess: Add linux target for S/390. 2000-11-07 Philip Blundell <pb@futuretv.com> * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*. 2000-11-03 Philip Blundell <pb@futuretv.com> * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info files. 2001-01-15 Ben Elliston <bje@redhat.com> * configure.in (host_tools): Add sid. Always configure cgen. 2000-11-24 Nick Clifton <nickc@redhat.com> * configure.in (c4x, c5x, tic54x): Move after ARM targets. 2000-08-20 Doug Evans <dje@casey.transmeta.com> * Makefile.in (ALL_MODULES): Add all-cgen. (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily. (all-cgen): New target. (all-opcodes,all-sim): Depend on all-cgen. * configure.in (host_tools): Add cgen. Only configure cgen if --enable-cgen-maint. From-SVN: r52179
2002-03-12Makefile.in (NOTPARALLEL): New.Richard Henderson1-4/+8
* Makefile.in (NOTPARALLEL): New. Use it instead of explicit .NOTPARALLEL tag. (do-check): Rename from check. (check): Allow parallel check. From-SVN: r50700
2002-03-11* Makefile.in (.NOTPARALLEL): Add fake tag.Richard Henderson1-0/+5
From-SVN: r50622
2002-02-23Makefile.in (MAKEINFO): Don't assume makeinfo will be built just because its ↵Alexandre Oliva1-1/+1
Makefile is there... * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just because its Makefile is there; test for the executable instead. From-SVN: r49990
2002-02-11Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gcAdam Megacz1-2/+2
2002-02-11 Adam Megacz <adam@xwt.org> * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gc From-SVN: r49686
2002-01-17Makefile.in (all-fastjar): Also depend on all-libiberty.H.J. Lu1-2/+2
2002-01-17 H.J. Lu <hjl@gnu.org> * Makefile.in (all-fastjar): Also depend on all-libiberty. (all-target-fastjar): Also depend on all-target-libiberty. From-SVN: r48976
2001-11-28top level:Zack Weinberg1-4/+128
2001-11-27 DJ Delorie <dj@redhat.com> Zack Weinberg <zack@codesourcery.com> When build != host, create libiberty for the build machine. * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace CONFIG_ARGUMENTS. (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR): New variables. (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables and rules. (all.normal): Depend on ALL_BUILD_MODULES. (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS. (all-build-libiberty): Depend on configure-build-libiberty. * configure: Calculate and substitute proper value for ALL_BUILD_MODULES. * configure.in: Create the build subdirectory. Calculate and substitute TARGET_CONFIGARGS (formerly CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new). libiberty: 2001-11-27 Zack Weinberg <zack@codesourcery.com> * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build in libiberty context. Fix typo in leading comment. * configure.in: Fix various AC_DEFINEs so autoheader works. If any of vprintf, vsprintf, vfprintf is missing from libc, then AC_REPLACE_FUNCS(_doprnt). From-SVN: r47393
2001-11-06* Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.Hans-Peter Nilsson1-1/+5
From-SVN: r46802
2001-09-29* Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).Alexandre Oliva1-1/+1
From-SVN: r45886
2001-09-26Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for RANLIB.Alexandre Oliva1-1/+1
* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for RANLIB. From-SVN: r45832
2001-09-21Makefile.in (AS_FOR_TARGET, [...]): Don't use double quotes to avoid quotes ↵Alexandre Oliva1-14/+12
nesting problems. * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to avoid quotes nesting problems. (NATIVE_CHECK_MODULES): Ditto, just for consistency. (DO_X): Export only variables that are set. From-SVN: r45720
2001-08-11* Makefile.in (check-c++): Add missing semicolon.Graham Stott1-1/+1
From-SVN: r44792
2001-06-27Add CFLAGS_FOR_BUILD for canadian cross build.H.J. Lu1-0/+2
From-SVN: r43628
2001-06-08Makefile.in (AS_FOR_TARGET, [...]): If gcc/xgcc is built, use ↵Alexandre Oliva1-0/+6
-print-prog-name to find out the program name to use. * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If gcc/xgcc is built, use -print-prog-name to find out the program name to use. From-SVN: r42996
2001-05-11Makefile.in (all-sid): New target.Ben Elliston1-1/+7
2001-05-11 Ben Elliston <bje@redhat.com> * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise. From-SVN: r41948
2001-04-13Makefile.in (STAGE1_CFLAGS): Pass down.Franz Sirl1-0/+1
2000-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * Makefile.in (STAGE1_CFLAGS): Pass down. gcc/ * Makefile.in (CFLAGS, BOOT_CFLAGS): Partly revert 2000-10-27 patch. (stage1_build): Instead pass down STAGE1_CFLAGS here. Pass down. MAKEINFO and MAKEINFOFLAGS too. (stage4_build): Correctly order -B flags. From-SVN: r41335
2001-04-02Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, [...]): New macros.Alexandre Oliva1-4/+16
* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): New macros. (bootstrap, cross): Use RECURSE_FLAGS. * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE. From-SVN: r40991
2001-03-23Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places).Colin Howell1-1/+1
* Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places). From-SVN: r40796
2001-03-23* Makefile.in (DO_X): Do not backslash single-quotes in backquotes.Colin Howell1-1/+1
From-SVN: r40783
2001-03-21* Makefile.in: all-m4 depends on all-texinfo.Michael Chastain1-1/+1
From-SVN: r40707
2001-03-19* Makefile.in (DO_X): Quote nested quotes.Laurynas Biveinis1-2/+2
From-SVN: r40631
2001-03-16Makefile.in (DO_X): Use double quotes for quoting "RANLIB=$${RANLIB}".Laurynas Biveinis1-2/+2
* Makefile.in (DO_X): Use double quotes for quoting "RANLIB=$${RANLIB}". From-SVN: r40557
2001-03-08* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.Alexandre Oliva1-3/+3
From-SVN: r40311
2001-03-07Makefile.in: Remove RANLIB definition.Laurynas Biveinis1-8/+10
* Makefile.in: Remove RANLIB definition. Use RANLIB in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set. * Makefile.in: Set RANLIB to @RANLIB@. Remove RANLIB_TEST. * fixinc/inclhack.def (djgpp_wchar_h): New test. * fixinc/fixincl.x: Regenerated. From-SVN: r40299
2001-02-28Makefile.in (check-c++): Use tabs, not spaces.Benjamin Kosnik1-9/+9
2001-02-28 Benjamin Kosnik <bkoz@redhat.com> Alexandre Oliva <aoliva@redhat.com> * Makefile.in (check-c++): Use tabs, not spaces. Co-Authored-By: Alexandre Oliva <aoliva@redhat.com> From-SVN: r40139
2001-02-20Makefile.in (check-c++): New rule.Benjamin Kosnik1-0/+12
2001-02-19 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (check-c++): New rule. From-SVN: r39915
2001-02-20configure.in (target_libs): Remove libg++.Benjamin Kosnik1-34/+5
2001-02-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * configure.in (target_libs): Remove libg++. (noconfigdirs): Remove libg++. (noconfigdirs): Same. (noconfigdirs): Same. (noconfigdirs): Same. * config-ml.in: Remove libg++ references. * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++. (ALL_TARGET_MODULES): Same. (configure-target-libg++): Remove. (all-target-libg++): Remove. (configure-target-libio): Remove. (all-target-libio): Remove. (check-target-libio): Remove. (.PHONY): Remove. (libg++.tar.bz2): Remove. (all-target-cygmon): Remove libio. (all-target-libstdc++): Remove. (configure-target-libstdc++): Remove. (TARGET_LIB_PATH): Remove libstdc++. (ALL_GCC_CXX): Remove libstdc++. From-SVN: r39911
2001-02-15configure: Introduce GCJ_FOR_TARGET.Anthony Green1-0/+3
2001-02-15 Anthony Green <green@redhat.com> * configure: Introduce GCJ_FOR_TARGET. * configure.in: Ditto. * Makefile.in: Ditto. From-SVN: r39718
2001-01-09Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration failures of ↵Mike Stump1-2/+2
subdirectories. * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration failures of subdirectories. From-SVN: r38837
2000-12-18Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.Benjamin Kosnik1-2/+3
2000-12-18 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. (libstdcxx_incdir): Pass down. * config.if: Remove expired bits for cxx_interface, add stub. (libstdcxx_incdir): Add variable for g++ include directory. * configure.in (gxx_include_dir): Use it. From-SVN: r38355
2000-12-13* Makefile.in (local-distclean): Also remove fastjar.Mike Stump1-1/+1
From-SVN: r38234
2000-12-09Makefile.in: handle DOS-style absolute paths.Laurynas Biveinis1-1/+1
* Makefile.in: handle DOS-style absolute paths. * config-ml.in: likewise. * symlink-tree: likewise. From-SVN: r38154
2000-12-08Makefile.in (TARGET_CONFIGDIRS): Wrong place.Alexandre Petit-Bianco1-4/+0
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about libjava. * configure.in (target_libs): Removed `target-libjava'. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00480.html) From-SVN: r38144
2000-12-08Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.Alexandre Petit-Bianco1-1/+12
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava. (ALL_MODULES): Added fastjar. (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise. (all-target-libjava): all-fastjar replaces all-zip. (all-fastjar): Added. (configure-target-fastjar, all-target-fastjar): Likewise. * configure.in (host_tools): Added fastjar. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00479.html) From-SVN: r38143
2000-12-08Add - before rms to be more portable.Mike Stump1-2/+2
From-SVN: r38142
2000-12-08* Makefile.in (local-distclean): Remove leftover built files.Mike Stump1-0/+5
From-SVN: r38126
2000-11-18Makefile.in: Merge with src and libgcj.Alexandre Oliva1-40/+48
* Makefile.in: Merge with src and libgcj. (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of configure-target-<library> when their configure scripts need the C or C++ library to have already been built to work properly. (do_proto_toplev): Set them to an empty string. From-SVN: r37546
2000-11-18Makefile.in (HOST_LIB_PATH, [...]): New macros.Alexandre Oliva1-6/+11
* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. (REALLY_SET_LIB_PATH): Use them. From-SVN: r37545
2000-10-04Makefile.in (bootstrap): avoid recursion if subdir missingAndris Pavenis1-4/+4
* Makefile.in (bootstrap): avoid recursion if subdir missing (cross): ditto (do-proto-toplev): ditto From-SVN: r36713
2000-09-30Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, ltcf-c.sh, ↵Alexandre Oliva1-1/+2
ltcf-cxx.sh and ltcf-gcj.sh. * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh. From-SVN: r36674
2000-09-06* Makefile.in (all-zlib): Added dummy target.Alexandre Oliva1-0/+1
From-SVN: r36206
2000-09-05Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.Alexandre Oliva1-2/+2
* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib. (bootstrap*): Depend on all-bootstrap. From-SVN: r36161
2000-09-03Configure changes required for zlib.Anthony Green1-2/+4
From-SVN: r36122
2000-08-13* Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.Geoff Keating1-1/+1
From-SVN: r35665
2000-07-28Makefile.in (clean-target-libgcc): Remove gcc/libgcc.Alexandre Oliva1-1/+6
* Makefile.in (clean-target-libgcc): Remove gcc/libgcc. (clean-target): Depend on it. From-SVN: r35308
2000-07-28Makefile.in (FLAGS_FOR_TARGET): New macro.Alexandre Oliva1-56/+7
* Makefile.in (FLAGS_FOR_TARGET): New macro. (GCC_FOR_TARGET): Use it. (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined... * configure.in: ... here. (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path. (libstdcxx_flags): Define and append to CXX_FOR_TARGET. From-SVN: r35306
2000-07-24Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).Alexandre Oliva1-0/+3
* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC). (configure-target-libchill, configure-target-libobjc): Likewise. From-SVN: r35220
2000-07-22merge with /cvs/srcJason Merrill1-76/+168
From-SVN: r35188