| 1 |
729 |
jeremybenn |
2012-02-24 Dave Korn
|
| 2 |
|
|
|
| 3 |
|
|
* Makefile.in (bindir): Import from autoconf and pass down to submake.
|
| 4 |
|
|
|
| 5 |
|
|
2012-01-22 Douglas B Rupp
|
| 6 |
|
|
|
| 7 |
|
|
* configure: Regenerate.
|
| 8 |
|
|
|
| 9 |
|
|
2012-01-04 Andreas Krebbel
|
| 10 |
|
|
|
| 11 |
|
|
* configure: Regenerate.
|
| 12 |
|
|
|
| 13 |
|
|
2011-11-12 Iain Sandoe
|
| 14 |
|
|
|
| 15 |
|
|
* Makefile.in: Change dependency on oscons to depend on the generator
|
| 16 |
|
|
tool.
|
| 17 |
|
|
|
| 18 |
|
|
2011-10-12 Eric Botcazou
|
| 19 |
|
|
|
| 20 |
|
|
* Makefile.in (LOOSE_WARN): Delete.
|
| 21 |
|
|
(GCC_WARN_CFLAGS): Likewise.
|
| 22 |
|
|
(WARN_CFLAGS): Likewise.
|
| 23 |
|
|
(GNATLIBFLAGS): Add -nostdinc.
|
| 24 |
|
|
(GNATLIBCFLAGS_FOR_C): Add -W -Wall.
|
| 25 |
|
|
(LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
|
| 26 |
|
|
* configure.ac (warn_cflags): Delete.
|
| 27 |
|
|
* configure: Regenerate.
|
| 28 |
|
|
|
| 29 |
|
|
2011-08-22 Rainer Orth
|
| 30 |
|
|
|
| 31 |
|
|
* configure.ac: Include ../config/picflag.m4.
|
| 32 |
|
|
(GCC_PICFLAG): Call it.
|
| 33 |
|
|
Substitute.
|
| 34 |
|
|
* configure: Regenerate.
|
| 35 |
|
|
* Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
|
| 36 |
|
|
(GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
|
| 37 |
|
|
(LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
|
| 38 |
|
|
Don't include $(GCC_DIR)/libgcc.mvars.
|
| 39 |
|
|
|
| 40 |
|
|
2010-11-20 Ralf Wildenhues
|
| 41 |
|
|
|
| 42 |
|
|
PR other/46202
|
| 43 |
|
|
* Makefile.in (install-strip): New phony target.
|
| 44 |
|
|
(check, installcheck, info, dvi, pdf, html, install)
|
| 45 |
|
|
(install-info, install-pdf, install-html, mostlyclean)
|
| 46 |
|
|
(clean, distclean, maintainer-clean): Mark phony.
|
| 47 |
|
|
|
| 48 |
|
|
2009-10-24 Eric Botcazou
|
| 49 |
|
|
|
| 50 |
|
|
* Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
|
| 51 |
|
|
(LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
|
| 52 |
|
|
* configure.ac: Include config/unwind_ipinfo.m4.
|
| 53 |
|
|
Check for _Unwind_GetIPInfo.
|
| 54 |
|
|
* configure: Regenerate.
|
| 55 |
|
|
|
| 56 |
|
|
2009-08-30 Paolo Bonzini
|
| 57 |
|
|
|
| 58 |
|
|
PR ada/41122
|
| 59 |
|
|
* configure.ac: Add AC_PROG_AWK. Remove useless duplicate
|
| 60 |
|
|
call to AC_PROG_CC.
|
| 61 |
|
|
* configure: Regenerate.
|
| 62 |
|
|
* Makefile.in: Substitute AWK.
|
| 63 |
|
|
|
| 64 |
|
|
2009-08-24 Ralf Wildenhues
|
| 65 |
|
|
|
| 66 |
|
|
* configure.ac (AC_PREREQ): Bump to 2.64.
|
| 67 |
|
|
|
| 68 |
|
|
2009-08-22 Ralf Wildenhues
|
| 69 |
|
|
|
| 70 |
|
|
* configure: Regenerate.
|
| 71 |
|
|
|
| 72 |
|
|
2009-07-30 Ralf Wildenhues
|
| 73 |
|
|
|
| 74 |
|
|
* Makefile.in (AUTOCONF, configure_deps): New variables.
|
| 75 |
|
|
($(srcdir)/configure)): Use them. Also depend on multi.m4.
|
| 76 |
|
|
|
| 77 |
|
|
2009-07-30 Ralf Wildenhues
|
| 78 |
|
|
|
| 79 |
|
|
* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
|
| 80 |
|
|
|
| 81 |
|
|
2009-07-13 Eric Botcazou
|
| 82 |
|
|
|
| 83 |
|
|
* configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
|
| 84 |
|
|
* configure: Regenerate.
|
| 85 |
|
|
|
| 86 |
|
|
2009-04-09 Jakub Jelinek
|
| 87 |
|
|
|
| 88 |
|
|
* Makefile.in: Change copyright header to refer to version
|
| 89 |
|
|
3 of the GNU General Public License and to point readers at the
|
| 90 |
|
|
COPYING3 file and the FSF's license web page.
|
| 91 |
|
|
* configure.ac: Likewise.
|
| 92 |
|
|
|
| 93 |
|
|
2009-04-06 Laurent GUERBY
|
| 94 |
|
|
|
| 95 |
|
|
* Makefile.in (ADA_RTS_DIR): Define.
|
| 96 |
|
|
* Makefile.in (gnatlib-*): Link adainclude and adalib to it.
|
| 97 |
|
|
|
| 98 |
|
|
2008-09-21 Laurent Guerby
|
| 99 |
|
|
Paolo Bonzini
|
| 100 |
|
|
|
| 101 |
|
|
PR ada/5911
|
| 102 |
|
|
* Makefile.in (all, install, mostlyclean, clean, distclean): Add
|
| 103 |
|
|
multilib handling.
|
| 104 |
|
|
* configure.ac: Add multilib handling.
|
| 105 |
|
|
* configure: Regenerate.
|
| 106 |
|
|
|
| 107 |
|
|
2008-08-29 Laurent Guerby
|
| 108 |
|
|
|
| 109 |
|
|
* Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
|
| 110 |
|
|
avoid conflicts. Factor more flags to pass.
|
| 111 |
|
|
(libsubdir): New variable.
|
| 112 |
|
|
(install-gnatlib): New target.
|
| 113 |
|
|
|
| 114 |
|
|
2008-08-28 Laurent Guerby
|
| 115 |
|
|
|
| 116 |
|
|
* configure: Regenerate.
|
| 117 |
|
|
|
| 118 |
|
|
2008-08-06 Thomas Quinot
|
| 119 |
|
|
|
| 120 |
|
|
* Makefile.in: generate s-oscons.ads again, previous change was
|
| 121 |
|
|
unneeded.
|
| 122 |
|
|
|
| 123 |
|
|
2008-08-06 Samuel Tardieu
|
| 124 |
|
|
|
| 125 |
|
|
* Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
|
| 126 |
|
|
oscons.
|
| 127 |
|
|
|
| 128 |
|
|
2008-08-06 Thomas Quinot
|
| 129 |
|
|
|
| 130 |
|
|
* Makefile.in: Now generate s-oscons-$(THREAD_KIND).
|
| 131 |
|
|
|
| 132 |
|
|
2008-08-05 Thomas Quinot
|
| 133 |
|
|
|
| 134 |
|
|
* Makefile.in (gnatlib*): Now depend on oscons target.
|
| 135 |
|
|
(oscons): New target.
|
| 136 |
|
|
|
| 137 |
|
|
2008-08-01 Paolo Bonzini
|
| 138 |
|
|
|
| 139 |
|
|
* configure.ac (warn_cflags): Substitute.
|
| 140 |
|
|
* configure: Regenerate.
|
| 141 |
|
|
* Makefile.in (libdir, WARN_CFLAGS): Substitute.
|
| 142 |
|
|
(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
|
| 143 |
|
|
(ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
|
| 144 |
|
|
they were unused.
|
| 145 |
|
|
(libada-mk): Do not include. Include libgcc.mvars instead.
|
| 146 |
|
|
(tmake_file): Remove, do not include.
|
| 147 |
|
|
(FLAGS_TO_PASS): Pass dummy values for exeext and CC.
|
| 148 |
|
|
* configure: Regenerate.
|
| 149 |
|
|
|
| 150 |
|
|
2008-06-17 Ralf Wildenhues
|
| 151 |
|
|
|
| 152 |
|
|
* configure.ac: move sinclude of acx.m4 before AC_INIT,
|
| 153 |
|
|
also sinclude override.m4.
|
| 154 |
|
|
* Makefile.in ($(srcdir)/configure): Update dependencies.
|
| 155 |
|
|
* configure: Regenerate.
|
| 156 |
|
|
|
| 157 |
|
|
2007-03-01 Brooks Moses
|
| 158 |
|
|
|
| 159 |
|
|
* Makefile.in: Add dummy install-pdf target.
|
| 160 |
|
|
|
| 161 |
|
|
2007-01-23 Richard Guenther
|
| 162 |
|
|
|
| 163 |
|
|
PR bootstrap/30541
|
| 164 |
|
|
* Makefile.in (STAGE_PREFIX): Do not define.
|
| 165 |
|
|
(FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
|
| 166 |
|
|
|
| 167 |
|
|
2006-11-16 Paolo Bonzini
|
| 168 |
|
|
|
| 169 |
|
|
PR bootstrap/29802
|
| 170 |
|
|
* configure.ac: Call GCC_TOPLEV_SUBDIRS.
|
| 171 |
|
|
* configure: Regenerate.
|
| 172 |
|
|
* Makefile.in: Replace host_subdir.
|
| 173 |
|
|
|
| 174 |
|
|
2006-10-16 Brooks Moses
|
| 175 |
|
|
|
| 176 |
|
|
* Makefile.in: Add dummy "pdf" target.
|
| 177 |
|
|
|
| 178 |
|
|
2006-05-23 Carlos O'Donell
|
| 179 |
|
|
|
| 180 |
|
|
* Makefile.in: Add install-html target.
|
| 181 |
|
|
|
| 182 |
|
|
2005-12-05 Paolo Bonzini
|
| 183 |
|
|
|
| 184 |
|
|
* Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
|
| 185 |
|
|
|
| 186 |
|
|
2005-04-27 James E Wilson
|
| 187 |
|
|
|
| 188 |
|
|
* Makefile.in (html): New.
|
| 189 |
|
|
|
| 190 |
|
|
2005-02-28 Paolo Bonzini
|
| 191 |
|
|
|
| 192 |
|
|
PR bootstrap/17383
|
| 193 |
|
|
* Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
|
| 194 |
|
|
|
| 195 |
|
|
2004-12-03 Nathanael Nerode
|
| 196 |
|
|
|
| 197 |
|
|
* Makefile.in: Add stamp file for building libada, to avoid
|
| 198 |
|
|
duplicate builds every time all-gnattools is called.
|
| 199 |
|
|
|
| 200 |
|
|
2004-12-02 Nathanael Nerode
|
| 201 |
|
|
|
| 202 |
|
|
* Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
|
| 203 |
|
|
here.
|
| 204 |
|
|
|
| 205 |
|
|
2004-08-16 Nathanael Nerode
|
| 206 |
|
|
|
| 207 |
|
|
* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
|
| 208 |
|
|
_TARGET.
|
| 209 |
|
|
* configure: Regenerate.
|
| 210 |
|
|
|
| 211 |
|
|
2004-07-18 Nathanael Nerode
|
| 212 |
|
|
|
| 213 |
|
|
* configure.ac, Makefile.in: Remove gnattools-specific code
|
| 214 |
|
|
(see gnattools directory).
|
| 215 |
|
|
* Makefile.in: Remove dead rts-* targets.
|
| 216 |
|
|
* configure: Regenerate.
|
| 217 |
|
|
|
| 218 |
|
|
2004-05-25 Daniel Jacobowitz
|
| 219 |
|
|
|
| 220 |
|
|
* Makefile.in: Add .NOEXPORT.
|
| 221 |
|
|
|
| 222 |
|
|
2004-04-26 Arnaud Charlet
|
| 223 |
|
|
|
| 224 |
|
|
* Makefile.in: Put back merge of some targets to avoid code duplication.
|
| 225 |
|
|
Remove at the same obsolete variable GNATLIBLDFLAGS.
|
| 226 |
|
|
|
| 227 |
|
|
2004-04-19 Nathanael Nerode
|
| 228 |
|
|
|
| 229 |
|
|
* configure.ac: Fix stupid brain-fade; set default_gnattools_target
|
| 230 |
|
|
correctly.
|
| 231 |
|
|
* configure: Regenerate.
|
| 232 |
|
|
|
| 233 |
|
|
2004-04-19 Nathanael Nerode
|
| 234 |
|
|
|
| 235 |
|
|
* Makefile.in: Revert most of Arnaud's last change. Prefer anything
|
| 236 |
|
|
over error-prone Make abuse. Remove temporary debug code.
|
| 237 |
|
|
(gnatlib-zcx): New target.
|
| 238 |
|
|
(gnattools): Split into gnattools-native, gnattools-cross, to fix
|
| 239 |
|
|
previous bug; select which on the basis of default_gnattools_target.
|
| 240 |
|
|
(ada.all.cross): Merged with gnattools-cross target.
|
| 241 |
|
|
* configure.ac: Set default_gnattools_target.
|
| 242 |
|
|
* configure: Regenerate.
|
| 243 |
|
|
|
| 244 |
|
|
2004-04-19 Arnaud Charlet
|
| 245 |
|
|
|
| 246 |
|
|
* Makefile.in: Fix errors introduced in previous change (in particular,
|
| 247 |
|
|
errors when building gnattools were ignored).
|
| 248 |
|
|
Code clean up and simplification.
|
| 249 |
|
|
update comments.
|
| 250 |
|
|
Remove temporary debug code introduced by mistake in previous check in.
|
| 251 |
|
|
Prefer GNU Make syntax over complex and error-prone sh syntax.
|
| 252 |
|
|
(gnatlib-zcx): New target.
|
| 253 |
|
|
(ada.all.cross): Merged with gnattools-cross target.
|
| 254 |
|
|
|
| 255 |
|
|
2004-04-17 Nathanael Nerode
|
| 256 |
|
|
|
| 257 |
|
|
* configure.ac: It's gnatlib-plain in the Makefile, not
|
| 258 |
|
|
gnatlib-simple; make configure match.
|
| 259 |
|
|
* configure: Regenerate.
|
| 260 |
|
|
|
| 261 |
|
|
2004-04-14 Nathanael Nerode
|
| 262 |
|
|
|
| 263 |
|
|
* Makefile.in: Call gcc/ada/Makefile directly, not through the
|
| 264 |
|
|
intermediary of gcc/Makefile. Incorporate all necessary parts of
|
| 265 |
|
|
rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
|
| 266 |
|
|
targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
|
| 267 |
|
|
configuration from (new) gcc/libada-mk. Decide what gnatlib variant
|
| 268 |
|
|
to build in configure.ac, not here.
|
| 269 |
|
|
* configure.ac: Provide Makefile.in with the new information it needs,
|
| 270 |
|
|
such as GCC's tmake_file and xmake_file.
|
| 271 |
|
|
* configure: Regenerate.
|
| 272 |
|
|
|
| 273 |
|
|
2004-03-10 Kelley Cook
|
| 274 |
|
|
|
| 275 |
|
|
* configure.in: Rename file to ...
|
| 276 |
|
|
* configure.ac: .. to this. Bump AC_PREREQ to 2.59.
|
| 277 |
|
|
* configure: Regenerate.
|
| 278 |
|
|
|
| 279 |
|
|
2003-03-02 Arnaud Charlet
|
| 280 |
|
|
|
| 281 |
|
|
PR ada/14350
|
| 282 |
|
|
* configure.in: Remove hardcoded gcc version.
|
| 283 |
|
|
|
| 284 |
|
|
* configure: Regenerated.
|
| 285 |
|
|
|
| 286 |
|
|
2004-02-10 Ulrich Weigand
|
| 287 |
|
|
|
| 288 |
|
|
* Makefile.in (gnattools): Depend on gnatlib.
|
| 289 |
|
|
|
| 290 |
|
|
2003-02-10 Arnaud Charlet
|
| 291 |
|
|
|
| 292 |
|
|
PR ada/6637, PR ada/5911
|
| 293 |
|
|
* configure.in, Makefile.in, configure: Merge with libada-branch
|
| 294 |
|
|
|
| 295 |
|
|
2003-10-27 Arnaud Charlet
|
| 296 |
|
|
|
| 297 |
|
|
PR ada/6637, PR ada/5911
|
| 298 |
|
|
* configure.in: Add support for --enable/disable-shared
|
| 299 |
|
|
* Makefile.in: Add initial, simple support for gnatlib/gnattools
|
| 300 |
|
|
for native and cross configurations.
|
| 301 |
|
|
* configure: Regenerate
|
| 302 |
|
|
|
| 303 |
|
|
2003-10-23 Nathanael Nerode
|
| 304 |
|
|
|
| 305 |
|
|
* configure.in: Make --enable-maintainer-mode work.
|
| 306 |
|
|
* configure: Regenerate.
|
| 307 |
|
|
|
| 308 |
|
|
* Makefile.in, configure.in: New files.
|
| 309 |
|
|
* configure: Generate.
|
| 310 |
|
|
|
| 311 |
|
|
* New directory, new ChangeLog.
|
| 312 |
|
|
|
| 313 |
|
|
Copyright 2003, 2004 Free Software Foundation, Inc.
|
| 314 |
|
|
|
| 315 |
|
|
This ChangeLog is free software; the Free Software Foundation gives
|
| 316 |
|
|
unlimited permission to copy, distribute, and modify it.
|