aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
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
2000-07-06Fix CXX_FOR_TARGET to add -L libstdc++Jim Wilson1-4/+4
From-SVN: r34878
2000-05-18Makefile.in (configure-target-libiberty): Depend on configure-target-newlib.Alexandre Oliva1-1/+1
* Makefile.in (configure-target-libiberty): Depend on configure-target-newlib. From-SVN: r33973
2000-05-16configure.in, [...]: Merge all libffi-related configury stuff from the ↵Alexandre Oliva1-2/+8
libgcj tree. * configure.in, Makefile.in: Merge all libffi-related configury stuff from the libgcj tree. From-SVN: r33926
2000-04-06configure.in (enable_libstdcxx_v3): Add.Benjamin Kosnik1-0/+7
2000-04-05 Benjamin Kosnik <bkoz@cygnus.com> 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. Co-Authored-By: Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de> From-SVN: r32963
2000-02-26Makefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -L ↵Christopher Faylor1-11/+25
library search. * Makefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -L library search. (CXX_FOR_TARGET): Ditto. (CROSS_CHECK_MODULES): Fix spelling mistake. From-SVN: r32184
2000-01-24Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke the C++ compiler.Mark Mitchell1-4/+4
* Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke the C++ compiler. * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++ compiler. (tool_option_proc): Fix typo. From-SVN: r31593
2000-01-12Makefile.in (CC_FOR_TARGET): Use newlib libraries as well as include files.Joel Sherrill1-1/+1
* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well as include files. From-SVN: r31351
1999-06-22configure.in (target_libs): Added target-zlib.Tom Tromey1-2/+37
d * 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. From-SVN: r27709
1999-05-20Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.Stephen L Moshier1-1/+1
Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com> * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. From-SVN: r27074
1999-04-02configure (gxx_include_dir): Removed.H.J. Lu1-0/+1
* configure (gxx_include_dir): Removed. * 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. From-SVN: r26126