summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):aoliva2001-04-021-4/+16
| | | | | | | | | New macros. (bootstrap, cross): Use RECURSE_FLAGS. * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40991 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (DO_X): Do not backslash single-quotes indj2001-03-231-1/+1
| | | | | | | backquotes (two places). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40796 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (DO_X): Do not backslash single-quotes in backquotes.dj2001-03-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40783 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: all-m4 depends on all-texinfo.dj2001-03-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40707 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (DO_X): Quote nested quotes.lauras2001-03-191-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40631 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (DO_X): Use double quotes for quotinglauras2001-03-161-2/+2
| | | | | | | "RANLIB=$${RANLIB}". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40557 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.aoliva2001-03-081-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40311 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Remove RANLIB definition. Use RANLIBlauras2001-03-071-8/+10
| | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40299 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-02-281-9/+9
| | | | | | | | | Alexandre Oliva <aoliva@redhat.com> * Makefile.in (check-c++): Use tabs, not spaces. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40139 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-02-201-0/+12
| | | | | | | * Makefile.in (check-c++): New rule. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39915 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2001-02-201-34/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39911 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-15 Anthony Green <green@redhat.com>green2001-02-151-0/+3
| | | | | | | | | * configure: Introduce GCJ_FOR_TARGET. * configure.in: Ditto. * Makefile.in: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39718 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configurationmrs2001-01-091-2/+2
| | | | | | | failures of subdirectories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38837 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2000-12-181-2/+3
| | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38355 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (local-distclean): Also remove fastjar.mrs2000-12-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38234 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: handle DOS-style absolute paths.dj2000-12-091-1/+1
| | | | | | | | * config-ml.in: likewise. * symlink-tree: likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38154 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-12-091-4/+0
| | | | | | | | | | | * 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) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38144 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-12-091-1/+12
| | | | | | | | | | | | | | | * 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) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38143 138bc75d-0d04-0410-961f-82ee72b054a4
* Add - before rms to be more portable.mrs2000-12-081-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38142 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (local-distclean): Remove leftover built files.mrs2000-12-081-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38126 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Merge with src and libgcj.aoliva2000-11-181-40/+48
| | | | | | | | | | (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37546 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.aoliva2000-11-181-6/+11
| | | | | | | (REALLY_SET_LIB_PATH): Use them. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37545 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (bootstrap): avoid recursion if subdir missingdj2000-10-041-4/+4
| | | | | | | | (cross): ditto (do-proto-toplev): ditto git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36713 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,aoliva2000-09-301-1/+2
| | | | | | | ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36674 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (all-zlib): Added dummy target.aoliva2000-09-061-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36206 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.aoliva2000-09-051-2/+2
| | | | | | | (bootstrap*): Depend on all-bootstrap. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36161 138bc75d-0d04-0410-961f-82ee72b054a4
* Configure changes required for zlib.green2000-09-031-2/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36122 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.geoffk2000-08-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35665 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.aoliva2000-07-281-1/+6
| | | | | | | (clean-target): Depend on it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35308 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (FLAGS_FOR_TARGET): New macro.aoliva2000-07-281-56/+7
| | | | | | | | | | | (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35306 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).aoliva2000-07-241-0/+3
| | | | | | | (configure-target-libchill, configure-target-libobjc): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35220 138bc75d-0d04-0410-961f-82ee72b054a4
* merge with /cvs/srcjason2000-07-221-76/+168
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35188 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix CXX_FOR_TARGET to add -L libstdc++nickc2000-07-061-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34878 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (configure-target-libiberty): Depend onaoliva2000-05-181-1/+1
| | | | | | | configure-target-newlib. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33973 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in, Makefile.in: Merge all libffi-relatedaoliva2000-05-161-2/+8
| | | | | | | configury stuff from the libgcj tree. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33926 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>bkoz2000-04-061-0/+7
| | | | | | | | | | | | | Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de> * configure.in (enable_libstdcxx_v3): Add. (target_libs): Add bits here to switch between libstdc++-v2 and libstdc++-v3. * config.if: And this file too. * Makefile.in: Add libstdc++-v3 targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32963 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (CC_FOR_TARGET): Add new winsup directorylaw2000-02-261-11/+25
| | | | | | | | | structure stuff to -L library search. (CXX_FOR_TARGET): Ditto. (CROSS_CHECK_MODULES): Fix spelling mistake. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32184 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invokemmitchel2000-01-241-4/+4
| | | | | | | | | | | the C++ compiler. * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++ compiler. (tool_option_proc): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31593 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (CC_FOR_TARGET): Use newlib libraries as welllaw2000-01-121-1/+1
| | | | | | | as include files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31351 138bc75d-0d04-0410-961f-82ee72b054a4
* dlaw1999-06-221-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (target_libs): Added target-zlib. * Makefile.in (ALL_TARGET_MODULES): Added zlib. (CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-zlib): New target. (all-target-zlib): Likewise. (all-target-libjava): Depend on all-target-zlib. (configure-target-libjava): Depend on configure-target-zlib. * Makefile.in (configure-target-libjava): Depend on configure-target-newlib. (configure-target-boehm-gc): New target. (configure-target-qthreads): New target. * configure.in (host_tools): Added zip. * Makefile.in (all-target-libjava): Depend on all-zip. (all-zip): New target. (ALL_MODULES): Added all-zip. (NATIVE_CHECK_MODULES): Added check-zip. (INSTALL_MODULES): Added install-zip. (CLEAN_MODULES): Added clean-zip. * configure.in (target_libs): Added target-qthreads. * Makefile.in (ALL_TARGET_MODULES): Added qthreads. (CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (all-target-qthreads): New target. (configure-target-libjava): Depend on configure-target-qthreads. (all-target-libjava): Depend on all-target-qthreads. * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc. (CONFIGURE_TARGET_MODULES): Likewise. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (all-target-libjava): New target. (all-target-boehm-gc): Likewise. * configure.in (target_libs): Added libjava, boehm-gc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27709 138bc75d-0d04-0410-961f-82ee72b054a4
* Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>law1999-05-201-1/+1
| | | | | | | * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27074 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure (gxx_include_dir): Removed.law1999-04-021-0/+1
| | | | | | | | | | | | * configure.in (gxx_include_dir): Handle it. * Makefile.in: Likewise. * libio/configure.in (gxx_include_dir): Handle it. * libio/Makefile.in: Likewise. * libstdc++/configure.in (gxx_include_dir): Handle it. * libstdc++/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26126 138bc75d-0d04-0410-961f-82ee72b054a4
* law1999-02-171-1/+5
| | | | | | | | * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR) only if it is not empty. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25258 138bc75d-0d04-0410-961f-82ee72b054a4
* Patch to fix canadian cross build problem with libcpp.a.wilson1999-02-021-2/+2
| | | | | | | | * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of $AR_FOR_TARGET. Likewise for RANLIB. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24990 138bc75d-0d04-0410-961f-82ee72b054a4
* ./ChangeLog:manfred1998-11-261-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure (skip-this-dir): Add handling for new shell script, which might be created by a sub-directory's configure to indicate, this particular directory is "unwanted". * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. ./gcc/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages which can be configured. (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@ (Makefile): Pass actual LANGUAGES through the environment when re-configuring. (cstamp-h): Likewise. (config.status): Likewise. * configure.in (enable_languages): Add new configuration parameter "--enable-languages=lang1,lang2,...". (${srcdir}/*/config-lang.in): Change handling to configure only those directories, that the user might have enabled; default to "all" existing languages. * configure: Regenerate. ./libchill/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libf2c/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libio/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. ./libobjc/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libstdc++/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23892 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-10-141-1/+1
| | | | | | | * Makefile.in (DEVO_SUPPORT): Add config.if. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23080 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (all-snvavigator): Remove all-flexlm dependency.law1998-10-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23040 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes tolaw1998-10-121-9/+12
| | | | | | | | | | | | CC_FOR_TARGET and friends. Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.in (build_tooldir): new variable, same as tooldir (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): add -B$(build_tooldir)/bin/ (BASE_FLAGS_TO_PASS): pass build_tooldir down git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23016 138bc75d-0d04-0410-961f-82ee72b054a4
* Final changes from devo<->egcs merge. Ugh, a year of configury/Makefilelaw1998-10-121-49/+145
| | | | | | | hacking. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23012 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.law1998-09-301-1/+7
| | | | | | | | | | | (ALL_TARGET_MODULES): Add all-target-libobjc. (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. (all-target-libchill): Add dependencies. * configure.in (target_libs): Add libchill. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22658 138bc75d-0d04-0410-961f-82ee72b054a4