summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* Fix `make bootstrap' failures where libraries are compiled with wrong compiler.wilson1998-09-241-4/+10
| | | | | | | | | * Makefile.in (bootstrap): Set r and s before make all. Use BASE_FLAGS_TO_PASS in make all. (cross): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22569 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.mmitchel1998-09-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22500 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (TARGET_CONFIGDIRS): Add libchill.law1998-09-051-1/+7
| | | | | | | | | | | (ALL_TARGET_MODULES): Add all-target-libchill. (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@22239 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.law1998-06-271-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20761 138bc75d-0d04-0410-961f-82ee72b054a4
* #manfred1998-06-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | egcs/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger. (Makefile): Depend on $(gcc_version_trigger). * configure (gcc_version): Change default initializer to empty string. (gcc_version_trigger): New variable; pass this variable down to subdir configures to enable them checking gcc's version themselves. Emit make macros for both gcc_version vars. (topsrcdir): Initialize reliably. (recursion line): Remove --with-gcc-version=${gcc_version}. egcs/gcc/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (gcc_version, gcc_version_trigger): New macros. (version): Initialize from $(gcc_version). * configure.in (version): Rename to gcc_version. (gcc_version_trigger): New variable; call AC_SUBST for it and emit it into the generated config.status. * configure: Regenerate. egcs/libf2c/ChangeLog.egcs: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (gcc_version_trigger): Add new macro. (config.status): Add dependency upon $(gcc_version_trigger). * configure.in (gcc_version_trigger): New variable; initialize using value from toplevel configure; add AC_SUBST for it. (gcc_version): Change initialization to use this new variable. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger. (Makefile): Add dependency upon $(gcc_version_trigger). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20732 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-06-191-1/+6
| | | | | | | | | | | | | | | | | | | | | egcs-19980619/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * configure (gcc_version): Add new variable describing the particular gcc version we're building. * Makefile.in (libsubdir): Add new macro for the directory in which the compiler finds executables, libraries, etc. (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias and libsubdir. egcs-19980619/gcc/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (installdirs): Loop over directories in $(libsubdir) creating probably missing ones, instead of single if statements. egcs-19980619/libio/ChangeLog 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add libsubdir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20583 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (local-clean): remove *.loglaw1998-06-191-1/+22
| | | | | | | | | | (warning.log): built with warn_summary from build.log (mail-report.log): run test_summary (mail-report-with-warnings.log): run test_summary including warning.log in the report git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20579 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (boostrap2-lean, bootstrap3-lean,law1998-05-241-2/+5
| | | | | | | | bootstrap4-lean): new targets Forgot to commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20016 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-05-111-2/+2
| | | | | | | | | | | | * mpw-* Delete. Not used. * ltconfig, ltmain.sh: Update to libtool 1.2a. * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B for newlib directory. (CXX_FOR_TARGET): Likewise. Bring over from devo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19689 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Define DEFAULT_M4 by searching PATH.law1998-04-151-1/+2
| | | | | | | | * Makefile.in: Use DEFAULT_M4. Forgot to commit Makefile.in for this change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19223 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (INSTALL_MODULES): Remove texinfo.law1998-04-121-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19153 138bc75d-0d04-0410-961f-82ee72b054a4
* 8manfred1998-03-201-2/+2
| | | | | | | | * Makefile.in (install-gcc): Don't specify LANGUAGES here. (install-gcc-cross): Instead, override LANGUAGES here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18722 138bc75d-0d04-0410-961f-82ee72b054a4
* ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to afx1998-03-181-2/+4
| | | | | | | non-existent file since /dev/null loses with bash 2.0/autoconf 2.12. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18655 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure withlaw1998-02-181-2/+2
| | | | | | | CONFIG_SITE=/dev/null to forestall lossage with site configuration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18060 138bc75d-0d04-0410-961f-82ee72b054a4
* 8manfred1998-02-161-4/+1
| | | | | | | | * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add this change to sync Makefile.in with its ChangeLog entries. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18022 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.law1998-02-011-1/+7
| | | | | | | | | | | (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly (CLEAN_TARGET_MODULES): Similarly (all-target-libf2c): Add dependences. * configure.in (target_libs): Add libf2c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17569 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)law1998-01-281-3/+2
| | | | | | | here as it is not defined in the toplevel Makefile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17528 138bc75d-0d04-0410-961f-82ee72b054a4
* Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>law1998-01-171-0/+2
| | | | | | | | * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to sub-make invocations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17390 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (INSTALL_TARGET_CROSS): Define.law1997-12-021-3/+19
| | | | | | | (install-cross, install-gcc-cross): New targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16888 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (INSTALL_TARGET): Do install-gcc first.law1997-11-271-1/+1
| | | | | | | | * configure (gxx_include_dir): Provide a definition for subdirs which do not use autoconf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16784 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: check-target-libio depends on all-target-libstdc++.jason1997-10-271-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16206 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (bootstrap-lean): Combined with `normal' bootstraplaw1997-10-261-19/+12
| | | | | | | | targets using "$@" to provide support for similar but not identical targets without having to duplicate code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16186 138bc75d-0d04-0410-961f-82ee72b054a4