summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.in (NOTPARALLEL): New.Richard Henderson2002-03-121-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
* * Makefile.in (.NOTPARALLEL): Add fake tag.Richard Henderson2002-03-111-0/+5
| | | | From-SVN: r50622
* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just because its ↵Alexandre Oliva2002-02-231-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
* Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gcAdam Megacz2002-02-111-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
* Makefile.in (all-fastjar): Also depend on all-libiberty.H.J. Lu2002-01-171-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
* top level:Zack Weinberg2001-11-281-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
* * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.Hans-Peter Nilsson2001-11-061-1/+5
| | | | From-SVN: r46802
* * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).Alexandre Oliva2001-09-291-1/+1
| | | | From-SVN: r45886
* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for RANLIB.Alexandre Oliva2001-09-261-1/+1
| | | | | | | * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for RANLIB. From-SVN: r45832
* Makefile.in (AS_FOR_TARGET, [...]): Don't use double quotes to avoid quotes ↵Alexandre Oliva2001-09-211-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
* * Makefile.in (check-c++): Add missing semicolon.Graham Stott2001-08-111-1/+1
| | | | From-SVN: r44792
* Add CFLAGS_FOR_BUILD for canadian cross build.H.J. Lu2001-06-271-0/+2
| | | | From-SVN: r43628
* Makefile.in (AS_FOR_TARGET, [...]): If gcc/xgcc is built, use ↵Alexandre Oliva2001-06-081-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
* Makefile.in (all-sid): New target.Ben Elliston2001-05-111-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
* Makefile.in (STAGE1_CFLAGS): Pass down.Franz Sirl2001-04-131-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
* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, [...]): New macros.Alexandre Oliva2001-04-021-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
* Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places).Colin Howell2001-03-231-1/+1
| | | | | | | * Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places). From-SVN: r40796
* * Makefile.in (DO_X): Do not backslash single-quotes in backquotes.Colin Howell2001-03-231-1/+1
| | | | From-SVN: r40783
* * Makefile.in: all-m4 depends on all-texinfo.Michael Chastain2001-03-211-1/+1
| | | | From-SVN: r40707
* * Makefile.in (DO_X): Quote nested quotes.Laurynas Biveinis2001-03-191-2/+2
| | | | From-SVN: r40631
* Makefile.in (DO_X): Use double quotes for quoting "RANLIB=$${RANLIB}".Laurynas Biveinis2001-03-161-2/+2
| | | | | | | * Makefile.in (DO_X): Use double quotes for quoting "RANLIB=$${RANLIB}". From-SVN: r40557
* * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.Alexandre Oliva2001-03-081-3/+3
| | | | From-SVN: r40311
* Makefile.in: Remove RANLIB definition.Laurynas Biveinis2001-03-071-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
* Makefile.in (check-c++): Use tabs, not spaces.Benjamin Kosnik2001-02-281-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
* Makefile.in (check-c++): New rule.Benjamin Kosnik2001-02-201-0/+12
| | | | | | | | 2001-02-19 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (check-c++): New rule. From-SVN: r39915
* configure.in (target_libs): Remove libg++.Benjamin Kosnik2001-02-201-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
* configure: Introduce GCJ_FOR_TARGET.Anthony Green2001-02-151-0/+3
| | | | | | | | | | 2001-02-15 Anthony Green <green@redhat.com> * configure: Introduce GCJ_FOR_TARGET. * configure.in: Ditto. * Makefile.in: Ditto. From-SVN: r39718
* Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration failures of ↵Mike Stump2001-01-091-2/+2
| | | | | | | | | subdirectories. * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration failures of subdirectories. From-SVN: r38837
* Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.Benjamin Kosnik2000-12-181-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
* * Makefile.in (local-distclean): Also remove fastjar.Mike Stump2000-12-131-1/+1
| | | | From-SVN: r38234
* Makefile.in: handle DOS-style absolute paths.Laurynas Biveinis2000-12-091-1/+1
| | | | | | | | * Makefile.in: handle DOS-style absolute paths. * config-ml.in: likewise. * symlink-tree: likewise. From-SVN: r38154
* Makefile.in (TARGET_CONFIGDIRS): Wrong place.Alexandre Petit-Bianco2000-12-081-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
* Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.Alexandre Petit-Bianco2000-12-081-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
* Add - before rms to be more portable.Mike Stump2000-12-081-2/+2
| | | | From-SVN: r38142
* * Makefile.in (local-distclean): Remove leftover built files.Mike Stump2000-12-081-0/+5
| | | | From-SVN: r38126
* Makefile.in: Merge with src and libgcj.Alexandre Oliva2000-11-181-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
* Makefile.in (HOST_LIB_PATH, [...]): New macros.Alexandre Oliva2000-11-181-6/+11
| | | | | | | * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. (REALLY_SET_LIB_PATH): Use them. From-SVN: r37545
* Makefile.in (bootstrap): avoid recursion if subdir missingAndris Pavenis2000-10-041-4/+4
| | | | | | | | * Makefile.in (bootstrap): avoid recursion if subdir missing (cross): ditto (do-proto-toplev): ditto From-SVN: r36713
* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, ltcf-c.sh, ↵Alexandre Oliva2000-09-301-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
* * Makefile.in (all-zlib): Added dummy target.Alexandre Oliva2000-09-061-0/+1
| | | | From-SVN: r36206
* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.Alexandre Oliva2000-09-051-2/+2
| | | | | | | * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib. (bootstrap*): Depend on all-bootstrap. From-SVN: r36161
* Configure changes required for zlib.Anthony Green2000-09-031-2/+4
| | | | From-SVN: r36122
* * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.Geoff Keating2000-08-131-1/+1
| | | | From-SVN: r35665
* Makefile.in (clean-target-libgcc): Remove gcc/libgcc.Alexandre Oliva2000-07-281-1/+6
| | | | | | | * Makefile.in (clean-target-libgcc): Remove gcc/libgcc. (clean-target): Depend on it. From-SVN: r35308
* Makefile.in (FLAGS_FOR_TARGET): New macro.Alexandre Oliva2000-07-281-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
* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).Alexandre Oliva2000-07-241-0/+3
| | | | | | | * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC). (configure-target-libchill, configure-target-libobjc): Likewise. From-SVN: r35220
* merge with /cvs/srcJason Merrill2000-07-221-76/+168
| | | | From-SVN: r35188
* Fix CXX_FOR_TARGET to add -L libstdc++Jim Wilson2000-07-061-4/+4
| | | | From-SVN: r34878
* Makefile.in (configure-target-libiberty): Depend on configure-target-newlib.Alexandre Oliva2000-05-181-1/+1
| | | | | | | * Makefile.in (configure-target-libiberty): Depend on configure-target-newlib. From-SVN: r33973
* configure.in, [...]: Merge all libffi-related configury stuff from the ↵Alexandre Oliva2000-05-161-2/+8
| | | | | | | | | libgcj tree. * configure.in, Makefile.in: Merge all libffi-related configury stuff from the libgcj tree. From-SVN: r33926