PR other/46202: implement install-strip.
/:
PR other/46202
* configure.ac: Fix just-built in-tree STRIP name to be
binutils/strip-new.
* configure: Regenerate.
* Makefile.def (install-strip-gcc, install-strip-binutils)
(install-strip-opcodes, install-strip-ld, install-strip-itcl)
(install-strip-sid): Mirror dependencies on non-strip variants
of these targets on the respective -strip prerequisites.
* Makefile.tpl (install-strip, install-strip-host)
(install-strip-target): New targets.
(install-strip-[+module+], install-strip-target-[+module+]):
New targets.
* Makefile.in: Regenerate.
gcc/:
PR other/46202
* Makefile.in (install_sh, INSTALL_STRIP_PROGRAM): New
variables.
(AR_FOR_TARGET, RANLIB_FOR_TARGET, STRIP_FOR_TARGET): Fix
shell quoting.
(STRIP_FOR_TARGET): Look for in-tree strip under name strip-new.
(install-strip): New target.
(STRIPPROG): New variable, exported if STRIP is set.
* doc/install.texi (Final install): Minor markup and code style
fixes. Document install-strip target.
fixincludes/:
PR other/46202
* Makefile.in (install-strip): New phony target.
(all, check, install): Also mark as phony.
libgcc/:
PR other/46202
* Makefile.in (install-strip): New phony target.
libiberty/:
PR other/46202
* Makefile.in (install-strip): New phony target.
(install): Also mark as phony.
gnattools/:
PR other/46202
* Makefile.in (install-strip): New phony target.
(check, installcheck, info, dvi, pdf, html, install)
(install-info, install-pdf, install-html, mostlyclean)
(clean, distclean, maintainer-clean): Mark phony.
libada/:
PR other/46202
* Makefile.in (install-strip): New phony target.
(check, installcheck, info, dvi, pdf, html, install)
(install-info, install-pdf, install-html, mostlyclean)
(clean, distclean, maintainer-clean): Mark phony.
From-SVN: r166980
2010-11-20 20:37:08 +01:00
|
|
|
2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
PR other/46202
|
|
|
|
* Makefile.in (install-strip): New phony target.
|
|
|
|
(check, installcheck, info, dvi, pdf, html, install)
|
|
|
|
(install-info, install-pdf, install-html, mostlyclean)
|
|
|
|
(clean, distclean, maintainer-clean): Mark phony.
|
|
|
|
|
2009-10-24 12:58:31 +02:00
|
|
|
2009-10-24 Eric Botcazou <ebotcazou@adacore.com>
|
|
|
|
|
|
|
|
* Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
|
|
|
|
(LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
|
|
|
|
* configure.ac: Include config/unwind_ipinfo.m4.
|
|
|
|
Check for _Unwind_GetIPInfo.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2009-08-30 16:26:37 +02:00
|
|
|
2009-08-30 Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
|
|
|
|
PR ada/41122
|
|
|
|
* configure.ac: Add AC_PROG_AWK. Remove useless duplicate
|
|
|
|
call to AC_PROG_CC.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in: Substitute AWK.
|
|
|
|
|
2009-08-24 21:08:51 +02:00
|
|
|
2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* configure.ac (AC_PREREQ): Bump to 2.64.
|
|
|
|
|
2009-08-22 15:22:20 +02:00
|
|
|
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
Makefile.in (AUTOCONF, [...]): New variables.
fixincludes/
* Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
New variables.
($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
Use them.
gcc/
* Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
New variables.
($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
(AUTOHEADER): New variable.
($(srcdir)/cstamp-h.in): Use it.
gnattools/
* Makefile.in (AUTOCONF, configure_deps): New variables.
($(srcdir)/configure): Use them.
libada/
* Makefile.in (AUTOCONF, configure_deps): New variables.
($(srcdir)/configure)): Use them. Also depend on multi.m4.
libgcc/
* configure.ac: Add snippet for maintainer-mode.
* configure: Regenerate.
* Makefile.in (AUTOCONF, configure_deps): New variables.
($(srcdir)/configure)): New rule, active only with maintainer
mode turned on.
libiberty/
* Makefile.in (AUTOCONF, configure_deps): New variables.
($(srcdir)/configure): New rule, active only in maintainer mode.
libobjc/
* Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
New variables.
($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
intl/
* Makefile.in (aclocal_deps): New variable.
($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
libdecnumber/
* Makefile.in (aclocal_deps): New variable.
($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
From-SVN: r150277
2009-07-31 00:33:49 +02:00
|
|
|
2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* Makefile.in (AUTOCONF, configure_deps): New variables.
|
|
|
|
($(srcdir)/configure)): Use them. Also depend on multi.m4.
|
|
|
|
|
2009-07-30 21:41:13 +02:00
|
|
|
2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
|
|
|
|
|
2009-07-13 22:04:33 +02:00
|
|
|
2009-07-13 Eric Botcazou <ebotcazou@adacore.com>
|
|
|
|
|
|
|
|
* configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2009-04-09 17:00:19 +02:00
|
|
|
2009-04-09 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in: Change copyright header to refer to version
|
|
|
|
3 of the GNU General Public License and to point readers at the
|
|
|
|
COPYING3 file and the FSF's license web page.
|
|
|
|
* configure.ac: Likewise.
|
|
|
|
|
2009-04-06 22:18:10 +02:00
|
|
|
2009-04-06 Laurent GUERBY <laurent@guerby.net>
|
|
|
|
|
|
|
|
* Makefile.in (ADA_RTS_DIR): Define.
|
|
|
|
* Makefile.in (gnatlib-*): Link adainclude and adalib to it.
|
|
|
|
|
2008-09-21 13:45:23 +02:00
|
|
|
2008-09-21 Laurent Guerby <laurent@guerby.net>
|
|
|
|
Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
|
|
|
|
PR ada/5911
|
|
|
|
* Makefile.in (all, install, mostlyclean, clean, distclean): Add
|
|
|
|
multilib handling.
|
|
|
|
* configure.ac: Add multilib handling.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-08-29 15:44:25 +02:00
|
|
|
2008-08-29 Laurent Guerby <laurent@guerby.net>
|
|
|
|
|
|
|
|
* Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
|
|
|
|
avoid conflicts. Factor more flags to pass.
|
|
|
|
(libsubdir): New variable.
|
|
|
|
(install-gnatlib): New target.
|
|
|
|
|
2008-08-28 17:58:31 +02:00
|
|
|
2008-08-28 Laurent Guerby <laurent@guerby.net>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-08-08 14:23:48 +02:00
|
|
|
2008-08-06 Thomas Quinot <quinot@adacore.com>
|
|
|
|
|
|
|
|
* Makefile.in: generate s-oscons.ads again, previous change was
|
|
|
|
unneeded.
|
|
|
|
|
2008-08-06 15:55:07 +02:00
|
|
|
2008-08-06 Samuel Tardieu <sam@rfc1149.net>
|
|
|
|
|
|
|
|
* Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
|
|
|
|
oscons.
|
|
|
|
|
2008-08-06 11:43:33 +02:00
|
|
|
2008-08-06 Thomas Quinot <quinot@adacore.com>
|
|
|
|
|
|
|
|
* Makefile.in: Now generate s-oscons-$(THREAD_KIND).
|
|
|
|
|
2008-08-05 15:29:05 +02:00
|
|
|
2008-08-05 Thomas Quinot <quinot@adacore.com>
|
|
|
|
|
|
|
|
* Makefile.in (gnatlib*): Now depend on oscons target.
|
|
|
|
(oscons): New target.
|
|
|
|
|
configure.ac: Do not generate libada-mk.
gcc:
2008-08-01 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Do not generate libada-mk. Do not subst
host_cc_for_libada.
* libada-mk.in: Remove.
* Makefile.in: Pass TARGET_LIBGCC2_CFLAGS to libgcc.mvars.
* configure: Regenerate.
libada:
2008-08-01 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (warn_cflags): Substitute.
* configure: Regenerate.
* Makefile.in (libdir, WARN_CFLAGS): Substitute.
(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
(ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
they were unused.
(libada-mk): Do not include. Include libgcc.mvars instead.
(tmake_file): Remove, do not include.
(FLAGS_TO_PASS): Pass dummy values for exeext and CC.
* configure: Regenerate.
gnattools:
2008-08-01 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (warn_cflags): Substitute.
* configure: Regenerate.
* Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
(ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
(libsubdir): Remove.
(libada-mk): Do not include. Include libgcc.mvars instead.
(xmake_file): Remove, do not include.
From-SVN: r138479
2008-08-01 10:18:13 +02:00
|
|
|
2008-08-01 Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
|
|
|
|
* configure.ac (warn_cflags): Substitute.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in (libdir, WARN_CFLAGS): Substitute.
|
|
|
|
(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
|
|
|
|
(ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
|
|
|
|
they were unused.
|
|
|
|
(libada-mk): Do not include. Include libgcc.mvars instead.
|
|
|
|
(tmake_file): Remove, do not include.
|
|
|
|
(FLAGS_TO_PASS): Pass dummy values for exeext and CC.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-06-18 01:13:35 +02:00
|
|
|
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* configure.ac: move sinclude of acx.m4 before AC_INIT,
|
|
|
|
also sinclude override.m4.
|
|
|
|
* Makefile.in ($(srcdir)/configure): Update dependencies.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2007-03-02 01:05:13 +01:00
|
|
|
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
|
|
|
|
|
|
|
|
* Makefile.in: Add dummy install-pdf target.
|
|
|
|
|
2007-01-23 17:37:09 +01:00
|
|
|
2007-01-23 Richard Guenther <rguenther@suse.de>
|
|
|
|
|
|
|
|
PR bootstrap/30541
|
|
|
|
* Makefile.in (STAGE_PREFIX): Do not define.
|
|
|
|
(FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
|
|
|
|
|
2006-11-17 11:31:47 +01:00
|
|
|
2006-11-16 Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
|
|
|
|
PR bootstrap/29802
|
|
|
|
* configure.ac: Call GCC_TOPLEV_SUBDIRS.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in: Replace host_subdir.
|
|
|
|
|
2006-10-17 06:24:13 +02:00
|
|
|
2006-10-16 Brooks Moses <bmoses@stanford.edu>
|
|
|
|
|
|
|
|
* Makefile.in: Add dummy "pdf" target.
|
|
|
|
|
2006-05-24 03:38:00 +02:00
|
|
|
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
|
|
|
|
|
|
|
|
* Makefile.in: Add install-html target.
|
|
|
|
|
2005-12-05 15:40:27 +01:00
|
|
|
2005-12-05 Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
|
|
|
|
|
2005-04-28 03:39:03 +02:00
|
|
|
2005-04-27 James E Wilson <wilson@specifixinc.com>
|
|
|
|
|
|
|
|
* Makefile.in (html): New.
|
|
|
|
|
re PR bootstrap/17383 (Building in src dir fails)
2005-05-25 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383
* Makefile.def (target_modules): Remove "stage", now unnecessary.
* Makefile.tpl (HOST_SUBDIR): New substitution.
(STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
(Host modules, Bootstrapped modules): Use it.
(Build modules, Target modules): Do not create symlink trees,
always configure out-of-srcdir.
(distclean): Try removing $(host_subdir) with rm before using rm -rf.
* configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
$(HOST_SUBDIR). Create a symlink for host_subdir.
* Makefile.in: Regenerate.
* configure: Regenerate.
config:
2005-05-25 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383
* config/acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src
gcc build is going.
gcc:
2005-05-25 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383
* gcc/Makefile.in (host_subdir): New.
(build_objdir): New. Replace ../$(build_subdir) with it throughout.
* gcc/configure: Regenerate.
libada:
2005-05-25 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383
* Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
libjava:
2005-05-25 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383
* configure.ac: Call GCC_TOPLEV_SUBDIRS.
(COMPPATH): Removed.
(ZIP, GCJH): Replace it with ../$(host_subdir).
(built_gcc_dir): Add $(host_subdir).
* configure: Regenerate.
* Makefile.in, include/Makefile.in, testsuite/Makefile.in,
gcj/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
external/w3c_dom/Makefile.in: Regenerate.
libobjc:
2005-05-25 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/17383
* configure.ac: Call GCC_TOPLEV_SUBDIRS.
(Determine CFLAGS for gthread): Use $host_subdir.
* configure: Regenerate.
* Makefile.in (host_subdir): New.
(INCLUDES): Use it.
From-SVN: r95680
2005-02-28 14:26:36 +01:00
|
|
|
2005-02-28 Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
|
|
|
|
PR bootstrap/17383
|
|
|
|
* Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
|
|
|
|
|
(top level)
Merged from libada-gnattools-branch:
2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
* gnattools: New directory.
* Makefile.def: Add gnattools as a module, depending on target-libada.
* Makefile.in: Regenerate.
* configure.in: Include gnattools in host_tools; disable it if ada
is disabled.
* configure: Regenerate.
(gcc)
* configure.ac: Rename cc_for_cross_gnattools to host_cc_for_libada.
* configure: Regenerate.
* libada-mk.in: Remove CC; rename
cc_for_cross_gnattools / cc_set_by_configure to host_cc_for_libada.
(gcc/ada)
Partial merge from libada-gnattools-branch:
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
into code in gnattools/Makefile.in. Remove direct dependencies on
stamp-tools by tools clauses.
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
* config-lang.in: Add gnattools to $lang_dirs.
(libada)
2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Add stamp file for building libada, to avoid
duplicate builds every time all-gnattools is called.
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
here.
2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
_TARGET.
* configure: Regenerate.
2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.ac, Makefile.in: Remove gnattools-specific code
(see gnattools directory).
* Makefile.in: Remove dead rts-* targets.
* configure: Regenerate.
(gnattools)
2005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Remove use of cc_set_by_configure; just use
plain old CC from the top level in this case.
2005-01-30 Nathanael Nerode <neroden@gcc.gnu.org>
Merge from mainline at tag libada-gnattools-merge-20050129:
* configure.ac: Changes propagated from gcc/ada/Makefile.in.
* Makefile.in: Changes relocated from gcc/ada/Makefile.in.
2004-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Reinstate stamp-gnatlib check.
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
gcc/ada/configure.ac into gnattools-native and gnattools-cross
targets, collecting flags as appropriate from here,
gcc/ada/Makefile.in, gcc/ada/configure.ac, etc. Attempt to retain
identical behavior.
* configure.ac: Add necessary configure bits from
gcc/ada/configure.ac.
* configure: Regenerate.
2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
_TARGET. Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
* configure: Regenerate.
2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, configure.ac: Remove libada-specific targets and
variables.
* configure: Regenerate.
* New directory, cloned from libada.
From-SVN: r95594
2005-02-26 22:43:33 +01:00
|
|
|
2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in: Add stamp file for building libada, to avoid
|
|
|
|
duplicate builds every time all-gnattools is called.
|
|
|
|
|
|
|
|
2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
|
|
|
|
here.
|
|
|
|
|
|
|
|
2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
|
|
|
|
_TARGET.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
|
|
2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* configure.ac, Makefile.in: Remove gnattools-specific code
|
|
|
|
(see gnattools directory).
|
|
|
|
* Makefile.in: Remove dead rts-* targets.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2004-05-25 21:37:02 +02:00
|
|
|
2004-05-25 Daniel Jacobowitz <drow@false.org>
|
|
|
|
|
|
|
|
* Makefile.in: Add .NOEXPORT.
|
|
|
|
|
2004-04-26 16:52:20 +02:00
|
|
|
2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
|
|
|
|
|
|
|
|
* Makefile.in: Put back merge of some targets to avoid code duplication.
|
|
|
|
Remove at the same obsolete variable GNATLIBLDFLAGS.
|
|
|
|
|
2004-04-25 23:29:37 +02:00
|
|
|
2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* configure.ac: Fix stupid brain-fade; set default_gnattools_target
|
|
|
|
correctly.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2004-04-24 03:28:02 +02:00
|
|
|
2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in: Revert most of Arnaud's last change. Prefer anything
|
|
|
|
over error-prone Make abuse. Remove temporary debug code.
|
|
|
|
(gnatlib-zcx): New target.
|
|
|
|
(gnattools): Split into gnattools-native, gnattools-cross, to fix
|
|
|
|
previous bug; select which on the basis of default_gnattools_target.
|
|
|
|
(ada.all.cross): Merged with gnattools-cross target.
|
|
|
|
* configure.ac: Set default_gnattools_target.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2004-04-19 17:24:27 +02:00
|
|
|
2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
|
|
|
|
|
|
|
|
* Makefile.in: Fix errors introduced in previous change (in particular,
|
|
|
|
errors when building gnattools were ignored).
|
|
|
|
Code clean up and simplification.
|
|
|
|
update comments.
|
|
|
|
Remove temporary debug code introduced by mistake in previous check in.
|
|
|
|
Prefer GNU Make syntax over complex and error-prone sh syntax.
|
|
|
|
(gnatlib-zcx): New target.
|
|
|
|
(ada.all.cross): Merged with gnattools-cross target.
|
|
|
|
|
2004-04-18 05:07:02 +02:00
|
|
|
2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* configure.ac: It's gnatlib-plain in the Makefile, not
|
|
|
|
gnatlib-simple; make configure match.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2004-04-15 05:38:59 +02:00
|
|
|
2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* Makefile.in: Call gcc/ada/Makefile directly, not through the
|
|
|
|
intermediary of gcc/Makefile. Incorporate all necessary parts of
|
|
|
|
rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
|
|
|
|
targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
|
|
|
|
configuration from (new) gcc/libada-mk. Decide what gnatlib variant
|
|
|
|
to build in configure.ac, not here.
|
|
|
|
* configure.ac: Provide Makefile.in with the new information it needs,
|
|
|
|
such as GCC's tmake_file and xmake_file.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2004-03-11 01:27:41 +01:00
|
|
|
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
|
|
|
|
|
|
|
|
* configure.in: Rename file to ...
|
|
|
|
* configure.ac: .. to this. Bump AC_PREREQ to 2.59.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2004-03-02 15:21:10 +01:00
|
|
|
2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
|
|
|
|
|
|
|
|
PR ada/14350
|
|
|
|
* configure.in: Remove hardcoded gcc version.
|
|
|
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2004-02-11 00:14:58 +01:00
|
|
|
2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
|
|
|
|
|
|
|
|
* Makefile.in (gnattools): Depend on gnatlib.
|
|
|
|
|
2004-02-10 11:44:14 +01:00
|
|
|
2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
|
|
|
|
|
|
|
|
PR ada/6637, PR ada/5911
|
|
|
|
* configure.in, Makefile.in, configure: Merge with libada-branch
|
|
|
|
|
|
|
|
2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
|
|
|
|
|
|
|
|
PR ada/6637, PR ada/5911
|
|
|
|
* configure.in: Add support for --enable/disable-shared
|
|
|
|
* Makefile.in: Add initial, simple support for gnatlib/gnattools
|
|
|
|
for native and cross configurations.
|
|
|
|
* configure: Regenerate
|
|
|
|
|
|
|
|
2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
|
|
|
|
|
|
|
|
* configure.in: Make --enable-maintainer-mode work.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
|
|
* Makefile.in, configure.in: New files.
|
|
|
|
* configure: Generate.
|
|
|
|
|
|
|
|
* New directory, new ChangeLog.
|
|
|
|
|
|
|
|
Copyright 2003, 2004 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
This ChangeLog is free software; the Free Software Foundation gives
|
|
|
|
unlimited permission to copy, distribute, and modify it.
|