| 1 | 2014-11-24 H.J. Lu <hongjiu.lu@intel.com> |
| 2 | |
| 3 | * libtool.m4: Updated from GCC trunk. |
| 4 | |
| 5 | 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 6 | |
| 7 | * config.guess: Update from upstream config repo. |
| 8 | * config.sub: Ditto. |
| 9 | |
| 10 | 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 11 | |
| 12 | * move-if-change: Update from upstream gnulib. |
| 13 | |
| 14 | 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 15 | |
| 16 | * compile: Sync with upstream Automake. |
| 17 | * depcomp: Ditto. |
| 18 | * install-sh: Ditto. |
| 19 | * missing: Ditto. |
| 20 | * mkinstalldirs: Ditto. |
| 21 | * ylwrap: Ditto. |
| 22 | |
| 23 | 2014-10-15 Tristan Gingold <gingold@adacore.com> |
| 24 | |
| 25 | * src-release.sh (do_proto_toplev): Configure with --target. |
| 26 | |
| 27 | 2014-10-03 Jing Yu <jingyu@google.com> |
| 28 | |
| 29 | * configure.ac: Add aarch64 to list of targets that support gold. |
| 30 | * configure: Regenerate. |
| 31 | |
| 32 | 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com> |
| 33 | |
| 34 | * configure.ac: Add mips*-img-elf* target triple. |
| 35 | * configure: Regenerate. |
| 36 | |
| 37 | 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com> |
| 38 | * configure: Disable gdb for nds32*-*-* until supported. |
| 39 | * configure.ac: Disable gdb for nds32*-*-* until supported. |
| 40 | |
| 41 | 2014-09-05 Joel Brobecker <brobecker@adacore.com> |
| 42 | |
| 43 | * configure: Regenerate. |
| 44 | |
| 45 | 2014-08-27 Will Newton <will.newton@linaro.org> |
| 46 | |
| 47 | * src-release.sh: New file. |
| 48 | * src-release: Remove file. |
| 49 | |
| 50 | 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> |
| 51 | |
| 52 | GDB not supported for or1k*-*-rtems* |
| 53 | * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering |
| 54 | of the stanzas results in this not being caught by or1k*-*-* later. |
| 55 | * configure. Regenerated. |
| 56 | |
| 57 | 2014-07-25 Samuel Bronson <naesten@gmail.com> |
| 58 | |
| 59 | * .gitattributes: New file for use with git-merge-changelog. |
| 60 | |
| 61 | 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com> |
| 62 | |
| 63 | Disable gdb for or1k*-*-* until supported |
| 64 | * configure.ac (or1k*-*-*): Disable gdb. |
| 65 | * configure: Regenerated. |
| 66 | |
| 67 | 2014-05-14 Sandra Loosemore <sandra@codesourcery.com> |
| 68 | |
| 69 | * configure.ac (target_makefile_frag): Set for nios2-*-elf*. |
| 70 | * configure: Regenerated. |
| 71 | |
| 72 | 2014-03-26 Jakub Jelinek <jakub@redhat.com> |
| 73 | |
| 74 | PR sanitizer/56781 |
| 75 | * Makefile.def: Set bootstrap=true; for host fixincludes. |
| 76 | * configure.ac: Don't bootstrap host fixincludes unless |
| 77 | --with-build-config=bootstrap-{a,ub}san. |
| 78 | * Makefile.in: Regenerated. |
| 79 | * configure: Regenerated. |
| 80 | |
| 81 | 2014-03-21 Jakub Jelinek <jakub@redhat.com> |
| 82 | |
| 83 | * configure.ac: Move BUILD_CONFIG set up earlier. Add |
| 84 | --enable-vtable-verify option parsing. Don't add |
| 85 | target-libsanitizer to bootstrap_target_libs unless |
| 86 | --with-build-config=bootstrap-asan or |
| 87 | --with-build-config=bootstrap-ubsan. Don't add target-libvtv |
| 88 | to bootstrap_target_libs unless --enable-vtable-verify. |
| 89 | * configure: Regenerated. |
| 90 | |
| 91 | 2014-03-07 Jakub Jelinek <jakub@redhat.com> |
| 92 | |
| 93 | PR bootstrap/58572 |
| 94 | * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of |
| 95 | -I for libstdc++-v3 includes if $(LEAN). |
| 96 | * Makefile.in: Regenerated. |
| 97 | |
| 98 | 2014-02-24 Walter Lee <walt@tilera.com> |
| 99 | |
| 100 | * configure.ac (tilepro-*-*) Change to tilepro*-*-*. |
| 101 | (tilegx-*-*): Change to tilegx*-*-*. |
| 102 | * configure: Regenerate. |
| 103 | |
| 104 | 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com> |
| 105 | |
| 106 | * config.sub, config.guess: Import from upstream. |
| 107 | |
| 108 | 2014-04-04 Eric Botcazou <ebotcazou@adacore.com> |
| 109 | |
| 110 | PR bootstrap/60620 |
| 111 | * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. |
| 112 | * Makefile.in: Regenerate. |
| 113 | |
| 114 | 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> |
| 115 | |
| 116 | * Makefile.def (dependencies): Make all-ld depend on all-binutils |
| 117 | for WINDRES_FOR_TARGET in default-manifest.o rule. |
| 118 | * Makefile.in: Regenerate. |
| 119 | |
| 120 | 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 121 | |
| 122 | PR target/59788 |
| 123 | * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on |
| 124 | *solaris2*. |
| 125 | |
| 126 | 2013-12-19 Keven Boell <keven.boell@intel.com> |
| 127 | |
| 128 | * cp-namespace.c (cp_lookup_nested_symbol): Enable |
| 129 | nested lookups for fortran modules. |
| 130 | * dwarf2read.c (read_module): Add fortran module to |
| 131 | the symbol table. |
| 132 | (add_partial_symbol, add_partial_module): Add fortran |
| 133 | module to the partial symbol table. |
| 134 | (new_symbol_full): Create full symbol for fortran module. |
| 135 | * f-exp.y (yylex): Add new module domain to be parsed. |
| 136 | * symtab.h: New domain for fortran modules. |
| 137 | |
| 138 | 2013-12-19 Keven Boell <keven.boell@intel.com> |
| 139 | |
| 140 | * f-exp.y (yylex): Add domain array to enable lookup |
| 141 | in multiple domains. Loop over lookup domains and try |
| 142 | to find requested symbol. Add STRUCT_DOMAIN to lookup |
| 143 | domains to be able to query for user defined types. |
| 144 | |
| 145 | 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> |
| 146 | |
| 147 | * configure.ac: Add user-friendly check for native x86_64-linux |
| 148 | multilibs. |
| 149 | * configure: Regenerate. |
| 150 | |
| 151 | 2013-11-23 Alan Modra <amodra@gmail.com> |
| 152 | |
| 153 | * config.sub, config.guess: Import from upstream. |
| 154 | |
| 155 | 2013-11-07 Thomas Schwinge <thomas@codesourcery.com> |
| 156 | |
| 157 | * Makefile.in: Regenerate. |
| 158 | |
| 159 | * Makefile.tpl: Fix typo. |
| 160 | * Makefile.in: Regenerate partially. |
| 161 | |
| 162 | 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com> |
| 163 | |
| 164 | * configure.ac: Added libcilkrts to noconfig list when C++ is not |
| 165 | supported. |
| 166 | * configure: Regenerated. |
| 167 | |
| 168 | 2013-10-30 Jason Merrill <jason@redhat.com> |
| 169 | |
| 170 | * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass |
| 171 | --disable-build-format-warnings. |
| 172 | |
| 173 | 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com> |
| 174 | |
| 175 | * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts |
| 176 | depend on libstdc++ and libgcc. |
| 177 | * configure: Regenerate. |
| 178 | * configure.ac: Added libcilkrts to target binaries. Also, restrict |
| 179 | libcilkrts for POSIX and i*86, and x86_64 architectures. |
| 180 | * Makefile.in: Added libcilkrts related fields to support building it. |
| 181 | |
| 182 | 2013-10-26 Jeff Law <law@redhat.com> |
| 183 | |
| 184 | * Makefile.def (target_modules): Remove libmudflap |
| 185 | (languages): Remove check-target-libmudflap). |
| 186 | * Makefile.in: Rebuilt. |
| 187 | * Makefile.tpl (check-target-libmudflap-c++): Remove. |
| 188 | * configure.ac (target_libraries): Remove target-libmudflap. |
| 189 | Remove checks which disabled libmudflap on some systems. |
| 190 | * configure: Rebuilt. |
| 191 | * libmudflap: Directory removed. |
| 192 | |
| 193 | 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 194 | |
| 195 | * configure.ac: Update from GCC. |
| 196 | * configure: Regenerate. |
| 197 | |
| 198 | 2013-10-15 Hans-Peter Nilsson <hp@axis.com> |
| 199 | |
| 200 | * src-release (do-proto-toplevel): Support subdir-path-prefixed |
| 201 | files in SUPPORT_FILES. |
| 202 | (SIM_SUPPORT_DIRS): New variable. |
| 203 | (sim.tar.bz2): New rule. |
| 204 | |
| 205 | 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 206 | |
| 207 | * configure.ac: Update from GCC. |
| 208 | * configure: Regenerate. |
| 209 | |
| 210 | 2013-10-01 Jeff Johnston <jjohnstn@redhat.com> |
| 211 | |
| 212 | * COPYING.NEWLIB: Update with new copyright. |
| 213 | |
| 214 | 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 215 | |
| 216 | * configure.ac: Update from GCC. |
| 217 | * configure: Regenerate. |
| 218 | |
| 219 | 2013-09-20 Alan Modra <amodra@gmail.com> |
| 220 | |
| 221 | * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical |
| 222 | ppc host match. Support little-endian powerpc linux hosts. |
| 223 | |
| 224 | 2013-08-16 Joel Brobecker <brobecker@adacore.com> |
| 225 | |
| 226 | * src-release (VER): When using $(TOOL)/common/create-version.sh, |
| 227 | strip the "-cvs" suffix from the version number if present. |
| 228 | |
| 229 | 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 230 | |
| 231 | * configure.ac: Sync with GCC repo. |
| 232 | * Makefile.def: Ditto. |
| 233 | * configure: Regenerate. |
| 234 | * Makefile.in: Ditto. |
| 235 | |
| 236 | 2013-07-22 Joel Brobecker <brobecker@adacore.com> |
| 237 | |
| 238 | * src-release (VER): Use $(TOOL)/common/create-version.sh |
| 239 | if it exists. |
| 240 | |
| 241 | 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com> |
| 242 | |
| 243 | * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*) |
| 244 | (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier]) |
| 245 | (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs. |
| 246 | * configure: Regenerate. |
| 247 | |
| 248 | 2013-06-01 George Thomas <george.thomas@atmel.com> |
| 249 | |
| 250 | * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove |
| 251 | from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU |
| 252 | |
| 253 | 2013-05-06 Sandra Loosemore <sandra@codesourcery.com> |
| 254 | |
| 255 | * COPYING.NEWLIB: Add Altera Corporation copyright. |
| 256 | |
| 257 | 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 258 | |
| 259 | * config.guess: Update from config repo. |
| 260 | * config.sub: Ditto. |
| 261 | |
| 262 | 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 263 | |
| 264 | * Makefile.def: Sync with GCC. |
| 265 | * Makefile.in: Regenerate. |
| 266 | |
| 267 | 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 268 | |
| 269 | * configure.ac: Sync with GCC. |
| 270 | * configure: Regenerate. |
| 271 | |
| 272 | 2013-03-22 Mike Frysinger <vapier@gentoo.org> |
| 273 | |
| 274 | * src-release (VER): Change bfd/configure.in sed to use the new |
| 275 | `bfd/configure --version` output. |
| 276 | |
| 277 | 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com> |
| 278 | |
| 279 | * configure.ac: Sync with GCC repo. |
| 280 | * configure: Ditto. |
| 281 | |
| 282 | 2013-02-05 Ian Lance Taylor <iant@google.com> |
| 283 | |
| 284 | PR go/55969 |
| 285 | * configure.ac: Disable libgo on some systems where it does not |
| 286 | work. |
| 287 | * configure: Rebuild. |
| 288 | |
| 289 | 2013-02-05 Alan Modra <amodra@gmail.com> |
| 290 | |
| 291 | * configure: Regenerate after syncing config/. |
| 292 | |
| 293 | 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 294 | |
| 295 | * configure.ac: Sync with GCC repo. |
| 296 | * configure: Ditto. |
| 297 | * Makefile.def: Ditto. |
| 298 | * Makefile.in: Ditto. |
| 299 | |
| 300 | 2013-01-11 Joel Brobecker <brobecker@adacore.com> |
| 301 | |
| 302 | Sync with GCC, merge: |
| 303 | |
| 304 | 2013-01-09 Jason Merrill <jason@redhat.com> |
| 305 | |
| 306 | * .gitignore: Import from gdb repository. |
| 307 | |
| 308 | 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 309 | |
| 310 | * config.sub: Update from config repo. |
| 311 | |
| 312 | 2013-01-11 Eric Botcazou <ebotcazou@adacore.com> |
| 313 | |
| 314 | * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata. |
| 315 | * Makefile.in: Regenerate. |
| 316 | |
| 317 | 2013-01-09 H.J. Lu <hongjiu.lu@intel.com> |
| 318 | |
| 319 | * Makefile.def (configure-gcc): Depend on all-gmp. |
| 320 | (all-gcc): Remove dependency on all-gmp. |
| 321 | * Makefile.in: Regenerated. |
| 322 | |
| 323 | 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 324 | |
| 325 | * config.guess: Update from config repo. |
| 326 | * config.sub: Ditto. |
| 327 | |
| 328 | 2013-01-07 Jeff Johnston <jjohnstn@redhat.com> |
| 329 | |
| 330 | * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer |
| 331 | exists and replace the new bfin license in its location. |
| 332 | |
| 333 | 2013-01-07 H.J. Lu <hongjiu.lu@intel.com> |
| 334 | |
| 335 | PR gas/14899 |
| 336 | * Makefile.def (dependencies): Make all-binutils, all-gprof, |
| 337 | all-ld and all-gold depend on all-gas. |
| 338 | * Makefile.in: Regenerated. |
| 339 | |
| 340 | 2012-12-29 Ben Elliston <bje@gnu.org> |
| 341 | |
| 342 | * config.guess: Update to 2012-12-29 version. |
| 343 | * config.sub: Likewise. |
| 344 | |
| 345 | 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 346 | |
| 347 | * Makefile.def (install-target-libgo): Depend on |
| 348 | install-target-libatomic. Merged from GCC repo. |
| 349 | * Makefile.in: Regenerate. |
| 350 | |
| 351 | 2012-12-17 Jeff Johnston <jjohnstn@redhat.com> |
| 352 | |
| 353 | * COPYING.LIBGLOSS: Add license for bfin libgloss. |
| 354 | |
| 355 | 2012-12-16 Thomas Schwinge <thomas@codesourcery.com> |
| 356 | |
| 357 | * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF. |
| 358 | * configure: Regenerate. |
| 359 | |
| 360 | 2012-12-11 H.J. Lu <hongjiu.lu@intel.com> |
| 361 | |
| 362 | * Makefile.def (target_modules): Add bootstrap=true and |
| 363 | raw_cxx=true to libsanitizer. |
| 364 | * configure.ac (bootstrap_target_libs): Add libsanitizer. |
| 365 | * Makefile.in: Regenerated. |
| 366 | * configure: Likewise. |
| 367 | |
| 368 | 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 369 | |
| 370 | * config.sub: Merge from config repo. |
| 371 | |
| 372 | 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 373 | |
| 374 | * configure.ac: Merge from GCC. |
| 375 | * Makefile.tpl: Ditto. |
| 376 | * Makefile.in: Ditto. |
| 377 | * configure: Ditto. |
| 378 | |
| 379 | 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 380 | |
| 381 | * configure.ac (noconfigdirs): Merge from GCC. |
| 382 | * configure: Regenerate. |
| 383 | |
| 384 | 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
| 385 | |
| 386 | * config.sub (arm): Merge from upstream: Handle armv[6-8] targets. |
| 387 | |
| 388 | 2012-11-14 Roland McGrath <mcgrathr@google.com> |
| 389 | |
| 390 | * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. |
| 391 | * configure: Regenerate. |
| 392 | |
| 393 | 2012-11-13 Richard Henderson <rth@redhat.com> |
| 394 | |
| 395 | * configure.ac: Move libsanitizer logic to subdirectory. |
| 396 | * configure: Regenerate. |
| 397 | |
| 398 | 2012-11-13 Dodji Seketeli <dodji@redhat.com> |
| 399 | |
| 400 | * configure.ac: Enable libsanitizer just on x86 linux for now. |
| 401 | * configure: Re-generate. |
| 402 | |
| 403 | 2012-11-13 David Edelsohn <dje.gcc@gmail.com> |
| 404 | |
| 405 | * configure.ac: Merge libquadmath sections. |
| 406 | * configure: Regenerate. |
| 407 | |
| 408 | 2012-11-12 Wei Mi <wmi@google.com> |
| 409 | |
| 410 | * configure.ac: Add libsanitizer to target_libraries. |
| 411 | * Makefile.def: Ditto. |
| 412 | * configure: Regenerate. |
| 413 | * Makefile.in: Regenerate. |
| 414 | |
| 415 | 2012-11-03 H.J. Lu <hongjiu.lu@intel.com> |
| 416 | |
| 417 | * configure: Regenerated. |
| 418 | |
| 419 | 2012-11-03 Robert Mason <rbmj@verizon.net> |
| 420 | |
| 421 | * configure.ac: add --disable-libstdcxx configure option |
| 422 | and handle defaulted state only for VxWorks, ARM-wince-pe and AVR. |
| 423 | |
| 424 | 2012-10-24 Corinna Vinschen <corinna@vinschen.de> |
| 425 | |
| 426 | * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building |
| 427 | against Mingw64 w32api. |
| 428 | * configure: Regenerate. |
| 429 | |
| 430 | 2012-10-23 Eric Botcazou <ebotcazou@adacore.com> |
| 431 | |
| 432 | PR bootstrap/54820 |
| 433 | * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5. |
| 434 | * configure: Regenerate. |
| 435 | |
| 436 | 2012-10-22 Eric Botcazou <ebotcazou@adacore.com> |
| 437 | |
| 438 | PR bootstrap/54820 |
| 439 | * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable. |
| 440 | (all-[+prefix+][+module+]): Pass stage1_args to sub-makes. |
| 441 | (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. |
| 442 | (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. |
| 443 | (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS. |
| 444 | * Makefile.in: Regenerate. |
| 445 | * configure.ac (have_static_libs): New variable and associated check. |
| 446 | (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++ |
| 447 | -static-libgcc if stage1_libs is empty and have_static_libs is yes. |
| 448 | * configure: Regenerate. |
| 449 | |
| 450 | 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com> |
| 451 | |
| 452 | * config.guess, config.sub: Include updated version from |
| 453 | config-patches. Adds microblaze little endian support. |
| 454 | |
| 455 | 2012-09-28 Ian Lance Taylor <iant@google.com> |
| 456 | |
| 457 | * Makefile.def: Make all-target-libgo depend on |
| 458 | all-target-libbacktrace. |
| 459 | * Makefile.in: Rebuild. |
| 460 | |
| 461 | 2012-09-26 Ian Lance Taylor <iant@google.com> |
| 462 | |
| 463 | * Makefile.def: Make all-gcc depend on all-libbacktrace. |
| 464 | * Makefile.in: Rebuild. |
| 465 | |
| 466 | 2012-09-06 Diego Novillo <dnovillo@google.com> |
| 467 | |
| 468 | * configure.ac: Bump minimum GMP version to 4.2.3. |
| 469 | * configure: Re-generate. |
| 470 | |
| 471 | 2012-09-05 Georg-Johann Lay <avr@gjlay.de> |
| 472 | |
| 473 | PR target/54461 |
| 474 | * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib, |
| 475 | target-libgloss if not configured --with-avrlibc=no. |
| 476 | * configure: Regenerate. |
| 477 | |
| 478 | 2012-09-04 Jason Merrill <jason@redhat.com> |
| 479 | |
| 480 | * configure.ac: Fix --enable-languages=all. |
| 481 | |
| 482 | 2012-09-03 Richard Guenther <rguenther@suse.de> |
| 483 | |
| 484 | PR bootstrap/54138 |
| 485 | * configure.ac: Re-organize ISL / CLOOG checks to allow |
| 486 | disabling with either --without-isl or --without-cloog. |
| 487 | * configure: Regenerated. |
| 488 | |
| 489 | 2012-09-03 Georg-Johann Lay <avr@gjlay.de> |
| 490 | |
| 491 | * configure.ac (noconfigdirs,target=avr): Add target-libquadmath. |
| 492 | * configure: Regenerate. |
| 493 | |
| 494 | 2012-09-21 Steve Ellcey <sellcey@mips.com> |
| 495 | |
| 496 | * configure.ac: Add mips*-mti-elf* target. |
| 497 | * configure: Regenerate. |
| 498 | |
| 499 | 2012-09-19 Ian Lance Taylor <iant@google.com> |
| 500 | |
| 501 | * configure.ac (host_libs): Add libbacktrace. |
| 502 | (target_libraries): Add libbacktrace. |
| 503 | * Makefile.def (host_modules): Add libbacktrace. |
| 504 | (target_modules): Likewise. |
| 505 | * configure, Makefile.in: Rebuild. |
| 506 | |
| 507 | 2012-09-15 Jiong Wang <jiwang@tilera.com> |
| 508 | |
| 509 | * configure.ac (ENABLE_GOLD): support tilegx* |
| 510 | * configure: rebuild |
| 511 | |
| 512 | 2012-09-14 David Edelsohn <dje.gcc@gmail.com> |
| 513 | |
| 514 | PR target/38607 |
| 515 | Merge upstream change. |
| 516 | * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX. |
| 517 | |
| 518 | * configure.ac: Add target-libquadmath to noconfigdirs for AIX. |
| 519 | Add libgomp*.o to compare_exclusions for AIX. |
| 520 | * configure: Regenerate. |
| 521 | |
| 522 | 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> |
| 523 | |
| 524 | PR binutils/4970 |
| 525 | * Makefile.def (host_modules): Rmove lib_path=.libs from bfd |
| 526 | and opcodes. |
| 527 | * Makefile.in: Regenerated. |
| 528 | |
| 529 | 2012-08-14 Diego Novillo <dnovillo@google.com> |
| 530 | |
| 531 | Merge from cxx-conversion branch. |
| 532 | |
| 533 | * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove |
| 534 | POSTSTAGE1_CONFIGURE_FLAGS. |
| 535 | * Makefile.in: Regenerate. |
| 536 | * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users. |
| 537 | Force C++ when bootstrapping. |
| 538 | * configure: Regenerate. |
| 539 | |
| 540 | 2012-07-06 Richard Guenther <rguenther@suse.de> |
| 541 | |
| 542 | * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC) |
| 543 | as CPPFLAGS, pass path to built gmp as LDFLAGS, always use |
| 544 | --with-gmp=system. |
| 545 | * Makefile.in: Regenerated. |
| 546 | * configure: Likewise. |
| 547 | |
| 548 | 2012-07-06 Richard Guenther <rguenther@suse.de> |
| 549 | |
| 550 | * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst. |
| 551 | * Makefile.def (isl): Use extra_isl_gmp_configure_flags and |
| 552 | supply V=1 as extra_make_flags. |
| 553 | * configure: Regenerated. |
| 554 | * Makefile.in: Likewise. |
| 555 | |
| 556 | 2012-07-03 Richard Guenther <rguenther@suse.de> |
| 557 | |
| 558 | * Makfile.def (isl): Remove not necessary extra_exports and |
| 559 | extra_make_flags. |
| 560 | (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}. |
| 561 | * Makefile.in: Regenerated. |
| 562 | |
| 563 | 2012-07-03 Richard Guenther <rguenther@suse.de> |
| 564 | |
| 565 | * Makefile.def (cloog): Add V=1 to extra_make_flags. |
| 566 | * configure.ac: If either the ISL or the CLooG check failed |
| 567 | do not try to build in-tree versions. |
| 568 | * Makefile.in: Regenerated. |
| 569 | * configure: Regenerated. |
| 570 | |
| 571 | 2012-07-02 Richard Guenther <rguenther@suse.de> |
| 572 | Michael Matz <matz@suse.de> |
| 573 | Tobias Grosser <tobias@grosser.es> |
| 574 | Sebastian Pop <sebpop@gmail.com> |
| 575 | |
| 576 | * Makefile.def: Add ISL host module, remove PPL host module. |
| 577 | Adjust ClooG host module to use the proper ISL. |
| 578 | * Makefile.tpl: Pass ISL include flags instead of PPL ones. |
| 579 | * configure.ac: Include config/isl.m4. Add ISL host library, |
| 580 | remove PPL. Remove PPL configury, add ISL configury, adjust |
| 581 | ClooG configury. |
| 582 | * Makefile.in: Regenerated. |
| 583 | * configure: Likewise. |
| 584 | |
| 585 | 2012-07-02 Richard Guenther <rguenther@suse.de> |
| 586 | |
| 587 | Merge from graphite branch |
| 588 | 2011-07-21 Tobias Grosser <tobias@grosser.es> |
| 589 | |
| 590 | * configure: Regenerated. |
| 591 | * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma, |
| 592 | both cloog.org and legacy versions. The only supported version will |
| 593 | be CLooG with the isl backend. |
| 594 | |
| 595 | 2011-07-21 Tobias Grosser <tobias@grosser.es> |
| 596 | |
| 597 | * configure: Regenerated. |
| 598 | * configure.ac: Require cloog isl 0.17.0 |
| 599 | |
| 600 | 2011-07-21 Tobias Grosser <tobias@grosser.es> |
| 601 | |
| 602 | * configure: Regenerated. |
| 603 | * config/cloog.m4: Do not define CLOOG_ORG |
| 604 | |
| 605 | 2012-06-29 Steven Bosscher <steven@gcc.gnu.org> |
| 606 | |
| 607 | * configure.ac: Skip C if explicitly selected. |
| 608 | * configure: Regenerate. |
| 609 | |
| 610 | 2012-06-28 Christophe Lyon <christophe.lyon@st.com> |
| 611 | |
| 612 | * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure |
| 613 | they contain -O2. |
| 614 | * configure: Regenerate. |
| 615 | |
| 616 | 2012-06-20 Jason Merrill <jason@redhat.com> |
| 617 | |
| 618 | * Makefile.tpl (check-target-libgomp-c++): New. |
| 619 | (check-target-libitm-c++): New. |
| 620 | * Makefile.def (c++): Add them. |
| 621 | * Makefile.in: Regenerate. |
| 622 | |
| 623 | 2012-05-16 Olivier Hainque <hainque@adacore.com> |
| 624 | |
| 625 | * Makefile.tpl (gcc-no-fixedincludes): Rename into ... |
| 626 | (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/ |
| 627 | (install-no-fixedincludes): Adjust accordingly. |
| 628 | * Makefile.in: Regenerate. |
| 629 | |
| 630 | 2012-05-09 Nick Clifton <nickc@redhat.com> |
| 631 | Paul Smith <psmith@gnu.org> |
| 632 | |
| 633 | PR bootstrap/50461 |
| 634 | * configure.ac (mpfr-dir): When using in-tree MPFR sources |
| 635 | allow for the fact that from release v3.1.0 of MPFR the source |
| 636 | files were moved into a src sub-directory. |
| 637 | * configure: Regenerate. |
| 638 | |
| 639 | 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org> |
| 640 | |
| 641 | * configure.ac: Bump minimum MPFR version to 2.4.0. |
| 642 | * configure: Regenerated. |
| 643 | |
| 644 | 2012-05-01 Richard Henderson <rth@redhat.com> |
| 645 | |
| 646 | * Makefile.def (libatomic): New target_module. |
| 647 | * configure.ac (target_libraries): Add libatomic. |
| 648 | (noconfigdirs): Check if libatomic is supported. |
| 649 | * Makefile.in, configure: Rebuild. |
| 650 | |
| 651 | 2012-05-15 H.J. Lu <hongjiu.lu@intel.com> |
| 652 | |
| 653 | Merge upstream change |
| 654 | * libtool.m4 (_LT_ENABLE_LOCK): Support x32. |
| 655 | |
| 656 | 2011-11-21 Andreas Tobler <andreast@fgznet.ch> |
| 657 | |
| 658 | * libtool.m4: Additional FreeBSD 10 fixes. |
| 659 | |
| 660 | 2012-06-28 Christophe Lyon <christophe.lyon@st.com> |
| 661 | |
| 662 | * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure |
| 663 | they contain -O2. |
| 664 | * configure: Regenerate. |
| 665 | |
| 666 | 2012-05-14 Catherine Moore <clm@codesourcery.com> |
| 667 | |
| 668 | * NEWS: Mention PowerPC VLE port. |
| 669 | |
| 670 | 2012-05-11 Mike Frysinger <vapier@gentoo.org> |
| 671 | |
| 672 | * MAINTAINERS (config/): Move to intl/ section. |
| 673 | (compile; depcomp; install-sh; missing; ylwrap): Likewise. |
| 674 | |
| 675 | 2012-05-09 Nick Clifton <nickc@redhat.com> |
| 676 | Paul Smith <psmith@gnu.org> |
| 677 | |
| 678 | PR bootstrap/50461 |
| 679 | * configure.ac (mpfr-dir): When using in-tree MPFR sources |
| 680 | allow for the fact that from release v3.1.0 of MPFR the source |
| 681 | files were moved into a src sub-directory. |
| 682 | * configure: Regenerate. |
| 683 | |
| 684 | 2012-05-02 Roland McGrath <mcgrathr@google.com> |
| 685 | |
| 686 | * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. |
| 687 | * configure: Regenerate. |
| 688 | |
| 689 | 2012-04-25 Joel Brobecker <brobecker@adacore.com> |
| 690 | |
| 691 | * config.sub: Update to 2012-04-18 version from official repo. |
| 692 | |
| 693 | 2012-03-19 Tristan Gingold <gingold@adacore.com> |
| 694 | |
| 695 | * configure.ac (ia64*-*-*vms*): Add support for ld. |
| 696 | * configure: Regenerate. |
| 697 | |
| 698 | 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 699 | |
| 700 | * configure.ac (enable_libgomp): Remove *-*-irix6*. |
| 701 | (unsupported_languages): Remove mips-sgi-irix6.*. |
| 702 | (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. |
| 703 | (with_stabs): Remove. |
| 704 | * configure: Regenerate. |
| 705 | |
| 706 | 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 707 | |
| 708 | * configure.ac (enable_libgomp): Remove *-*-osf*. |
| 709 | (with_stabs): Remove alpha*-*-osf*. |
| 710 | * configure: Regenerate. |
| 711 | |
| 712 | 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> |
| 713 | |
| 714 | * COPYING.NEWLIB: Modify DJ Delorie license to include |
| 715 | modification rights in clause as permitted by DJ Delorie. |
| 716 | * COPYING.LIBGLOSS: Ditto. |
| 717 | |
| 718 | 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> |
| 719 | |
| 720 | * COPYING.NEWLIB: Remove two unused licenses. |
| 721 | |
| 722 | 2012-03-05 Tristan Gingold <gingold@adacore.com> |
| 723 | |
| 724 | * configure.ac: Enable gdb and readline for ia64*-*-*vms*. |
| 725 | * configure: Regenerate. |
| 726 | |
| 727 | 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> |
| 728 | |
| 729 | * COPYING.NEWLIB: Add Adapteva notice. |
| 730 | * COPYING.LIBGLOSS: Add Adapteva notice. |
| 731 | |
| 732 | 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> |
| 733 | |
| 734 | * configure: Regenerate. |
| 735 | |
| 736 | 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> |
| 737 | |
| 738 | * COPYING.LIBGLOSS: Add GPL with exception license. |
| 739 | |
| 740 | 2011-11-09 Roland McGrath <mcgrathr@google.com> |
| 741 | |
| 742 | * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET. |
| 743 | * configure: Rebuild. |
| 744 | * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET. |
| 745 | * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables. |
| 746 | (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET. |
| 747 | (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET. |
| 748 | (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): |
| 749 | Add READELF. |
| 750 | * Makefile.in: Rebuild. |
| 751 | |
| 752 | 2011-11-08 Richard Henderson <rth@redhat.com> |
| 753 | |
| 754 | * configure.ac: Test for libitm directory present first. |
| 755 | |
| 756 | * configure.ac: Adjust srcdir for running libitm/configure.tgt. |
| 757 | |
| 758 | * configure.ac: Test libitm/configure.tgt to disable libitm. |
| 759 | * configure: Rebuild. |
| 760 | |
| 761 | 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 762 | |
| 763 | * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS, |
| 764 | LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES. |
| 765 | * Makefile.in: Regenerate. |
| 766 | |
| 767 | 2011-11-01 DJ Delorie <dj@redhat.com> |
| 768 | |
| 769 | * configure.ac (rl78-*-*) New case. |
| 770 | * configure: Regenerate. |
| 771 | |
| 772 | 2011-11-01 DJ Delorie <dj@redhat.com> |
| 773 | |
| 774 | * config.sub: Update to version 2011-10-29 (added rl78) |
| 775 | |
| 776 | 2011-10-27 Nick Clifton <nickc@redhat.com> |
| 777 | |
| 778 | * config.sub: Import these changes from the config project: |
| 779 | |
| 780 | 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com> |
| 781 | Ben Elliston <bje@gnu.org> |
| 782 | |
| 783 | * config.sub (epiphany): New. |
| 784 | |
| 785 | 2011-09-09 Linas Vepstas <linasvepstas@gmail.com> |
| 786 | Ben Elliston <bje@gnu.org> |
| 787 | |
| 788 | * config.sub (hexagon, hexagon-*): New. |
| 789 | |
| 790 | 2011-08-23 Roland McGrath <mcgrathr@google.com> |
| 791 | |
| 792 | * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and |
| 793 | 64eb to be64. |
| 794 | |
| 795 | 2011-08-16 Roland McGrath <mcgrathr@google.com> |
| 796 | |
| 797 | * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs. |
| 798 | (nacl): Grok as alias for 32el-unknown-nacl. |
| 799 | |
| 800 | 2011-08-19 Joel Brobecker <brobecker@adacore.com> |
| 801 | |
| 802 | * src-release (GDB_SUPPORT_DIRS): Add 'cpu'. |
| 803 | |
| 804 | 2011-08-14 Yao Qi <yao@codesourcery.com> |
| 805 | |
| 806 | Merge from gcc: |
| 807 | |
| 808 | 2011-08-14 Yao Qi <yao@codesourcery.com> |
| 809 | * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs. |
| 810 | * configure: Regenerate. |
| 811 | |
| 812 | 2011-07-26 Ian Lance Taylor <iant@google.com> |
| 813 | |
| 814 | Merge from gcc: |
| 815 | |
| 816 | 2011-07-26 Ian Lance Taylor <iant@google.com> |
| 817 | * configure.ac: Set have_compiler based on whether gcc directory |
| 818 | exists, rather than on whether gcc is in configdirs. |
| 819 | * configure: Rebuild. |
| 820 | |
| 821 | 2011-07-20 David Edelsohn <dje.gcc@gmail.com> |
| 822 | * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to |
| 823 | link directories. |
| 824 | * Makefile.in: Rebuild. |
| 825 | |
| 826 | 2011-07-20 Ian Lance Taylor <iant@google.com> |
| 827 | PR bootstrap/49787 |
| 828 | * configure.ac: Move --enable-bootstrap handling earlier in file. |
| 829 | If --enable-bootstrap and either --enable-build-with-cxx or |
| 830 | --enable-build-poststage1-with-cxx, enable C++ automatically. |
| 831 | * configure: Rebuild. |
| 832 | |
| 833 | 2011-07-19 Ian Lance Taylor <iant@google.com> |
| 834 | * configure.ac: Add --enable-build-poststage1-with-cxx. If set, |
| 835 | make C++ a boot_language. Set and substitute |
| 836 | POSTSTAGE1_CONFIGURE_FLAGS. |
| 837 | * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable. |
| 838 | (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS). |
| 839 | * configure, Makefile.in: Rebuild. |
| 840 | |
| 841 | 2011-07-16 Jason Merrill <jason@redhat.com> |
| 842 | * Makefile.def (language=c++): Add check-c++0x and |
| 843 | check-target-libmudflap-c++. |
| 844 | * Makefile.tpl (check-target-libmudflap-c++): New. |
| 845 | * Makefile.in: Regenerate. |
| 846 | |
| 847 | 2011-07-16 Matthias Klose <doko@ubuntu.com> |
| 848 | * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define. |
| 849 | * Makefile.def (target_modules/libjava): Pass |
| 850 | $(EXTRA_CONFIGARGS_LIBJAVA). |
| 851 | * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA, |
| 852 | if not configured with --enable-static-libjava. |
| 853 | * Makefile.in: Regenerate. |
| 854 | * configure: Likewise. |
| 855 | |
| 856 | 2011-06-22 Hans-Peter Nilsson <hp@axis.com> |
| 857 | PR regression/47836 |
| 858 | PR bootstrap/23656 |
| 859 | PR other/47733 |
| 860 | PR bootstrap/49247 |
| 861 | PR c/48825 |
| 862 | * configure.ac (target_libraries): Remove target-libiberty. |
| 863 | Remove case-statement setting skipdirs=target-libiberty for |
| 864 | multiple targets. Remove checking target_configdirs and |
| 865 | removing target-libiberty but keeping target-libgcc if |
| 866 | otherwise empty. |
| 867 | * Makefile.def (target_modules): Don't add libiberty. |
| 868 | (dependencies): Remove all traces of target-libiberty. |
| 869 | * configure, Makefile.in: Regenerate. |
| 870 | |
| 871 | 2011-07-22 Jason Merrill <jason@redhat.com> |
| 872 | |
| 873 | * Makefile.def (language=c++): Add check-c++0x and |
| 874 | check-target-libmudflap-c++. |
| 875 | * Makefile.tpl (check-target-libmudflap-c++): New. |
| 876 | * Makefile.in: Regenerate. |
| 877 | |
| 878 | 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 879 | |
| 880 | * configure: Regenerate. |
| 881 | |
| 882 | 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 883 | |
| 884 | PR target/39150 |
| 885 | * configure.ac (i[3456789]86-*-solaris2*): Also accept |
| 886 | x86_64-*-solaris2.1[0-9]*. |
| 887 | * configure: Regenerate. |
| 888 | |
| 889 | 2011-06-13 Walter Lee <walt@tilera.com> |
| 890 | |
| 891 | * configure.ac (tilepro-*-*) New case. |
| 892 | (tilegx-*-*): Likewise. |
| 893 | * configure: Regenerate. |
| 894 | |
| 895 | 2011-06-06 Nick Clifton <nickc@redhat.com> |
| 896 | |
| 897 | * config.sub: Sync from upstream. |
| 898 | |
| 899 | 2011-05-08 Doug Kwan <dougkwan@google.com> |
| 900 | |
| 901 | Merge from gcc: |
| 902 | |
| 903 | 2011-05-08 Doug Kwan <dougkwan@google.com> |
| 904 | |
| 905 | * configure.ac: Propagate LDFLAGS_FOR_TARGET. |
| 906 | * configure: Regenerated. |
| 907 | * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET |
| 908 | value from configure. |
| 909 | * Makefile.in: Regenerated. |
| 910 | |
| 911 | 2011-05-05 Joseph Myers <joseph@codesourcery.com> |
| 912 | |
| 913 | * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*, |
| 914 | sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*, |
| 915 | *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux* |
| 916 | | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*, |
| 917 | *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*, |
| 918 | *-*-vxworks*): Disable newlib and libgloss in separate case |
| 919 | statement. |
| 920 | (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built |
| 921 | to separate case statement. |
| 922 | (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*, |
| 923 | *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*, |
| 924 | alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*, |
| 925 | sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* | |
| 926 | arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*, |
| 927 | bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff | |
| 928 | i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*, |
| 929 | i[[3456789]]86-*-mingw*, x86_64-*-mingw*, |
| 930 | i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*, |
| 931 | i[[3456789]]86-*-rdos*, m32r-*-*, |
| 932 | m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-* |
| 933 | | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi, |
| 934 | powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*, |
| 935 | rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout* |
| 936 | | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*, |
| 937 | sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* | |
| 938 | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | |
| 939 | *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib |
| 940 | and libgloss in main case over targets. Remove most empty cases |
| 941 | in main case over targets. |
| 942 | * configure: Regenerate. |
| 943 | |
| 944 | 2011-05-04 Joseph Myers <joseph@codesourcery.com> |
| 945 | |
| 946 | * configure.ac: Remove code setting special library locations for |
| 947 | hppa*64*-*-hpux11*. Remove code setting compiler for |
| 948 | sparc-sun-solaris2*. |
| 949 | * configure: Regenerate. |
| 950 | |
| 951 | 2011-05-04 Joseph Myers <joseph@codesourcery.com> |
| 952 | |
| 953 | * configure.ac: Separate libgloss_dir settings from general case |
| 954 | over targets. |
| 955 | * configure: Regenerate. |
| 956 | |
| 957 | 2011-04-28 Joseph Myers <joseph@codesourcery.com> |
| 958 | |
| 959 | * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*, |
| 960 | alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*, |
| 961 | arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove |
| 962 | cases in libgcj-disabling case statement. |
| 963 | (hppa*64*-*-linux*): Set unsupported_languages instead of |
| 964 | disabling target-zlib. |
| 965 | (hppa*64*-*-*): Restrict case in libgcj-disabling case statement |
| 966 | to hppa*64*-*-hpux*. |
| 967 | (hppa*-*-*): Restrict case in libgcj-disabling case statement to |
| 968 | hppa*-*-hpux*. |
| 969 | (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf, |
| 970 | i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*, |
| 971 | i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* | |
| 972 | fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* | |
| 973 | powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*, |
| 974 | sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* | |
| 975 | sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | |
| 976 | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in |
| 977 | libgcj-disabling case statement. |
| 978 | * configure: Regenerate. |
| 979 | |
| 980 | 2011-04-28 Joseph Myers <joseph@codesourcery.com> |
| 981 | |
| 982 | * configure.ac: Disable Java for targets not supporting libffi. |
| 983 | (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe): |
| 984 | Remove cases in Java-disabling statement. |
| 985 | (*arm-wince-pe): Change to arm-wince-pe. |
| 986 | (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove |
| 987 | cases in Java-disabling statement. |
| 988 | (bfin-*-*): Don't disable Java again. |
| 989 | (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*, |
| 990 | fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* | |
| 991 | hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*, |
| 992 | hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff, |
| 993 | i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*, |
| 994 | i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*, |
| 995 | i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*, |
| 996 | m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in |
| 997 | Java-disabling statement. |
| 998 | (mmix-*-*): Don't disable Java again. |
| 999 | (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*, |
| 1000 | powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*, |
| 1001 | microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*, |
| 1002 | sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*, |
| 1003 | tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling |
| 1004 | statement. |
| 1005 | * configure: Regenerate. |
| 1006 | |
| 1007 | 2011-04-28 Joseph Myers <joseph@codesourcery.com> |
| 1008 | |
| 1009 | Merge from GCC: |
| 1010 | |
| 1011 | 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu> |
| 1012 | |
| 1013 | PR lto/48086 |
| 1014 | * configure.ac: Re-enable LTO on *-apple-darwin9*. |
| 1015 | * configure: Regenerate. |
| 1016 | |
| 1017 | 2011-04-28 Joseph Myers <joseph@codesourcery.com> |
| 1018 | |
| 1019 | * configure.ac: Separate cases disabling Java and Java libraries |
| 1020 | from general case over targets. |
| 1021 | * configure: Regenerate. |
| 1022 | |
| 1023 | 2011-04-06 Joseph Myers <joseph@codesourcery.com> |
| 1024 | |
| 1025 | * configure.ac (build_tools): Remove build-byacc. |
| 1026 | (host_libs): Remove mmalloc. |
| 1027 | (host_tools): Remove byacc make patch prms send-pr ash bash bzip2 |
| 1028 | autoconf automake libtool diff rcs fileutils shellutils time |
| 1029 | textutils wdiff find uudecode hello tar gzip indent recode release |
| 1030 | sed perl gawk findutils gettext zip. |
| 1031 | (libgcj): Remove target-qthreads. |
| 1032 | (target_tools): Remove target-examples target-gperf. |
| 1033 | (YACC): Don't handle building byacc. |
| 1034 | * configure: Regenerate. |
| 1035 | * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff, |
| 1036 | dosutils, examples, fileutils, find, findutils, gawk, gettext, |
| 1037 | gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc, |
| 1038 | patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr, |
| 1039 | shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't |
| 1040 | handle building components. |
| 1041 | * Makefile.in: Regenerate. |
| 1042 | |
| 1043 | 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1044 | |
| 1045 | * config.sub: Sync from upstream. |
| 1046 | |
| 1047 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
| 1048 | |
| 1049 | * configure.ac (avr-*-*): Add comment about why libssp is disabled. |
| 1050 | (microblaze*): Don't disable libssp. |
| 1051 | * configure: Regenerate. |
| 1052 | |
| 1053 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
| 1054 | |
| 1055 | * configure.ac: Remove code setting CONFIG_SHELL, config_shell and |
| 1056 | moveifchange. |
| 1057 | * configure: Regenerate. |
| 1058 | * Makefile.tpl: Use @SHELL@ not @config_shell@. |
| 1059 | * Makefile.in: Regenerate. |
| 1060 | |
| 1061 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
| 1062 | |
| 1063 | * configure.ac (*-*-sysv4*): Don't enable libgomp. |
| 1064 | (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*, |
| 1065 | powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*, |
| 1066 | powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*, |
| 1067 | xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*, |
| 1068 | *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove |
| 1069 | md_exec_prefix cases. |
| 1070 | * configure: Regenerate. |
| 1071 | |
| 1072 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
| 1073 | |
| 1074 | * configure.ac: Separate cases disabling target-libssp, |
| 1075 | target-libiberty, target-libstdc++-v3 and Fortran from general |
| 1076 | case over targets. |
| 1077 | * configure: Regenerate. |
| 1078 | |
| 1079 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
| 1080 | |
| 1081 | * configure.ac (*-*-chorusos): Don't disable libgcj. |
| 1082 | (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*): |
| 1083 | Remove case. |
| 1084 | (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar. |
| 1085 | (arm-*-coff): Don't disable libgcj. |
| 1086 | (arm*-*-linux-gnueabi): Remove useless assignment. |
| 1087 | (arm-*-riscix*): Don't disable libgcj. |
| 1088 | (bfin-*-*): Don't enable target-bsp and target-cygmon depending on |
| 1089 | configuration. |
| 1090 | (c4x-*-* | tic4x-*-*): Don't disable GCC libraries. |
| 1091 | (c54x*-*-*): Remove case. |
| 1092 | (tic54x-*-*): Don't disable GCC or GCC libraries. |
| 1093 | (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf |
| 1094 | to *. |
| 1095 | (d10v-*-*): Don't disable GCC libraries. |
| 1096 | (d30v-*-*): Don't disable libgcj. |
| 1097 | (h8500-*-*): Don't disable GCC libraries. |
| 1098 | (i960-*-*): Don't disable libgcj. |
| 1099 | (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*. |
| 1100 | (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*, |
| 1101 | i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable |
| 1102 | libgcj. |
| 1103 | (m68k-*-coff*): Remove case. |
| 1104 | (mmix-*-*): Don't disable libgloss on host. |
| 1105 | (mn10200-*-*, mn10300-*-*): Remove cases. |
| 1106 | (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*, |
| 1107 | powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*): |
| 1108 | Don't disable libgcj. |
| 1109 | (romp-*-*): Remove case. |
| 1110 | (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj. |
| 1111 | (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove |
| 1112 | case. |
| 1113 | (v810-*-*): Don't disable GCC libraries. |
| 1114 | (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases. |
| 1115 | (ip2k-*-*): Don't disable GCC libraries. |
| 1116 | * configure: Regenerate. |
| 1117 | |
| 1118 | 2011-03-28 Joseph Myers <joseph@codesourcery.com> |
| 1119 | |
| 1120 | * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable |
| 1121 | libffi on host. |
| 1122 | (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib |
| 1123 | on host. |
| 1124 | (c54x*-*-* | tic54x-*-*): Don't disable newlib on host. |
| 1125 | * configure: Regenerate. |
| 1126 | |
| 1127 | 2011-03-26 John Marino <binutils@marino.st> |
| 1128 | |
| 1129 | * configure.ac: Add support for *-*-dragonfly* |
| 1130 | * configure: Regenerate. |
| 1131 | |
| 1132 | 2011-03-25 Joseph Myers <joseph@codesourcery.com> |
| 1133 | |
| 1134 | * configure.ac (native_only): Remove. |
| 1135 | (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu |
| 1136 | send-pr uudecode guile gnuserv on host. |
| 1137 | (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake |
| 1138 | send-pr rcs guile perl texinfo libtool on host. |
| 1139 | (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf |
| 1140 | automake send-pr rcs guile perl texinfo libtool on host. |
| 1141 | (*-*-cygwin*, *-*-netbsd*): Remove host cases. |
| 1142 | (*-*-kaos*): Don't disable target-examples target-gperf on target. |
| 1143 | (alpha*-dec-osf*): Don't disable fileutils on target. |
| 1144 | (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples |
| 1145 | texinfo send-pr expect dejagnu on target. |
| 1146 | (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable |
| 1147 | target-qthreads on target. |
| 1148 | (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target. |
| 1149 | (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target. |
| 1150 | (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*, |
| 1151 | x86_64-*-mingw*): Don't disable expect on target. |
| 1152 | (*-*-cygwin*): Don't disable target-gperf on target. |
| 1153 | (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect |
| 1154 | gnuserv on target. |
| 1155 | (powerpcle-*-solaris*): Don't disable make expect gnuserv on |
| 1156 | target. |
| 1157 | * configure: Regenerate. |
| 1158 | |
| 1159 | 2011-03-25 Joseph Myers <joseph@codesourcery.com> |
| 1160 | |
| 1161 | * configure.ac (target_tools): Remove target-groff. |
| 1162 | (native_only): Remove target-groff. |
| 1163 | (hppa*64*-*-*): Don't disable byacc. |
| 1164 | (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs |
| 1165 | setting. |
| 1166 | (*-*-kaos*): Don't skip target-librx and target-groff. |
| 1167 | (*-*-netware*): Don't skip target-libmudflap. |
| 1168 | (*-*-tpf*): Don't skip target-libmudflap. |
| 1169 | (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured |
| 1170 | directories on the host. |
| 1171 | (ia64*-*-*vms*): Don't skip tix. |
| 1172 | (sh-*-* | sh64-*-*): Don't condition skipped directories on the |
| 1173 | host. |
| 1174 | * configure: Regenerate. |
| 1175 | |
| 1176 | 2011-03-24 Paolo Bonzini <pbonzini@redhat.com> |
| 1177 | |
| 1178 | * configure.ac: Remove references to mt-mep, mt-netware, |
| 1179 | mt-wince. |
| 1180 | * Makefile.def: Add all-utils soft dependencies. |
| 1181 | * Makefile.tpl: Remove GDB_NLM_DEPS. |
| 1182 | * configure: Regenerate. |
| 1183 | * Makefile.in: Regenerate. |
| 1184 | |
| 1185 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> |
| 1186 | |
| 1187 | Sync from GCC: |
| 1188 | |
| 1189 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> |
| 1190 | |
| 1191 | * configure.ac: Do not include mh-x86omitfp. |
| 1192 | * configure: Regenerate. |
| 1193 | |
| 1194 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> |
| 1195 | |
| 1196 | * configure.ac: Remove empty cases. |
| 1197 | * configure: Regenerate. |
| 1198 | |
| 1199 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> |
| 1200 | |
| 1201 | * Makefile.def: Add dependency from termcap to gdb. |
| 1202 | * Makefile.in: Regenerate. |
| 1203 | |
| 1204 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> |
| 1205 | |
| 1206 | * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris. |
| 1207 | * configure: Regenerate. |
| 1208 | * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS. |
| 1209 | * Makefile.tpl: Likewise. |
| 1210 | * Makefile.in: Regenerate. |
| 1211 | |
| 1212 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> |
| 1213 | |
| 1214 | * configure.ac: Remove all mentions of tentative_cc. |
| 1215 | * configure: Regenerate. |
| 1216 | |
| 1217 | 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu> |
| 1218 | |
| 1219 | PR lto/48086 |
| 1220 | * configure.ac: Re-enable LTO on *-apple-darwin9. |
| 1221 | * configure: Regenerate. |
| 1222 | |
| 1223 | 2011-03-24 Joseph Myers <joseph@codesourcery.com> |
| 1224 | |
| 1225 | * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*, |
| 1226 | i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*, |
| 1227 | m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*, |
| 1228 | m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*, |
| 1229 | mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*, |
| 1230 | i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*, |
| 1231 | i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*, |
| 1232 | i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*, |
| 1233 | i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*, |
| 1234 | hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*, |
| 1235 | *-*-rhapsody*): Remove host cases. |
| 1236 | * configure: Regenerate. |
| 1237 | |
| 1238 | 2011-03-24 Joseph Myers <joseph@codesourcery.com> |
| 1239 | |
| 1240 | * configure.ac (ppc*-*-pe): Remove host case. |
| 1241 | (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* | |
| 1242 | xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf |
| 1243 | | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target |
| 1244 | cases. |
| 1245 | * configure: Regenerate. |
| 1246 | |
| 1247 | 2011-03-24 Joseph Myers <joseph@codesourcery.com> |
| 1248 | |
| 1249 | * config.sub: Update to version 2011-03-23. |
| 1250 | |
| 1251 | 2011-03-22 Joseph Myers <joseph@codesourcery.com> |
| 1252 | |
| 1253 | * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*, |
| 1254 | i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss* |
| 1255 | | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases. |
| 1256 | * configure: Regenerate. |
| 1257 | |
| 1258 | 2011-03-22 Joseph Myers <joseph@codesourcery.com> |
| 1259 | |
| 1260 | * config-ml.in: Don't handle arc-*-elf*. |
| 1261 | * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe, |
| 1262 | m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't |
| 1263 | handle GCC libraries. |
| 1264 | * configure: Regenerate. |
| 1265 | |
| 1266 | 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 1267 | |
| 1268 | PR bootstrap/48120: |
| 1269 | * configure.ac (pwllib): Use LIBS instead of LDFLAGS. |
| 1270 | Add -lstdc++ -lm to LIBS. |
| 1271 | * configure: Regenerate. |
| 1272 | |
| 1273 | 2011-03-18 David Edelsohn <dje.gcc@gmail.com> |
| 1274 | |
| 1275 | * config.guess: Update to version 2011-02-02 |
| 1276 | * config.sub: Update to version 2011-02-24 |
| 1277 | |
| 1278 | 2011-03-03 Sebastian Pop <sebastian.pop@amd.com> |
| 1279 | |
| 1280 | * configure.ac: Adjust test of with_ppl. |
| 1281 | * configure: Regenerated. |
| 1282 | |
| 1283 | 2011-03-02 Sebastian Pop <sebastian.pop@amd.com> |
| 1284 | |
| 1285 | * configure.ac: Add -lpwl to ppllibs. |
| 1286 | * config/cloog.m4: Add -lisl to clooglibs. |
| 1287 | * configure: Regenerated. |
| 1288 | |
| 1289 | 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1290 | |
| 1291 | Import from Libtool and gnulib: |
| 1292 | |
| 1293 | 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com> |
| 1294 | |
| 1295 | Prepare for supporting FreeBSD 10. |
| 1296 | * config.rpath: Remove handling of freebsd1* which soon would |
| 1297 | match FreeBSD 10.0. |
| 1298 | |
| 1299 | 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change) |
| 1300 | |
| 1301 | Remove support for FreeBSD 1.x. |
| 1302 | * libtool.m4 (_LT_LINKER_SHLIBS) |
| 1303 | (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which |
| 1304 | soon would incorrectly match FreeBSD 10.0. |
| 1305 | |
| 1306 | 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1307 | |
| 1308 | PR binutils/12283 |
| 1309 | * MAINTAINERS (mkinstalldirs): Comes from Automake. |
| 1310 | (move-if-change): Comes from gnulib. |
| 1311 | * move-if-change: Import version from gnulib. |
| 1312 | |
| 1313 | 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1314 | |
| 1315 | Sync from GCC: |
| 1316 | |
| 1317 | 2011-02-12 Alexandre Oliva <aoliva@redhat.com> |
| 1318 | |
| 1319 | PR lto/47225 |
| 1320 | * Makefile.def (lto-plugin): Double dash for enable-shared. |
| 1321 | (configure-gcc): Depend on all-lto-plugin. |
| 1322 | * Makefile.in: Rebuilt. |
| 1323 | |
| 1324 | 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1325 | |
| 1326 | * configure.ac: Remove extra bracket. |
| 1327 | * configure: Regenerate. |
| 1328 | |
| 1329 | 2011-02-06 Kai Tietz <kai.tietz@onevision.com> |
| 1330 | |
| 1331 | PR lto/47225 |
| 1332 | * Makefile.def: Add dependency for install-gcc |
| 1333 | on install-lto-plugin. |
| 1334 | * Makfile.in: Regenerated |
| 1335 | |
| 1336 | 2011-01-25 Jakub Jelinek <jakub@redhat.com> |
| 1337 | |
| 1338 | * configure.ac: If with_ppl is no, move setting with_cloog=no |
| 1339 | after CLOOG_REQUESTED check. |
| 1340 | * configure: Regenerated. |
| 1341 | |
| 1342 | 2011-01-25 Sebastian Pop <sebastian.pop@amd.com> |
| 1343 | |
| 1344 | * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and |
| 1345 | CLooG has been requested. |
| 1346 | * configure: Regenerated. |
| 1347 | |
| 1348 | 2011-01-25 Sebastian Pop <sebastian.pop@amd.com> |
| 1349 | |
| 1350 | * configure: Regenerated. |
| 1351 | * configure.ac: Check for version 0.11 (or later revision) of PPL. |
| 1352 | |
| 1353 | 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de> |
| 1354 | |
| 1355 | * configure: Regenerated. |
| 1356 | * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1). |
| 1357 | |
| 1358 | 2011-01-07 Jan Hubicka <jh@suse.cz> |
| 1359 | |
| 1360 | PR lto/47225 |
| 1361 | * Makefile.in: Regenerate. |
| 1362 | * Makefile.def (lto-plugin): Always pass enable-shared to the plugin |
| 1363 | configure. |
| 1364 | |
| 1365 | 2011-01-31 Alexandre Oliva <aoliva@redhat.com> |
| 1366 | |
| 1367 | PR libgcj/44341 |
| 1368 | * configure.ac: Discard --with-* flags for host when configuring |
| 1369 | target libraries for cross build. |
| 1370 | * configure: Rebuilt. |
| 1371 | |
| 1372 | 2011-01-21 Andreas Schwab <schwab@redhat.com> |
| 1373 | |
| 1374 | Sync from GCC: |
| 1375 | |
| 1376 | 2011-01-21 Andreas Schwab <schwab@redhat.com> |
| 1377 | |
| 1378 | * configure.ac: Use AS_HELP_STRING throughout. |
| 1379 | * configure: Regenerate. |
| 1380 | |
| 1381 | 2011-01-18 Jie Zhang <jie.zhang@analog.com> |
| 1382 | |
| 1383 | * configure.ac (bfin-*-*): Remove gdb from noconfigdirs. |
| 1384 | * configure: Regenerate. |
| 1385 | |
| 1386 | 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| 1387 | |
| 1388 | * ltmain.sh (relink): Use absolute path when hardcoding with -L. |
| 1389 | |
| 1390 | 2011-01-13 Joel Brobecker <brobecker@adacore.com> |
| 1391 | |
| 1392 | * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs |
| 1393 | for ia64-hpux. |
| 1394 | * configure: Regenerate. |
| 1395 | |
| 1396 | 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1397 | |
| 1398 | Sync from GCC: |
| 1399 | 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com> |
| 1400 | |
| 1401 | * configure.ac: (picochip): Disable libiberty. |
| 1402 | * configure: Regenerate. |
| 1403 | |
| 1404 | 2010-12-18 Jeff Johnston <jjohnstn@redhat.com> |
| 1405 | |
| 1406 | * COPYING.LIBGLOSS: Remove the GPL for fr30 target. |
| 1407 | |
| 1408 | 2010-12-10 Ian Lance Taylor <iant@google.com> |
| 1409 | |
| 1410 | PR bootstrap/46819 |
| 1411 | * configure.ac: For --disable-libgcj clear libgcj_saved. |
| 1412 | * configure: Rebuild. |
| 1413 | |
| 1414 | 2010-12-10 Tobias Burnus <burnus@net-b.de> |
| 1415 | |
| 1416 | PR fortran/46540 |
| 1417 | * configure.ac: Add --disable-libquadmath and |
| 1418 | --disable-libquadmath-support. |
| 1419 | * configure: Regenerate. |
| 1420 | |
| 1421 | 2010-12-10 Tristan Gingold <gingold@adacore.com> |
| 1422 | |
| 1423 | * src-release (ETC_SUPPORT): add gnu-oids.texi |
| 1424 | |
| 1425 | 2010-12-03 Hans-Peter Nilsson <hp@axis.com> |
| 1426 | |
| 1427 | PR libffi/46792 |
| 1428 | * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi. |
| 1429 | * configure: Regenerate. |
| 1430 | |
| 1431 | 2010-12-02 Ian Lance Taylor <iant@google.com> |
| 1432 | |
| 1433 | * configure.ac: Always set default for poststage1_ldflags to |
| 1434 | -static-libstdc++ -static-libgcc. |
| 1435 | |
| 1436 | 2010-12-02 Jeff Johnston <jjohnstn@redhat.com> |
| 1437 | |
| 1438 | * COPYING.NEWLIB: Add National Semiconductor notice. |
| 1439 | |
| 1440 | 2010-11-29 Andreas Schwab <schwab@redhat.com> |
| 1441 | |
| 1442 | * configure.ac: Move comment to remove extra space in last argument |
| 1443 | of GCC_TARGET_TOOL. |
| 1444 | |
| 1445 | 2010-11-26 Alexandre Oliva <aoliva@redhat.com> |
| 1446 | |
| 1447 | PR other/46026 |
| 1448 | * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3. |
| 1449 | * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass. |
| 1450 | * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New. |
| 1451 | (BASE_FLAGS_TO_PASS): Use it. |
| 1452 | * configure: Rebuilt. |
| 1453 | * Makefile.in: Rebuilt. |
| 1454 | |
| 1455 | 2010-11-23 H.J. Lu <hongjiu.lu@intel.com> |
| 1456 | |
| 1457 | PR binutils/12258 |
| 1458 | * configure.ac: Correct comments for --enable-gold/--enable-ld. |
| 1459 | Properly check default linker. |
| 1460 | * configure: Regnerated. |
| 1461 | |
| 1462 | 2010-11-23 Matthias Klose <doko@ubuntu.com> |
| 1463 | |
| 1464 | * configure.ac: For --enable-gold, handle value `default' instead of |
| 1465 | `both*'. New configure option --{en,dis}able-ld. |
| 1466 | * configure: Regenerate. |
| 1467 | |
| 1468 | 2010-11-20 Ian Lance Taylor <iant@google.com> |
| 1469 | |
| 1470 | * configure.ac: Only disable a language library if no language needs |
| 1471 | it. Don't let --disable-libgcj uncondtionally disable libffi. |
| 1472 | * configure: Rebuild. |
| 1473 | |
| 1474 | 2010-11-20 Paolo Bonzini <bonzini@gnu.org> |
| 1475 | |
| 1476 | * configure: Regenerate. |
| 1477 | |
| 1478 | 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1479 | |
| 1480 | PR other/46202 |
| 1481 | * configure.ac: Fix just-built in-tree STRIP name to be |
| 1482 | binutils/strip-new. |
| 1483 | * configure: Regenerate. |
| 1484 | * Makefile.def (install-strip-gcc, install-strip-binutils) |
| 1485 | (install-strip-opcodes, install-strip-ld, install-strip-itcl) |
| 1486 | (install-strip-sid): Mirror dependencies on non-strip variants |
| 1487 | of these targets on the respective -strip prerequisites. |
| 1488 | * Makefile.tpl (install-strip, install-strip-host) |
| 1489 | (install-strip-target): New targets. |
| 1490 | (install-strip-[+module+], install-strip-target-[+module+]): |
| 1491 | New targets. |
| 1492 | * Makefile.in: Regenerate. |
| 1493 | |
| 1494 | 2010-11-19 Ian Lance Taylor <iant@google.com> |
| 1495 | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1496 | |
| 1497 | * configure.ac: Add target-libgo to target_libraries. Set |
| 1498 | and substitute GOC_FOR_BUILD and GOC_FOR_TARGET. |
| 1499 | * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS. |
| 1500 | (HOST_EXPORTS): Add GOC. |
| 1501 | (BASE_TARGET_EXPORTS): Add GOC. |
| 1502 | (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables. |
| 1503 | (GOCFLAGS_FOR_TARGET): New variable. |
| 1504 | (EXTRA_HOST_FLAGS): Add GOC. |
| 1505 | (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS. |
| 1506 | * Makefile.def (target_modules): Add libgo. |
| 1507 | (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET. |
| 1508 | (dependencies): Add dependency from configure-target-libgo to |
| 1509 | configure-target-libffi and all-target-libstdc++-v3. Add |
| 1510 | dependencies from all-target-libgo to all-target-libffi. |
| 1511 | (languages): Add go. |
| 1512 | * configure: Rebuild. |
| 1513 | * Makefile.in: Rebuild. |
| 1514 | |
| 1515 | 2010-11-19 Ian Lance Taylor <iant@google.com> |
| 1516 | |
| 1517 | * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other |
| 1518 | compiler/flag environment variables. |
| 1519 | |
| 1520 | 2010-11-18 Ian Lance Taylor <iant@google.com> |
| 1521 | |
| 1522 | * configure.ac: Check for lang_requires_boot_languages in |
| 1523 | config-lang.in files. |
| 1524 | * configure: Rebuild. |
| 1525 | |
| 1526 | 2010-11-17 Mike Frysinger <vapier@gentoo.org> |
| 1527 | |
| 1528 | * .gitignore: New file. |
| 1529 | |
| 1530 | 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> |
| 1531 | Tobias Burnus <burnus@net-b.de> |
| 1532 | |
| 1533 | PR fortran/32049 |
| 1534 | * Makefile.def: Add libquadmath; build it with language=fortran. |
| 1535 | * configure.ac: Add libquadmath. |
| 1536 | * Makefile.tpl: Handle multiple libs in check-[+language+]. |
| 1537 | * Makefile.in: Regenerate. |
| 1538 | * configure: Regenerate. |
| 1539 | |
| 1540 | 2010-11-15 Andreas Schwab <schwab@redhat.com> |
| 1541 | |
| 1542 | * configure.ac: Fix spelling in option names. |
| 1543 | * configure: Regenerated. |
| 1544 | |
| 1545 | 2010-11-13 Georg-Johann Lay <georgjohann@web.de> |
| 1546 | |
| 1547 | PR bootstrap/39622 |
| 1548 | * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path. |
| 1549 | * configure: Regenerated. |
| 1550 | |
| 1551 | 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> |
| 1552 | |
| 1553 | * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to |
| 1554 | define the cloog backend to use. Furthermore, only pass the ppllibs to |
| 1555 | the configure checks, if necessary. |
| 1556 | * configure: Regenerate. |
| 1557 | |
| 1558 | 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> |
| 1559 | |
| 1560 | * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL. |
| 1561 | * configure: regenerate |
| 1562 | |
| 1563 | 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> |
| 1564 | |
| 1565 | * config/cloog.m4: Fix typo. verison -> version. |
| 1566 | * configure: Regenerate. |
| 1567 | |
| 1568 | 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> |
| 1569 | |
| 1570 | * config/cloog.m4: Pass ppl libraries to the CLooG version check. |
| 1571 | * configure: Regenerate. |
| 1572 | |
| 1573 | 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de> |
| 1574 | |
| 1575 | * configure.ac: Support official CLooG.org versions. |
| 1576 | * configure: Regenerate. |
| 1577 | * config/cloog.m4: New. |
| 1578 | |
| 1579 | 2010-11-05 Michael Eager <eager@eagercon.com> |
| 1580 | |
| 1581 | * COPYING.LIBGLOSS: Correct typo in microblaze. |
| 1582 | * COPYING.NEWLIB: Same. |
| 1583 | |
| 1584 | 2010-11-04 Iain Sandoe <iains@gcc.gnu.org> |
| 1585 | |
| 1586 | * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants. |
| 1587 | * configure: Regenerate. |
| 1588 | |
| 1589 | 2010-11-03 Ian Lance Taylor <iant@google.com> |
| 1590 | Dave Korn <dave.korn.cygwin@gmail.com> |
| 1591 | |
| 1592 | PR lto/46273 |
| 1593 | * configure.ac: Remove libelf tests. Build lto-plugin on ELF always |
| 1594 | and on other supported platforms whenever LTO is enabled. |
| 1595 | * configure: Rebuild. |
| 1596 | |
| 1597 | 2010-11-02 Alan Modra <amodra@gmail.com> |
| 1598 | |
| 1599 | PR binutils/12110 |
| 1600 | * configure.ac: Error when source path contains spaces. |
| 1601 | * configure: Regenerate. |
| 1602 | |
| 1603 | 2010-10-20 Ian Lance Taylor <iant@google.com> |
| 1604 | |
| 1605 | * Makefile.def (target_modules): Set lib_path to src/.libs for |
| 1606 | libstdc++-v3 module. |
| 1607 | * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment. |
| 1608 | * Makefile.in: Rebuild. |
| 1609 | |
| 1610 | 2010-10-08 Bernd Schmidt <bernds@codesourcery.com> |
| 1611 | Joseph Myers <joseph@codesourcery.com> |
| 1612 | |
| 1613 | * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery |
| 1614 | notices. |
| 1615 | * COPYING.NEWLIB: Add Texas Instruments notice. |
| 1616 | |
| 1617 | 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com> |
| 1618 | |
| 1619 | * configure.ac (build_lto_plugin): New shell variable. |
| 1620 | (--enable-lto): Turn on by default for all non-ELF platforms that |
| 1621 | have had LTO support added so far. Set build_lto_plugin appropriately |
| 1622 | for both ELF and non-ELF. |
| 1623 | (configdirs): Add lto-plugin or not based on build_lto_plugin. |
| 1624 | * configure: Regenerate. |
| 1625 | |
| 1626 | 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1627 | |
| 1628 | PR bootstrap/45326 |
| 1629 | PR bootstrap/45174 |
| 1630 | * configure.ac: Honor initial values of $build_configargs, |
| 1631 | $host_configargs, $target_configargs. Mark the precious, so |
| 1632 | environment settings get recorded. |
| 1633 | * configure: Regenerate. |
| 1634 | |
| 1635 | 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1636 | |
| 1637 | Sync from GCC: |
| 1638 | |
| 1639 | 2010-09-30 Michael Eager <eager@eagercon.com> |
| 1640 | |
| 1641 | * configure.ac (microblaze): Add target-libssp to noconfigdirs. |
| 1642 | * configure: Regenerate. |
| 1643 | |
| 1644 | 2010-09-21 Iain Sandoe <iains@gcc.gnu.org> |
| 1645 | |
| 1646 | * configure.ac (enable-lto): Add Darwin to the list of supported lto |
| 1647 | targets and amend comment. |
| 1648 | * configure: Regenerate. |
| 1649 | |
| 1650 | 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu> |
| 1651 | |
| 1652 | * configure.ac: Enable LTO by default on Darwin. |
| 1653 | * configure: Regenerate. |
| 1654 | |
| 1655 | 2010-07-23 Marc Glisse <marc.glisse@normalesup.org> |
| 1656 | |
| 1657 | PR bootstrap/44455 |
| 1658 | * configure.ac (extra_mpfr_configure_flags): Copy from |
| 1659 | extra_mpc_gmp_configure_flags. |
| 1660 | * configure: Re-generated. |
| 1661 | |
| 1662 | 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1663 | |
| 1664 | Sync from GCC: |
| 1665 | |
| 1666 | PR bootstrap/45796 |
| 1667 | * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc): |
| 1668 | Depend on all-build-libiberty. |
| 1669 | * Makefile.in: Regenerate. |
| 1670 | |
| 1671 | 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1672 | |
| 1673 | Sync from GCC: |
| 1674 | |
| 1675 | PR bootstrap/44621 |
| 1676 | * configure.ac: Fix unportable shell quoting. |
| 1677 | * configure: Regenerate. |
| 1678 | |
| 1679 | 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com> |
| 1680 | |
| 1681 | * configure.ac: Support all v850 targets. |
| 1682 | * configure: Regenerate. |
| 1683 | |
| 1684 | 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu> |
| 1685 | |
| 1686 | PR target/44862 |
| 1687 | * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): |
| 1688 | Provide -B option to allow for link spec %s substitutions for |
| 1689 | libstdc++.a on darwin. |
| 1690 | * Makefile.in: Regenerate. |
| 1691 | |
| 1692 | 2010-06-10 Alexandre Oliva <aoliva@redhat.com> |
| 1693 | |
| 1694 | * Makefile.def (configure-gcc): Depend on all-libelf. |
| 1695 | * Makefile.in: Rebuild. |
| 1696 | |
| 1697 | 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1698 | |
| 1699 | * config.sub, config.guess: Update from upstream sources. |
| 1700 | |
| 1701 | 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1702 | |
| 1703 | Sync from GCC: |
| 1704 | |
| 1705 | 2010-05-05 Sebastian Pop <sebastian.pop@amd.com> |
| 1706 | * configure.ac: Allow all the versions greater than 0.10 of PPL. |
| 1707 | * configure: Regenerated. |
| 1708 | |
| 1709 | 2010-04-20 Eric Botcazou <ebotcazou@adacore.com> |
| 1710 | * configure.ac (BUILD_CONFIG): Redirect output to /dev/null. |
| 1711 | * configure: Regenerate. |
| 1712 | |
| 1713 | 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org> |
| 1714 | * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs. |
| 1715 | * configure: Regenerate. |
| 1716 | |
| 1717 | 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 1718 | * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx |
| 1719 | separately. |
| 1720 | * configure: Regenerate. |
| 1721 | |
| 1722 | 2010-04-13 Steve Ellcey <sje@cup.hp.com> |
| 1723 | * configure: Regenerate after change to elf.m4. |
| 1724 | |
| 1725 | 2010-04-02 Sebastian Pop <sebastian.pop@amd.com> |
| 1726 | * configure.ac: Add brackets around AC_TRY_COMPILE alternative. |
| 1727 | * configure: Regenerated. |
| 1728 | |
| 1729 | 2010-04-02 Sebastian Pop <sebastian.pop@amd.com> |
| 1730 | * configure.ac: Print "buggy but acceptable" when CLooG |
| 1731 | revision is less than 9. |
| 1732 | * configure: Regenerated. |
| 1733 | |
| 1734 | 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com> |
| 1735 | |
| 1736 | Merge from gcc: |
| 1737 | |
| 1738 | 2010-05-18 Steven Bosscher <steven@gcc.gnu.org> |
| 1739 | * configure.ac (--enable-lto): All *-apple-darwin* now support LTO. |
| 1740 | * configure: Regenerate. |
| 1741 | |
| 1742 | 2010-05-07 Steven Bosscher <steven@gcc.gnu.org> |
| 1743 | * configure.ac (--enable-lto): Add x86_64-apple-darwin* as |
| 1744 | a platform that supports LTO. |
| 1745 | * configure: Regenerate. |
| 1746 | |
| 1747 | 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com> |
| 1748 | PR lto/42776 |
| 1749 | * configure.ac (--enable-lto): Refactor handling so libelf tests |
| 1750 | are only performed inside then-clause of ACX_ELF_TARGET_IFELSE, |
| 1751 | and allow LTO to be explicitly enabled on non-ELF platforms that |
| 1752 | are known to support it inside else-clause. |
| 1753 | * configure: Regenerate. |
| 1754 | |
| 1755 | 2010-04-27 Roland McGrath <roland@redhat.com> |
| 1756 | H.J. Lu <hongjiu.lu@intel.com> |
| 1757 | |
| 1758 | * configure.ac (--enable-gold): Support both, both/gold and |
| 1759 | both/bfd to add gold to configdirs without removing ld. |
| 1760 | * configure: Regenerated. |
| 1761 | |
| 1762 | * Makefile.def: Add install-gold dependency to install-ld. |
| 1763 | * Makefile.in: Regenerated. |
| 1764 | |
| 1765 | 2010-04-14 Tristan Gingold <gingold@adacore.com> |
| 1766 | |
| 1767 | * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs. |
| 1768 | * configure: Regenerate. |
| 1769 | |
| 1770 | 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1771 | |
| 1772 | Merge from gcc: |
| 1773 | PR bootstrap/43615 |
| 1774 | PR bootstrap/43328 |
| 1775 | Revert: |
| 1776 | 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1777 | * configure.ac: Do not pass --enable-multilib nor |
| 1778 | --disable-multilib in baseargs. Accept explicitly passed |
| 1779 | --enable_multilib. |
| 1780 | * configure: Regenerate. |
| 1781 | |
| 1782 | 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1783 | |
| 1784 | PR bootstrap/43328 |
| 1785 | * configure.ac: Do not pass --enable-multilib nor |
| 1786 | --disable-multilib in baseargs. Accept explicitly passed |
| 1787 | --enable_multilib. |
| 1788 | * configure: Regenerate. |
| 1789 | |
| 1790 | 2010-03-23 Joseph Myers <joseph@codesourcery.com> |
| 1791 | |
| 1792 | * configure.ac (tic6x-*-*): New case. |
| 1793 | * configure: Regenerate. |
| 1794 | |
| 1795 | 2010-03-23 Joseph Myers <joseph@codesourcery.com> |
| 1796 | |
| 1797 | Merge from gcc: |
| 1798 | 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu> |
| 1799 | PR ada/42554 |
| 1800 | * configure.ac: Only pass -c to ranlib for darwin9 and earlier. |
| 1801 | * configure: Regenerate. |
| 1802 | |
| 1803 | 2010-03-23 Joseph Myers <joseph@codesourcery.com> |
| 1804 | |
| 1805 | * config.sub: Update to version 2010-03-22. |
| 1806 | * config.guess: Update to version 2009-12-30. |
| 1807 | |
| 1808 | 2010-03-14 Joseph Myers <joseph@codesourcery.com> |
| 1809 | |
| 1810 | Merge from gcc: |
| 1811 | 2010-01-11 Richard Guenther <rguenther@suse.de> |
| 1812 | PR lto/41569 |
| 1813 | * Makefile.def (all-lto-plugin): Depend on all-gcc. |
| 1814 | * Makefile.in: Regenerated. |
| 1815 | |
| 1816 | 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 1817 | |
| 1818 | PR libstdc++/32499 |
| 1819 | * configure.ac (RANLIB): Default to true. |
| 1820 | (STRIP): Likewise. |
| 1821 | (RANLIB_FOR_TARGET): Remove superfluous : argument. |
| 1822 | * configure: Regenerate. |
| 1823 | |
| 1824 | 2010-02-17 Nick Clifton <nickc@redhat.com> |
| 1825 | |
| 1826 | PR 11238 |
| 1827 | * Makefile.tpl (local-distclean): Also remove config.cache files in |
| 1828 | sub-directories as there may not be Makefiles present in the |
| 1829 | sub-directories. |
| 1830 | * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete |
| 1831 | the config.cache files found by the find command. |
| 1832 | |
| 1833 | * Makefile.in: Regenerate. |
| 1834 | * configure.ac: Revert previous delta. |
| 1835 | * configure: Regenerate. |
| 1836 | |
| 1837 | 2010-02-15 Nick Clifton <nickc@redhat.com> |
| 1838 | |
| 1839 | PR 11238 |
| 1840 | * configure.ac: Delete config.cache files in sub-directories when |
| 1841 | deleting Makefiles. |
| 1842 | * configure: Regenerate. |
| 1843 | |
| 1844 | 2010-02-15 Nick Clifton <nickc@redhat.com> |
| 1845 | |
| 1846 | * configure.ac: Sync from gcc. |
| 1847 | * configure: Regenerate. |
| 1848 | |
| 1849 | 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 1850 | |
| 1851 | Sync from gcc: |
| 1852 | * configure.ac: Add "recommended" version checks for GMP/MPC. |
| 1853 | Update recommended GMP/MPFR/MPC versions. |
| 1854 | * configure: Regenerate. |
| 1855 | |
| 1856 | 2010-01-25 Joern Rennecke <amylaar@spamcop.net> |
| 1857 | |
| 1858 | gcc PR libstdc++/36101, gcc PR libstdc++/42813 |
| 1859 | * configure.ac (bootstrap_target_libs): Make inclusion of |
| 1860 | target-libgomp conditional on libgomb being in target_configdirs. |
| 1861 | * configure: Regenerate. |
| 1862 | |
| 1863 | 2010-01-23 Joern Rennecke <amylaar@spamcop.net> |
| 1864 | |
| 1865 | gcc PR libstdc++/36101, gcc PR libstdc++/42813 |
| 1866 | * configure.ac (bootstrap_target_libs): Include target-libgomp. |
| 1867 | * configure: Regenerate. |
| 1868 | |
| 1869 | 2010-01-22 Joern Rennecke <amylaar@spamcop.net> |
| 1870 | |
| 1871 | gcc PR libstdc++/36101, gcc PR libstdc++/42813 |
| 1872 | * configure.ac (target_configdirs): Substitute. |
| 1873 | * Makefile.def: Bootstrap target module libgomp. |
| 1874 | Add dependency of all-target-libstdc++-v3 on configure-target-libgomp. |
| 1875 | * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable. |
| 1876 | (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS. |
| 1877 | * configure, Makefile.in: Regenerate. |
| 1878 | |
| 1879 | 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1880 | |
| 1881 | * libtool.m4: Sync from git Libtool. |
| 1882 | * ltmain.sh: Likewise. |
| 1883 | * ltoptions.m4: Likewise. |
| 1884 | * ltversion.m4: Likewise. |
| 1885 | * lt~obsolete.m4: Likewise. |
| 1886 | |
| 1887 | 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 1888 | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> |
| 1889 | |
| 1890 | PR bootstrap/42424 |
| 1891 | * configure.ac: Include libtool m4 files. |
| 1892 | (_LT_CHECK_OBJDIR): Call it. |
| 1893 | (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags, |
| 1894 | gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir. |
| 1895 | |
| 1896 | * configure: Regenerate. |
| 1897 | |
| 1898 | 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1899 | |
| 1900 | PR bootstrap/41818 |
| 1901 | * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH |
| 1902 | to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment. |
| 1903 | * Makefile.in: Regenerate. |
| 1904 | |
| 1905 | 2009-12-18 Ben Elliston <bje@au.ibm.com> |
| 1906 | |
| 1907 | * config.sub, config.guess: Update from upstream sources. |
| 1908 | |
| 1909 | 2009-12-17 Jeff Johnston <jjohnstn@redhat.com> |
| 1910 | |
| 1911 | * COPYING.NEWLIB: Update copyright date. |
| 1912 | * COPYING.LIBGLOSS: Ditto. |
| 1913 | |
| 1914 | 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 1915 | |
| 1916 | PR middle-end/30447 |
| 1917 | PR middle-end/30789 |
| 1918 | PR other/40302 |
| 1919 | |
| 1920 | * configure.ac: Require MPC. |
| 1921 | * configure: Regenerate. |
| 1922 | |
| 1923 | * configure.ac: Update minimum MPC version to 0.8. |
| 1924 | * configure: Regenerate. |
| 1925 | |
| 1926 | 2009-11-20 Paolo Bonzini <bonzini@gnu.org> |
| 1927 | |
| 1928 | * config.guess: Sync with upstream and gcc. |
| 1929 | * config.sub: Sync with upstream and gcc. |
| 1930 | |
| 1931 | 2009-11-16 Alexandre Oliva <aoliva@redhat.com> |
| 1932 | |
| 1933 | * Makefile.def: Restore host and target settings for gmp. |
| 1934 | * Makefile.in: Rebuild. |
| 1935 | |
| 1936 | 2009-11-16 Alexandre Oliva <aoliva@redhat.com> |
| 1937 | |
| 1938 | * configure.ac: Add libelf to host_libs. Enable in-tree configury |
| 1939 | of ppl and cloog. Fix in-tree configury of libelf, skip tests. |
| 1940 | Fix portability of test of C++ as bootstrap language. Add |
| 1941 | ppl/src/ppl-config.o to the bootstrap compare exclusion list. |
| 1942 | * configure: Rebuild. |
| 1943 | * Makefile.def: Drop host and target settings from gmp, mpfr, ppl, |
| 1944 | and cloog. Fix in-tree ppl configuration. Introduce libelf |
| 1945 | in-tree building. |
| 1946 | * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New. |
| 1947 | (POSTSTAGE1_HOST_EXPORTS): Use it. |
| 1948 | (STAGE[+id+]_CXXFLAGS): New. |
| 1949 | (BASE_FLAGS_TO_PASS): Pass it down. |
| 1950 | (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add |
| 1951 | extra_exports. |
| 1952 | (all-stage[+id+]-[+prefix+][+module+]): Likewise. |
| 1953 | (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add |
| 1954 | extra_exports. |
| 1955 | * Makefile.in: Rebuild. |
| 1956 | |
| 1957 | 2009-11-06 Ozkan Sezer <sezeroz@gmail.com> |
| 1958 | |
| 1959 | * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem |
| 1960 | paths for *-w64-mingw* and x86_64-*mingw*. |
| 1961 | * configure: Regenerated. |
| 1962 | |
| 1963 | 2009-10-30 Kai Tietz <kai.tietz@onevision.com> |
| 1964 | |
| 1965 | * configure.ac: Disable target-winsup & co for |
| 1966 | x86_64-*-mingw* and *-w64-mingw* targets. |
| 1967 | * configure: Regenerated. |
| 1968 | |
| 1969 | 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
| 1970 | |
| 1971 | * configure.ac (CLooG test): Use = with test. |
| 1972 | * configure: Regenerate. |
| 1973 | |
| 1974 | 2009-10-22 Richard Guenther <rguenther@suse.de> |
| 1975 | |
| 1976 | * configure.ac: Do not set LIBS for ppl/cloog checks. Disable |
| 1977 | cloog if the ppl version check failed. Move flags saving |
| 1978 | before setting in libelf check. |
| 1979 | * configure: Regenerate. |
| 1980 | |
| 1981 | 2009-10-21 Richard Guenther <rguenther@suse.de> |
| 1982 | |
| 1983 | * configure.ac: Adjust the ppl and cloog configure to work as |
| 1984 | documented. Disable cloog if ppl was disabled. Omit the version |
| 1985 | checks if they were disabled. |
| 1986 | * configure: Re-generate. |
| 1987 | |
| 1988 | 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 1989 | |
| 1990 | * configure.ac: Add 'lto' to enable_languages, not |
| 1991 | new_enable_languages, and only if not already present. |
| 1992 | * configure: Regenerate. |
| 1993 | |
| 1994 | 2009-10-06 Ian Lance Taylor <iant@google.com> |
| 1995 | |
| 1996 | * Makefile.def: check-gold depends upon all-gas. |
| 1997 | * Makefile.in: Rebuild. |
| 1998 | |
| 1999 | 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com> |
| 2000 | |
| 2001 | * Makefile.def: all-lto-plugin depends on all-libiberty. |
| 2002 | set bootstrap=true for lto-plugin. |
| 2003 | Add lto-plugin. |
| 2004 | * Makefile.in: Regenerate. |
| 2005 | * configure.ac (host_libs): Add lto-plugin. |
| 2006 | * configure: Regenerate. |
| 2007 | |
| 2008 | 2009-10-03 Diego Novillo <dnovillo@google.com> |
| 2009 | |
| 2010 | * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC. |
| 2011 | (HOST_LIBELFLIBS): Define. |
| 2012 | (HOST_LIBELFINC): Define. |
| 2013 | * Makefile.in: Regenerate. |
| 2014 | * configure.ac: Add --enable-lto. |
| 2015 | Add --with-libelf, --with-libelf-include and --with-libelf-lib. |
| 2016 | If --enable-lto is used, add 'lto' to new_enable_languages. |
| 2017 | If --enable-lto is used and gold is enabled, add |
| 2018 | lto-plugin to configdirs. |
| 2019 | * configure: Regenerate. |
| 2020 | |
| 2021 | 2009-10-03 Simon Baldwin <simonb@google.com> |
| 2022 | |
| 2023 | * configure.ac: If --with-system-zlib, suppress local zlib and |
| 2024 | pass --with-system-zlib to subdir configure scripts. |
| 2025 | * configure: Regenerate. |
| 2026 | |
| 2027 | 2009-10-01 Loren J. Rittle <ljrittle@acm.org> |
| 2028 | Paolo Bonzini <bonzini@gnu.org> |
| 2029 | |
| 2030 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than |
| 2031 | $(srcdir). |
| 2032 | * Makefile.in: Rebuilt. |
| 2033 | |
| 2034 | 2009-09-29 Paolo Bonzini <bonzini@gnu.org> |
| 2035 | |
| 2036 | Sync from gcc: |
| 2037 | 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 2038 | |
| 2039 | * configure.ac: Update minimum MPC version to 0.7. |
| 2040 | * configure: Regenerate. |
| 2041 | |
| 2042 | 2009-09-25 Nick Clifton <nickc@redhat.com> |
| 2043 | |
| 2044 | * configure.ac: Pass any --cache-file=/dev/null option on to |
| 2045 | subconfigures. |
| 2046 | * configure: Regenerate. |
| 2047 | |
| 2048 | 2009-09-23 Nick Clifton <nickc@redhat.com> |
| 2049 | |
| 2050 | * config.sub, config.guess: Update from upstream sources. |
| 2051 | |
| 2052 | 2009-09-22 Loren J. Rittle <ljrittle@acm.org> |
| 2053 | |
| 2054 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/. |
| 2055 | * Makefile.in: Rebuilt. |
| 2056 | |
| 2057 | 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2058 | |
| 2059 | PR bootstrap/32272 |
| 2060 | * configure.ac: Error out if $srcdir isn't '.' but contains |
| 2061 | host-${host_noncanonical}. |
| 2062 | * configure: Regenerate. |
| 2063 | |
| 2064 | 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2065 | |
| 2066 | * configure.ac: If bootstrapping a combined tree with |
| 2067 | --enable-gold, require c++ in stage1_languages. |
| 2068 | * configure: Regenerate. |
| 2069 | |
| 2070 | * configure.ac: Also add target_libs of stage1_languages to |
| 2071 | bootstrap_target_libs. |
| 2072 | * configure: Regenerate. |
| 2073 | |
| 2074 | * configure.ac: Diagnose --enable-build-with-cxx bootstrap |
| 2075 | with --enable-languages not containing c++. |
| 2076 | * configure: Regenerate. |
| 2077 | |
| 2078 | 2009-09-16 Jie Zhang <jie.zhang@analog.com> |
| 2079 | |
| 2080 | * configure.ac: Disable java and boehm-gc for bfin-*-*. |
| 2081 | * configure: Regenerate. |
| 2082 | |
| 2083 | 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2084 | |
| 2085 | * configure.ac: Do not use $extrasub for replacing @if/@endif |
| 2086 | parts in Makefile; instead, use additional arguments to |
| 2087 | AC_CONFIG_COMMANDS to do the replacement manually, with several |
| 2088 | sed invocations, to avoid HP-UX sed command limits. |
| 2089 | * configure: Regenerate. |
| 2090 | |
| 2091 | 2009-09-04 Alexandre Oliva <aoliva@redhat.com> |
| 2092 | |
| 2093 | * configure.ac (with-build-config): Document. Handle without. |
| 2094 | Handle missing argument. |
| 2095 | * configure: Rebuilt. |
| 2096 | |
| 2097 | 2009-09-03 Alexandre Oliva <aoliva@redhat.com> |
| 2098 | |
| 2099 | * configure.ac (--with-build-config): New. Set BUILD_CONFIG. |
| 2100 | Default to bootstrap-debug only if compare-debug works. |
| 2101 | * configure: Rebuilt. |
| 2102 | * Makefile.tpl: Make BUILD_CONFIG configure-configurable. |
| 2103 | * Makefile.in: Rebuilt. |
| 2104 | |
| 2105 | 2009-09-01 Alexandre Oliva <aoliva@redhat.com> |
| 2106 | |
| 2107 | * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug. |
| 2108 | * Makefile.in: Rebuilt. |
| 2109 | |
| 2110 | 2009-09-02 Paolo Bonzini <bonzini@gnu.org> |
| 2111 | |
| 2112 | * Makefile.tpl (AWK): Fix typo. |
| 2113 | * Makefile.in: Regenerate. |
| 2114 | |
| 2115 | 2009-09-02 Paolo Bonzini <bonzini@gnu.org> |
| 2116 | |
| 2117 | * configure.ac: Detect awk and sed. |
| 2118 | * Makefile.def (flags_to_pass): Add AWK and SED. |
| 2119 | * Makefile.tpl (AWK, SED): New. |
| 2120 | (BASE_FLAGS_TO_PASS): Add AWK and SED. |
| 2121 | * configure: Regenerate. |
| 2122 | * Makefile.in: Regenerate. |
| 2123 | |
| 2124 | 2009-09-01 Tristan Gingold <gingold@adacore.com> |
| 2125 | |
| 2126 | * setup.com: Ported to Itanium VMS. Can also build using DCL scripts. |
| 2127 | Remove logical names. |
| 2128 | |
| 2129 | 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com> |
| 2130 | |
| 2131 | * ltmain.sh (func_normal_abspath): New function. |
| 2132 | (func_relative_path): Likewise. |
| 2133 | (func_mode_help): Document new -bindir option for link mode. |
| 2134 | (func_mode_link): Add new -bindir option, and use it to place |
| 2135 | output DLL if specified. |
| 2136 | |
| 2137 | 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2138 | |
| 2139 | * configure.ac (AC_PREREQ): Bump to 2.64. |
| 2140 | |
| 2141 | 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2142 | |
| 2143 | * README-maintainer-mode: Point directly to upstream locations |
| 2144 | for autoconf, automake, libtool, gettext, instead of copies on |
| 2145 | sources.redhat.com. Document required versions. |
| 2146 | * configure.ac: Do not substitute datarootdir, htmldir, |
| 2147 | pdfdir, docdir. Do not process --with-datarootdir, |
| 2148 | --with-htmldir, --with-pdfdir, --with-docdir. |
| 2149 | * configure: Regenerate. |
| 2150 | |
| 2151 | * configure: Regenerate. |
| 2152 | |
| 2153 | * compile: Sync from Automake 1.11. |
| 2154 | * depcomp: Likewise. |
| 2155 | * install-sh: Likewise. |
| 2156 | * missing: Likewise. |
| 2157 | * mkinstalldirs: Likewise. |
| 2158 | * ylwrap: Likewise. |
| 2159 | |
| 2160 | 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2161 | |
| 2162 | * configure.ac: Call AC_DISABLE_OPTION_CHECKING. |
| 2163 | (baseargs): Add --disable-option-checking. |
| 2164 | * configure: Regenerate. |
| 2165 | |
| 2166 | * Makefile.def (configure-target-libiberty): Depend on |
| 2167 | all-binutils and all-ld. |
| 2168 | (configure-target-newlib): Likewise. |
| 2169 | * Makefile.in: Regenerate. |
| 2170 | |
| 2171 | 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2172 | |
| 2173 | Sync with GCC, merge: |
| 2174 | |
| 2175 | 2009-07-31 Christian Bruel <christian.bruel@st.com> |
| 2176 | |
| 2177 | * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs. |
| 2178 | * configure: Regenerate. |
| 2179 | |
| 2180 | 2009-07-06 Ian Lance Taylor <iant@google.com> |
| 2181 | |
| 2182 | * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs). |
| 2183 | * configure: Rebuild. |
| 2184 | |
| 2185 | 2009-06-26 Steve Ellcey <sje@cup.hp.com> |
| 2186 | |
| 2187 | PR bootstrap/40338 |
| 2188 | * configure.ac (comparestring): Create new variable. |
| 2189 | * Makefile.tpl (comparestring): Use to skip some comparisions. |
| 2190 | * configure: Regenerate. |
| 2191 | * Makefile.in: Regenerate. |
| 2192 | |
| 2193 | 2009-06-23 Ian Lance Taylor <iant@google.com> |
| 2194 | |
| 2195 | * configure.ac: Add --enable-build-with-cxx. When set, add c++ to |
| 2196 | boot_languages. Only bootstrap target libraries listed in |
| 2197 | target_libs for some boot language. Add --with-stage1-ldflags, |
| 2198 | --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove |
| 2199 | with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions |
| 2200 | if not building with C++. |
| 2201 | * Makefile.def: For target_module libstdc++-v3, set bootstrap=true. |
| 2202 | * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables. |
| 2203 | (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables. |
| 2204 | (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS. |
| 2205 | (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add |
| 2206 | POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS. |
| 2207 | (POSTSTAGE1_FLAGS_TO_PASS): Likewise. |
| 2208 | * configure, Makefile.in: Rebuild. |
| 2209 | |
| 2210 | 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 2211 | |
| 2212 | * configure.ac: Detect MPC in default directory. |
| 2213 | * configure: Regenerate. |
| 2214 | |
| 2215 | 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com> |
| 2216 | |
| 2217 | * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib |
| 2218 | to noconfdirs. |
| 2219 | * configure: Regenerate. |
| 2220 | |
| 2221 | 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 2222 | |
| 2223 | * Makefile.def: Add MPC support and dependencies. |
| 2224 | * configure.ac: Likewise. Reorganize GMP/MPFR checks. |
| 2225 | |
| 2226 | * Makefile.in, configure: Regenerate. |
| 2227 | |
| 2228 | 2009-05-24 Nicolas Roche <roche@adacore.com> |
| 2229 | |
| 2230 | * Makefile.tpl (compare-target): Skip ./ada/*tools directories. |
| 2231 | * Makefile.in: Regenerate. |
| 2232 | |
| 2233 | 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com> |
| 2234 | |
| 2235 | * configure.ac (cygwin noconfigdirs): Remove libgcj. |
| 2236 | * configure: Regenerate. |
| 2237 | |
| 2238 | 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com> |
| 2239 | |
| 2240 | * configure.ac ($with_ppl): Default to no if not supplied. |
| 2241 | ($with_cloog): Likewise. |
| 2242 | configure: Regenerate. |
| 2243 | |
| 2244 | 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 2245 | |
| 2246 | PR bootstrap/39739 |
| 2247 | * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST. |
| 2248 | * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags. |
| 2249 | |
| 2250 | * configure, Makefile.in: Regenerate. |
| 2251 | |
| 2252 | 2009-04-14 Jakub Jelinek <jakub@redhat.com> |
| 2253 | |
| 2254 | * configure.ac: Change copyright header to refer to version |
| 2255 | 3 of the GNU General Public License and to point readers at the |
| 2256 | COPYING3 file and the FSF's license web page. |
| 2257 | * Makefile.def: Likewise. |
| 2258 | * Makefile.tpl: Likewise. |
| 2259 | * Makefile.in: Regenerate. |
| 2260 | |
| 2261 | 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu> |
| 2262 | |
| 2263 | * configure.ac: Restore match for darwin9 or later. Use double |
| 2264 | brackets since regeneration eats one pair. |
| 2265 | * configure: Regenerate. |
| 2266 | |
| 2267 | 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx> |
| 2268 | |
| 2269 | * MAINTAINERS: Perform some obvious fixups. |
| 2270 | |
| 2271 | 2009-08-17 Ben Elliston <bje@au.ibm.com> |
| 2272 | |
| 2273 | * config.sub, config.guess: Update from upstream sources. |
| 2274 | |
| 2275 | 2009-08-06 Michael Eager <eager@eagercon.com> |
| 2276 | |
| 2277 | * configure.ac: Add Microblaze target. |
| 2278 | * configure: Regenerate. |
| 2279 | |
| 2280 | 2009-07-02 Tristan Gingold <gingold@adacore.com> |
| 2281 | |
| 2282 | * configure.ac: Do not exclude gas for i386-*-darwin. |
| 2283 | Add a case for x86_64-*-darwin. |
| 2284 | * configure: Regenerate. |
| 2285 | |
| 2286 | 2009-06-26 Doug Evans <dje@sebabeach.org> |
| 2287 | |
| 2288 | * Makefile.def (host_modules): Add cgen. |
| 2289 | * Makefile.in: Regenerate. |
| 2290 | * configure.ac (host_tools): Add cgen. |
| 2291 | * configure: Regenerate. |
| 2292 | |
| 2293 | 2009-06-17 Michael Eager <eager@eagercon.com> |
| 2294 | |
| 2295 | * COPYING.LIBGLOSS: Add Xilinx license. |
| 2296 | |
| 2297 | 2009-06-15 Ryan Mansfield <rmansfield@qnx.com> |
| 2298 | |
| 2299 | * configure.ac: Define is_elf for QNX Neutrino targets. |
| 2300 | * configure: Regenerate. |
| 2301 | |
| 2302 | 2009-06-03 Jerome Guitton <guitton@adacore.com> |
| 2303 | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2304 | |
| 2305 | * Makefile.tpl (all): Avoid a trailing backslash. |
| 2306 | * Makefile.in: Regenerate. |
| 2307 | |
| 2308 | 2009-06-03 Ben Elliston <bje@au.ibm.com> |
| 2309 | |
| 2310 | * config.sub, config.guess: Update from upstream sources. |
| 2311 | |
| 2312 | 2009-06-02 Alexandre Oliva <aoliva@redhat.com> |
| 2313 | |
| 2314 | * Makefile.tpl ([+compare-target+]): Compare all stage |
| 2315 | directories, rather than just gcc. |
| 2316 | * Makefile.in: Rebuilt. |
| 2317 | |
| 2318 | 2009-05-28 Doug Kwan <dougkwan@google.com> |
| 2319 | |
| 2320 | * configure.ac: Support gold for target arm*-*-*. |
| 2321 | * configure: Regenerate. |
| 2322 | |
| 2323 | 2009-05-27 Alexandre Oliva <aoliva@redhat.com> |
| 2324 | |
| 2325 | * Makefile.tpl (all): Avoid harmless warning in make all when |
| 2326 | gcc-bootstrap is enabled but stage_last does not exist. |
| 2327 | * Makefile.in: Rebuilt. |
| 2328 | |
| 2329 | 2009-05-25 Tristan Gingold <gingold@adacore.com> |
| 2330 | |
| 2331 | * setup.com: Complete the file with configuration and build. |
| 2332 | |
| 2333 | 2009-05-18 Alexandre Oliva <aoliva@redhat.com> |
| 2334 | |
| 2335 | PR other/40159 |
| 2336 | * Makefile.tpl (all): Don't assume gcc-bootstrap and |
| 2337 | gcc-no-bootstrap are mutually exclusive. |
| 2338 | * Makefile.in: Rebuilt. |
| 2339 | |
| 2340 | 2009-05-18 Alexandre Oliva <aoliva@redhat.com> |
| 2341 | |
| 2342 | PR other/40159 |
| 2343 | * Makefile.tpl (all): Don't end with unconditional success. |
| 2344 | * Makefile.in: Rebuilt. |
| 2345 | |
| 2346 | 2009-05-12 Alexandre Oliva <aoliva@redhat.com> |
| 2347 | |
| 2348 | PR target/37137 |
| 2349 | * Makefile.def (flags_to_pass): Remove redundant and incomplete |
| 2350 | STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS. |
| 2351 | Add FLAGS_FOR_TARGET and BUILD_CONFIG. |
| 2352 | (bootstrap_stage): Remove bootstrap-debug custom stages. Turn |
| 2353 | stage_configureflags, stage_cflags and stage_libcflags into |
| 2354 | explicit Makefile macros. |
| 2355 | * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and |
| 2356 | GFORTRAN. |
| 2357 | (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to |
| 2358 | CC. Set CC_FOR_BUILD from CC. |
| 2359 | (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS, |
| 2360 | NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and |
| 2361 | DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to |
| 2362 | XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ, |
| 2363 | and GFORTRAN. |
| 2364 | (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New. |
| 2365 | (_LIBCFLAGS): Renamed to _TFLAGS. |
| 2366 | (do-compare-debug, do-compare3-debug): Drop. |
| 2367 | (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET, |
| 2368 | GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET. |
| 2369 | (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET, |
| 2370 | DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down. |
| 2371 | (XGCC_FLAGS_FOR_TARGET): New. |
| 2372 | (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS. |
| 2373 | (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN. |
| 2374 | (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and |
| 2375 | DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS, |
| 2376 | LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS |
| 2377 | to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and |
| 2378 | TFLAGS. |
| 2379 | (BUILD_CONFIG): Include if requested. |
| 2380 | (all): Set TFLAGS on bootstrap. |
| 2381 | (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS. |
| 2382 | (all-stageid-prefixmodule): Likewise. |
| 2383 | (do-clean, distclean-stageid): Set TFLAGS. |
| 2384 | (restrap): Fix whitespace. |
| 2385 | * Makefile.in: Rebuilt. |
| 2386 | |
| 2387 | 2009-04-25 Eric Botcazou <ebotcazou@adacore.com> |
| 2388 | |
| 2389 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND. |
| 2390 | (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND. |
| 2391 | * Makefile.in: Regenerate. |
| 2392 | |
| 2393 | 2009-04-24 Eli Zaretskii <eliz@gnu.org> |
| 2394 | |
| 2395 | * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for |
| 2396 | consistency with config.sub. (Update from upstream sources.) |
| 2397 | |
| 2398 | 2009-04-21 Joseph Myers <joseph@codesourcery.com> |
| 2399 | |
| 2400 | * texinfo/texinfo.tex: Update to version 2009-03-28.05. |
| 2401 | |
| 2402 | 2009-04-17 Ben Elliston <bje@au.ibm.com> |
| 2403 | |
| 2404 | * config.sub, config.guess: Update from upstream sources. |
| 2405 | |
| 2406 | 2009-04-15 Anthony Green <green@moxielogic.com> |
| 2407 | |
| 2408 | * configure.ac: Add moxie support. |
| 2409 | * configure: Rebuilt. |
| 2410 | |
| 2411 | 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 2412 | |
| 2413 | * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1. |
| 2414 | * configure: Regenerate. |
| 2415 | |
| 2416 | 2009-04-09 H.J. Lu <hongjiu.lu@intel.com> |
| 2417 | |
| 2418 | PR gas/10039 |
| 2419 | * configure.ac: Require texinfo 4.7. |
| 2420 | * configure: Regenerated. |
| 2421 | |
| 2422 | 2009-04-09 Steve Ellcey <sje@cup.hp.com> |
| 2423 | |
| 2424 | * Makefil.def (languages): New entries. |
| 2425 | * Makefile.tpl (check-gcc-*): New generic target. |
| 2426 | * Makefile.in: Regenerate. |
| 2427 | |
| 2428 | 2009-03-27 Eli Zaretskii <eliz@gnu.org> |
| 2429 | |
| 2430 | * djunpack.bat: Use ".." quoting in Sed command, for the sake of |
| 2431 | Windows builds of Sed. |
| 2432 | |
| 2433 | 2009-03-18 Tom Tromey <tromey@redhat.com> |
| 2434 | |
| 2435 | * configure: Rebuild. |
| 2436 | * configure.ac (host_libs): Add libiconv. |
| 2437 | * Makefile.in: Rebuild. |
| 2438 | * Makefile.def (host_modules): Add libiconv. |
| 2439 | (configure-gdb, all-gdb): Depend on libiconv. |
| 2440 | |
| 2441 | 2009-03-16 Tristan Gingold <gingold@adacore.com> |
| 2442 | |
| 2443 | * configure.ac: Treat gdb as supported on x86_64-darwin. |
| 2444 | * configure: Regenerate. |
| 2445 | |
| 2446 | 2009-03-16 Joseph Myers <joseph@codesourcery.com> |
| 2447 | |
| 2448 | Merge from GCC: |
| 2449 | |
| 2450 | 2009-03-16 Joseph Myers <joseph@codesourcery.com> |
| 2451 | |
| 2452 | * configure.ac (--with-host-libstdcxx): New option. |
| 2453 | * configure: Regenerate. |
| 2454 | |
| 2455 | 2009-01-29 Robert Millan <rmh@aybabtu.com> |
| 2456 | |
| 2457 | * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu). |
| 2458 | * configure: Regenerate. |
| 2459 | |
| 2460 | 2009-01-12 Sebastian Pop <sebastian.pop@amd.com> |
| 2461 | |
| 2462 | PR tree-optimization/38515 |
| 2463 | * configure.ac (cloog-polylib): Removed. |
| 2464 | (with_ppl, with_cloog): Test for "no". |
| 2465 | * configure: Regenerated. |
| 2466 | |
| 2467 | 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2468 | |
| 2469 | Backport from git Libtool: |
| 2470 | |
| 2471 | 2009-01-19 Robert Millan <rmh@aybabtu.com> |
| 2472 | Support GNU/kOpenSolaris. |
| 2473 | * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) |
| 2474 | (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS) |
| 2475 | (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize |
| 2476 | GNU/kOpenSolaris. |
| 2477 | |
| 2478 | 2009-02-05 Andreas Schwab <schwab@suse.de> |
| 2479 | |
| 2480 | * Makefile.tpl (stage_last): Define $r and $s before using |
| 2481 | $(RECURSE_FLAGS_TO_PASS). |
| 2482 | * Makefile.in: Regenerate |
| 2483 | |
| 2484 | 2009-01-21 Jeff Johnston <jjohnstn@redhat.com> |
| 2485 | |
| 2486 | * COPYING.NEWLIB: Add ARM license. |
| 2487 | |
| 2488 | 2009-01-16 Alan Modra <amodra@bigpond.net.au> |
| 2489 | |
| 2490 | * Makefile.def (configure-opcodes): Depend on configure-libiberty. |
| 2491 | (all-opcodes): Depend on all-libiberty. |
| 2492 | * Makefile.in: Regenerate. |
| 2493 | |
| 2494 | 2009-01-15 Douglas B Rupp <rupp@gnat.com> |
| 2495 | |
| 2496 | * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support. |
| 2497 | * configure: Regenerate. |
| 2498 | |
| 2499 | 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2500 | |
| 2501 | Backport link test fix from upstream Libtool: |
| 2502 | |
| 2503 | * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS): |
| 2504 | Add cache variables to tests that require the linker to work. |
| 2505 | For shlibpath_overrides_runpath, this also changes the semantics |
| 2506 | to let the result from the C compiler take precedence. |
| 2507 | compiler take precedence. |
| 2508 | |
| 2509 | 2008-12-02 Ben Elliston <bje@au.ibm.com> |
| 2510 | |
| 2511 | * config.sub, config.guess: Update from upstream sources. |
| 2512 | |
| 2513 | 2008-12-17 Jeff Johnston <jjohnstn@redhat.com> |
| 2514 | |
| 2515 | * COPYING.NEWLIB: Updated. |
| 2516 | * COPYING.LIBGLOSS: Ditto. |
| 2517 | |
| 2518 | 2008-12-16 Paolo Bonzini <bonzini@gnu.org> |
| 2519 | |
| 2520 | Sync with GCC: |
| 2521 | |
| 2522 | 2008-12-12 Sebastian Pop <sebastian.pop@amd.com> |
| 2523 | |
| 2524 | * configure.ac (ppllibs): Add by default the lib flags. |
| 2525 | * configure: Regenerate. |
| 2526 | |
| 2527 | 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu> |
| 2528 | |
| 2529 | * configure.ac: Add double brackets on darwin[912]. |
| 2530 | * configure: Regenerate. |
| 2531 | |
| 2532 | 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu> |
| 2533 | |
| 2534 | * configure.ac: Expand to darwin10 and later. |
| 2535 | * configure: Regenerate. |
| 2536 | |
| 2537 | 2008-12-02 Andreas Schwab <schwab@suse.de> |
| 2538 | |
| 2539 | * Makefile.def: configure-target-boehm-gc depends on |
| 2540 | all-target-libstdc++-v3. |
| 2541 | * Makefile.in: Regenerate. |
| 2542 | |
| 2543 | 2008-12-02 Ben Elliston <bje@au.ibm.com> |
| 2544 | |
| 2545 | * config.sub, config.guess: Update from upstream sources. |
| 2546 | |
| 2547 | 2008-11-27 Joseph Myers <joseph@codesourcery.com> |
| 2548 | |
| 2549 | Merge from GCC: |
| 2550 | |
| 2551 | 2007-12-02 Matthias Klose <doko@ubuntu.com> |
| 2552 | |
| 2553 | * config-ml.in: Remove 64bit configure tests. |
| 2554 | |
| 2555 | 2008-05-14 Rafael Espindola <espindola@google.com> |
| 2556 | |
| 2557 | * config-ml.in: don't handle --enable-shared and --enable-static. |
| 2558 | |
| 2559 | 2008-09-02 Sebastian Pop <sebastian.pop@amd.com> |
| 2560 | Tobias Grosser <grosser@fim.uni-passau.de> |
| 2561 | Jan Sjodin <jan.sjodin@amd.com> |
| 2562 | Harsha Jagasia <harsha.jagasia@amd.com> |
| 2563 | Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> |
| 2564 | Konrad Trifunovic <konrad.trifunovic@inria.fr> |
| 2565 | Adrien Eliche <aeliche@isty.uvsq.fr> |
| 2566 | |
| 2567 | Merge from graphite branch. |
| 2568 | * configure: Regenerate. |
| 2569 | * Makefile.in: Regenerate. |
| 2570 | * configure.ac (host_libs): Add ppl and cloog. |
| 2571 | Add checks for PPL and CLooG. |
| 2572 | * Makefile.def (ppl, cloog): Added modules and dependences. |
| 2573 | * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New. |
| 2574 | (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New. |
| 2575 | |
| 2576 | 2008-09-03 Richard Guenther <rguenther@suse.de> |
| 2577 | |
| 2578 | * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the |
| 2579 | cloog test. |
| 2580 | * configure: Re-generate. |
| 2581 | |
| 2582 | 2008-09-03 Sebastian Pop <sebastian.pop@amd.com> |
| 2583 | |
| 2584 | * configure.ac (--with-cloog-polylib): New. |
| 2585 | (--disable-cloog-version-check): New. |
| 2586 | (--disable-ppl-version-check): New. |
| 2587 | * configure: Re-generate. |
| 2588 | |
| 2589 | 2008-09-05 Richard Guenther <rguenther@suse.de> |
| 2590 | |
| 2591 | * configure.ac: Initialize clooglibs to -lcloog. |
| 2592 | * configure: Re-generate. |
| 2593 | |
| 2594 | 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 2595 | |
| 2596 | * configure.ac (MPFR check): Bump minimum version to 2.3.0 and |
| 2597 | recommended version to 2.3.2. |
| 2598 | |
| 2599 | * configure: Regenerate. |
| 2600 | |
| 2601 | 2008-10-31 Ben Elliston <bje@au.ibm.com> |
| 2602 | |
| 2603 | * configure.ac (spu-*-*): Remove special case. |
| 2604 | * configure: Regenerate. |
| 2605 | |
| 2606 | Complete comment text from GCC version of: |
| 2607 | |
| 2608 | 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com> |
| 2609 | |
| 2610 | * configure.ac (RPATH_ENVVAR): Use PATH on Windows. |
| 2611 | (GCC_SHLIB_SUBDIR): New. |
| 2612 | * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR. |
| 2613 | * configure: Regenerate. |
| 2614 | * Makefile.in: Regenerate. |
| 2615 | |
| 2616 | 2008-11-27 Tristan Gingold <gingold@adacore.com> |
| 2617 | |
| 2618 | * configure.ac: Build gdb for i?86-*-darwin* |
| 2619 | * configure: Regenerated. |
| 2620 | |
| 2621 | 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com> |
| 2622 | |
| 2623 | PR bootstrap/38014 |
| 2624 | PR bootstrap/37923 |
| 2625 | |
| 2626 | Revert: |
| 2627 | |
| 2628 | 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com> |
| 2629 | |
| 2630 | * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo. |
| 2631 | * Makefile.in: Regenerated. |
| 2632 | |
| 2633 | 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com> |
| 2634 | |
| 2635 | PR gdb/921 |
| 2636 | PR gdb/1646 |
| 2637 | PR gdb/2175 |
| 2638 | PR gdb/2176 |
| 2639 | |
| 2640 | * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS. |
| 2641 | * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS. |
| 2642 | (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS. |
| 2643 | (HOST_EXPORTS): Pass CPPFLAGS. |
| 2644 | (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define. |
| 2645 | (LDFLAGS_FOR_TARGET): Initialize from configure script. |
| 2646 | (EXTRA_TARGET_FLAGS): Set CPPFLAGS. |
| 2647 | * Makefile.in, configure: Regenerated. |
| 2648 | * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET, |
| 2649 | and CPPFLAGS_FOR_BUILD. |
| 2650 | |
| 2651 | 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com> |
| 2652 | |
| 2653 | * configure.ac [spu-*-*]: Do not set skipdirs. |
| 2654 | * configure: Re-generate. |
| 2655 | |
| 2656 | 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com> |
| 2657 | |
| 2658 | * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo. |
| 2659 | * Makefile.in: Regenerated. |
| 2660 | |
| 2661 | 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com> |
| 2662 | |
| 2663 | PR gdb/921 |
| 2664 | PR gdb/1646 |
| 2665 | PR gdb/2175 |
| 2666 | PR gdb/2176 |
| 2667 | |
| 2668 | * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS. |
| 2669 | * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS. |
| 2670 | (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS. |
| 2671 | (HOST_EXPORTS): Pass CPPFLAGS. |
| 2672 | (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define. |
| 2673 | (LDFLAGS_FOR_TARGET): Initialize from configure script. |
| 2674 | (EXTRA_TARGET_FLAGS): Set CPPFLAGS. |
| 2675 | * Makefile.in, configure: Regenerated. |
| 2676 | * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET, |
| 2677 | and CPPFLAGS_FOR_BUILD. |
| 2678 | |
| 2679 | 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com> |
| 2680 | |
| 2681 | * libtool.m4: Update to libtool 2.2.6. |
| 2682 | * lt~obsolete.m4: Update to libtool 2.2.6. |
| 2683 | * ltmain.sh: Update to libtool 2.2.6. |
| 2684 | * ltsugar.m4: Update to libtool 2.2.6. |
| 2685 | * ltversion.m4: Update to libtool 2.2.6. |
| 2686 | * ltoptions.m4: Update to libtool 2.2.6. |
| 2687 | * ltgcc.m4: Update to match changes from libtool 2.2.6. |
| 2688 | |
| 2689 | 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com> |
| 2690 | |
| 2691 | * configure.ac (RPATH_ENVVAR): Use PATH on Windows. |
| 2692 | (GCC_SHLIB_SUBDIR): New. |
| 2693 | * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR. |
| 2694 | * configure: Regenerate. |
| 2695 | * Makefile.in: Regenerate. |
| 2696 | |
| 2697 | 2008-08-28 Tristan Gingold <gingold@adacore.com> |
| 2698 | |
| 2699 | * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9): |
| 2700 | Enable bfd, binutils and opcodes. |
| 2701 | * configure: Regenerate. |
| 2702 | |
| 2703 | 2008-08-16 Nicolas Roche <roche@adacore.com> |
| 2704 | |
| 2705 | * Makefile.tpl: Add BOOT_ADAFLAGS. |
| 2706 | * Makefile.in: Regenerate. |
| 2707 | |
| 2708 | 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com> |
| 2709 | |
| 2710 | * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu. |
| 2711 | * configure: Regenerate. |
| 2712 | |
| 2713 | 2008-07-30 Paolo Bonzini <bonzini@gnu.org> |
| 2714 | |
| 2715 | Sync with gcc: |
| 2716 | 2008-07-30 Paolo Bonzini <bonzini@gnu.org> |
| 2717 | |
| 2718 | * configure.ac: Add makefile fragments for hpux. |
| 2719 | * Makefile.def (flags_to_pass): Add ADA_CFLAGS. |
| 2720 | * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS. |
| 2721 | * configure: Regenerate. |
| 2722 | * Makefile.in: Regenerate. |
| 2723 | |
| 2724 | 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2725 | |
| 2726 | * Makefile.tpl ($(srcdir)/configure): Update dependencies. |
| 2727 | * Makefile.in: Regenerate. |
| 2728 | * configure: Regenerate. |
| 2729 | |
| 2730 | 2008-06-18 Ian Lance Taylor <iant@google.com> |
| 2731 | |
| 2732 | * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp. |
| 2733 | |
| 2734 | * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp. |
| 2735 | |
| 2736 | 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2737 | |
| 2738 | * configure: Regenerate. |
| 2739 | |
| 2740 | 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2741 | |
| 2742 | * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when |
| 2743 | "$@" is still intact with both Autoconf 2.59 and 2.62. |
| 2744 | * configure: Regenerate. |
| 2745 | |
| 2746 | 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2747 | |
| 2748 | * Makefile.tpl: Fix comment errors. |
| 2749 | * Makefile.in: Regenerate. |
| 2750 | |
| 2751 | 2008-06-13 Julian Brown <julian@codesourcery.com> |
| 2752 | |
| 2753 | * configure.ac (arm*-*-linux-gnueabi): Don't disable building |
| 2754 | of libobjc for ARM EABI Linux. |
| 2755 | * configure: Regenerate. |
| 2756 | |
| 2757 | 2008-06-12 David S. Miller <davem@davemloft.net> |
| 2758 | David Edelsohn <edelsohn@gnu.org> |
| 2759 | |
| 2760 | * configure.ac: Add powerpc*-*-* to gold supported targets. |
| 2761 | * configure: Regenerate. |
| 2762 | |
| 2763 | 2008-06-08 Joseph Myers <joseph@codesourcery.com> |
| 2764 | |
| 2765 | PR tree-optimization/36218 |
| 2766 | * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD. |
| 2767 | * Makefile.tpl (EXTRA_BUILD_FLAGS): Define. |
| 2768 | (all prefix="build-"): Pass them to build-system sub-makes. |
| 2769 | * Makefile.in: Regenerate. |
| 2770 | |
| 2771 | 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com> |
| 2772 | |
| 2773 | * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS, |
| 2774 | README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp, |
| 2775 | mkdep, and compile. Update comments. |
| 2776 | (ETC_SUPPORT): Add ChangeLog and update comments. |
| 2777 | |
| 2778 | 2008-05-11 Ian Lance Taylor <iant@google.com> |
| 2779 | |
| 2780 | * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold. |
| 2781 | |
| 2782 | 2008-04-18 Paolo Bonzini <bonzini@gnu.org> |
| 2783 | |
| 2784 | Sync with gcc: |
| 2785 | 2008-04-18 Paolo Bonzini <bonzini@gnu.org> |
| 2786 | |
| 2787 | PR bootstrap/35457 |
| 2788 | * configure.ac: Include override.m4. |
| 2789 | * configure: Regenerate. |
| 2790 | |
| 2791 | 2008-04-18 Paolo Bonzini <bonzini@gnu.org> |
| 2792 | |
| 2793 | * Makefile.tpl (restrap): Call `make all' using double-colon rules. |
| 2794 | * Makefile.in: Regenerate. |
| 2795 | |
| 2796 | 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com> |
| 2797 | |
| 2798 | * configure.ac: Do not build libssp for the AVR. |
| 2799 | * configure: Regenerate. |
| 2800 | |
| 2801 | 2008-04-18 Nick Clifton <nickc@redhat.com> |
| 2802 | |
| 2803 | * MAINTAINERS: Replace reference to configure.in with reference to |
| 2804 | configure.ac. |
| 2805 | |
| 2806 | 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com> |
| 2807 | |
| 2808 | * configure.ac (cr16-*-*): Add case for cr16 target and include gdb |
| 2809 | as nonconfigurable directories list. |
| 2810 | * configure: Regenerate. |
| 2811 | |
| 2812 | 2008-04-14 David S. Miller <davem@davemloft.net> |
| 2813 | |
| 2814 | * configure.ac: Add sparc*-*-* to gold supported targets. |
| 2815 | * configure: Regenerate. |
| 2816 | |
| 2817 | 2008-04-14 Ben Elliston <bje@au.ibm.com> |
| 2818 | |
| 2819 | * config.sub, config.guess: Update from upstream sources. |
| 2820 | |
| 2821 | 2008-04-12 Hans-Peter Nilsson <hp@axis.com> |
| 2822 | |
| 2823 | * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80. |
| 2824 | * Makefile.in: Regenerate. |
| 2825 | |
| 2826 | 2008-04-07 Ian Lance Taylor <iant@google.com> |
| 2827 | |
| 2828 | * Makefile.def: check-gold depends upon all-binutils. |
| 2829 | * Makefile.in: Regenerate. |
| 2830 | |
| 2831 | 2008-04-04 Nick Clifton <nickc@redhat.com> |
| 2832 | |
| 2833 | PR binutils/4334 |
| 2834 | * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted |
| 2835 | builds. |
| 2836 | * configure: Regenerate. |
| 2837 | |
| 2838 | 2008-04-04 NightStrike <NightStrike@gmail.com> |
| 2839 | |
| 2840 | PR other/35151 |
| 2841 | * configure.ac: Combine rules for mingw32 and mingw64. |
| 2842 | * configure: Regenerate. |
| 2843 | |
| 2844 | 2008-03-27 Paolo Bonzini <bonzini@gnu.org> |
| 2845 | |
| 2846 | * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove. |
| 2847 | * Makefile.in: Regenerate. |
| 2848 | |
| 2849 | 2008-03-20 Ian Lance Taylor <iant@google.com> |
| 2850 | |
| 2851 | * configure.ac: Add support for --enable-gold. |
| 2852 | * Makefile.def: Add gold as a directory like ld. |
| 2853 | * configure, Makefile.in: Regenerate. |
| 2854 | |
| 2855 | 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com> |
| 2856 | |
| 2857 | * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added. |
| 2858 | (s390_cond_extensions): Reduced extensions to the compare related. |
| 2859 | (main): z10 cpu type option added. |
| 2860 | (expandConditionalJump): Renamed to ... |
| 2861 | (insertExpandedMnemonic): ... this. |
| 2862 | |
| 2863 | * opcodes/s390-opc.c: Re-group the operand format makros. |
| 2864 | (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI, |
| 2865 | INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU, |
| 2866 | INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0, |
| 2867 | INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU, |
| 2868 | INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU, |
| 2869 | INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI, |
| 2870 | INSTR_SIL_RDU): New instruction formats added. |
| 2871 | (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI, |
| 2872 | MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0, |
| 2873 | MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI, |
| 2874 | MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR, |
| 2875 | MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD, |
| 2876 | MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format |
| 2877 | masks added. |
| 2878 | (s390_opformats): New formats added "ris", "rrs", "sil". |
| 2879 | * opcodes/s390-opc.txt: Add the conditional jumps with the |
| 2880 | extensions removed from automatic expansion in s390-mkopc.c manually. |
| 2881 | (asi - trtre): Add new System z10 EC instructions. |
| 2882 | * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added. |
| 2883 | |
| 2884 | 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2885 | |
| 2886 | * configure.ac: m4_include config/proginstall.m4. |
| 2887 | * configure: Regenerate. |
| 2888 | |
| 2889 | 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2890 | |
| 2891 | Backport from upstream Libtool: |
| 2892 | |
| 2893 | 2007-10-12 Eric Blake <ebb9@byu.net> |
| 2894 | |
| 2895 | Deal with Autoconf 2.62's semantic change in m4_append. |
| 2896 | * ltsugar.m4 (lt_append): Replace broken versions of |
| 2897 | m4_append. |
| 2898 | (lt_if_append_uniq): Don't require separator to be overquoted, |
| 2899 | and avoid broken m4_append. |
| 2900 | (lt_dict_add): Fix typo. |
| 2901 | * libtool.m4 (_LT_DECL): Don't overquote separator. |
| 2902 | |
| 2903 | 2008-03-13 David Edelsohn <edelsohn@gnu.org> |
| 2904 | |
| 2905 | * config.rpath: Add AIX 6 support. |
| 2906 | |
| 2907 | 2008-03-13 Paolo Bonzini <bonzini@gnu.org> |
| 2908 | |
| 2909 | * Makefile.def (stageprofile). Remove -fprofile-generate |
| 2910 | from stage_libcflags. |
| 2911 | * Makefile.in: Regenerate. |
| 2912 | |
| 2913 | 2008-03-13 Ben Elliston <bje@au.ibm.com> |
| 2914 | |
| 2915 | * config.sub, config.guess: Update from upstream sources. |
| 2916 | |
| 2917 | 2008-03-06 Florian Krohm <fkrohm@us.ibm.com> |
| 2918 | |
| 2919 | * s390-opc.c (INSTR_RSL_R0RD): Fix operands. |
| 2920 | * s390-opc.txt (cmpsc): Duplicate entry removed. |
| 2921 | (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr, |
| 2922 | cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr, |
| 2923 | fier, cu42, cu41): Fix operand format. |
| 2924 | |
| 2925 | 2008-02-20 Paolo Bonzini <bonzini@gnu.org> |
| 2926 | |
| 2927 | PR bootstrap/32009 |
| 2928 | PR bootstrap/32161 |
| 2929 | |
| 2930 | * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here. |
| 2931 | * configure: Regenerate. |
| 2932 | |
| 2933 | * Makefile.def: Define stage_libcflags for all bootstrap stages. |
| 2934 | * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS, |
| 2935 | STAGE4_LIBCFLAGS): New. |
| 2936 | (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without |
| 2937 | $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET). |
| 2938 | (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS. |
| 2939 | (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS. |
| 2940 | (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags |
| 2941 | for target modules. Don't export LIBCFLAGS. |
| 2942 | (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass |
| 2943 | $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after |
| 2944 | the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET. |
| 2945 | (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with |
| 2946 | $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS). |
| 2947 | * Makefile.in: Regenerate. |
| 2948 | |
| 2949 | 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2950 | |
| 2951 | PR libgcj/33085 |
| 2952 | * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>: |
| 2953 | Do not use -DDLL_EXPORT. Backport from upstream. |
| 2954 | |
| 2955 | 2008-02-14 Nick Clifton <nickc@redhat.com> |
| 2956 | |
| 2957 | Import this patch from gcc: |
| 2958 | 2008-01-24 David Edelsohn <edelsohn@gnu.org> |
| 2959 | |
| 2960 | * libtool.m4: Backport AIX 6 support from ToT Libtool. |
| 2961 | |
| 2962 | 2008-02-02 Hans-Peter Nilsson <hp@axis.com> |
| 2963 | |
| 2964 | * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf. |
| 2965 | * configure: Regenerate. |
| 2966 | |
| 2967 | 2008-01-31 Marc Gauthier <marc@tensilica.com> |
| 2968 | |
| 2969 | * configure.ac (xtensa*-*-*): Recognize processor variants. |
| 2970 | * configure: Regenerate. |
| 2971 | |
| 2972 | 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 2973 | |
| 2974 | PR bootstrap/34922 |
| 2975 | * configure.ac (PARSE_ARGS): Push suitable setting of |
| 2976 | ac_subdirs_all, for `./configure --help=recursive'. |
| 2977 | Handle `+' in generic toplevel directory disabling. |
| 2978 | * configure: Regenerate. |
| 2979 | |
| 2980 | 2008-01-23 Ben Elliston <bje@au.ibm.com> |
| 2981 | |
| 2982 | * config.sub, config.guess: Update from upstream sources. |
| 2983 | |
| 2984 | 2008-01-08 Ben Elliston <bje@au.ibm.com> |
| 2985 | |
| 2986 | * config.sub, config.guess: Update from upstream sources. |
| 2987 | |
| 2988 | 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> |
| 2989 | |
| 2990 | * COPYING.LIBGLOSS: Update default copyright. |
| 2991 | |
| 2992 | 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> |
| 2993 | |
| 2994 | * COPYING.NEWLIB: Update default copyright. |
| 2995 | |
| 2996 | 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 2997 | |
| 2998 | * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1. |
| 2999 | Change recommended MPFR from 2.2.1 > 2.3.0. |
| 3000 | * configure: Regenerate. |
| 3001 | |
| 3002 | 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk> |
| 3003 | |
| 3004 | * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g. |
| 3005 | (CXXFLAGS_FOR_TARGET): Add -O2 -g. |
| 3006 | * Makefile.in: Regenerate. |
| 3007 | |
| 3008 | 2007-12-10 Andreas Tobler <a.tobler@schweiz.org> |
| 3009 | |
| 3010 | * configure.ac: Enable libjava for x86_64-*-darwin9. |
| 3011 | * configure: Regenerate. |
| 3012 | |
| 3013 | 2007-12-05 Ben Elliston <bje@au.ibm.com> |
| 3014 | |
| 3015 | * config.sub, config.guess: Update from upstream sources. |
| 3016 | |
| 3017 | 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 3018 | |
| 3019 | * config-ml.in: Robustify against white space in absolute file |
| 3020 | names. |
| 3021 | |
| 3022 | * config-ml.in (multi-clean): Substitute ${Makefile}. |
| 3023 | Remove superfluous ${Makefile} in list. |
| 3024 | |
| 3025 | 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com> |
| 3026 | |
| 3027 | * Makefile.def (dependencies): Make configure-gdb depend on |
| 3028 | all-intl. |
| 3029 | * Makefile.in: Regenerated. |
| 3030 | |
| 3031 | 2007-10-15 Patrick Mansfield <patmans@us.ibm.com> |
| 3032 | |
| 3033 | * Makefile.def: To avoid problems running with parallel makes, |
| 3034 | build newlib before libgloss so that target specific header |
| 3035 | files are availble. |
| 3036 | * Makefile.in: Regenerate. |
| 3037 | |
| 3038 | 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com> |
| 3039 | |
| 3040 | * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber. |
| 3041 | * Makefile.in: Regenerate. |
| 3042 | |
| 3043 | 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com> |
| 3044 | |
| 3045 | * src-release (GDB_SUPPORT_DIRS): Add libdecnumber. |
| 3046 | * libdecnumber: New directory, imported from GCC. |
| 3047 | |
| 3048 | 2007-10-08 Mike Frysinger <vapier@gentoo.org> |
| 3049 | |
| 3050 | * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, |
| 3051 | LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build. |
| 3052 | Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default |
| 3053 | LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS. |
| 3054 | * configure: Regenerate. |
| 3055 | |
| 3056 | 2007-10-01 Paolo Bonzini <bonzini@gnu.org> |
| 3057 | |
| 3058 | * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD, |
| 3059 | DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD, |
| 3060 | LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD, |
| 3061 | WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions. |
| 3062 | * configure.ac: Default them to host tools for $host = $build. |
| 3063 | Subst them. |
| 3064 | |
| 3065 | * configure: Regenerate. |
| 3066 | * Makefile.in: Regenerate. |
| 3067 | |
| 3068 | 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk> |
| 3069 | |
| 3070 | * configure.ac (mipsisa*-*-elfoabi*): New stanza. |
| 3071 | * configure: Regenerate. |
| 3072 | |
| 3073 | 2007-09-19 Benjamin Kosnik <bkoz@redhat.com> |
| 3074 | |
| 3075 | * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before |
| 3076 | libstdc++. |
| 3077 | * Makefile.def: Add libgomp config as a maybe dependency for libstdc++. |
| 3078 | * configure: Regenerate. |
| 3079 | * Makefile.in: Regenerate. |
| 3080 | |
| 3081 | 2007-09-17 Andreas Schwab <schwab@suse.de> |
| 3082 | |
| 3083 | * configure.ac: Raise minimum makeinfo version to 4.6. |
| 3084 | * configure: Regenerate. |
| 3085 | |
| 3086 | 2007-09-15 Alan Modra <amodra@bigpond.net.au> |
| 3087 | |
| 3088 | * configure.ac: Correct makeinfo version check. |
| 3089 | * configure: Regenerate. |
| 3090 | |
| 3091 | 2007-09-14 Richard Sandiford <richard@codesourcery.com> |
| 3092 | |
| 3093 | * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty |
| 3094 | to $skipdirs and only disable gprof for newlib. Use the normal |
| 3095 | mips*-elf* handling in other respects. |
| 3096 | * configure: Regnerate. |
| 3097 | |
| 3098 | 2007-09-12 David Daney <ddaney@avtrex.com> |
| 3099 | |
| 3100 | * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus |
| 3101 | enabling libgcj. |
| 3102 | * configure: Regenerate. |
| 3103 | |
| 3104 | 2007-09-12 Richard Guenther <rguenther@suse.de> |
| 3105 | |
| 3106 | * configure.ac (--enable-stage1-checking): If neither --enable-checking |
| 3107 | nor --disable-checking is provided also turn on yes and types |
| 3108 | checking for stage1. |
| 3109 | * configure: Re-generate. |
| 3110 | |
| 3111 | 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> |
| 3112 | |
| 3113 | PR target/33281 |
| 3114 | * configure.ac: Use config/mh-mingw on mingw. |
| 3115 | * configure: Regenerate. |
| 3116 | |
| 3117 | 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk> |
| 3118 | |
| 3119 | PR other/32154 |
| 3120 | * configure.ac: For libgloss targets, point the linker to the linker |
| 3121 | script, startup code and simulator library. |
| 3122 | * configure: Regenerate. |
| 3123 | |
| 3124 | 2007-09-09 Andrew Haley <aph@redhat.com> |
| 3125 | |
| 3126 | * configure.ac (noconfigdirs): Remove target-libffi and |
| 3127 | target-libjava. |
| 3128 | |
| 3129 | 2007-08-29 Nick Clifton <nickc@redhat.com> |
| 3130 | |
| 3131 | * config.sub, config.guess: Update from upstream sources. |
| 3132 | |
| 3133 | 2007-08-21 Richard Guenther <rguenther@suse.de> |
| 3134 | |
| 3135 | * configure.ac: Add types checking to stage1 checking flags. |
| 3136 | * configure: Regenerate. |
| 3137 | |
| 3138 | 2007-08-18 Paul Brook <paul@codesourcery.com> |
| 3139 | Joseph Myers <joseph@codesourcery.com> |
| 3140 | |
| 3141 | * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. |
| 3142 | (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it. |
| 3143 | * Makefile.in: Regenerate. |
| 3144 | * configure.ac (--with-debug-prefix-map): New. |
| 3145 | * configure: Regenerate. |
| 3146 | |
| 3147 | 2007-08-17 Richard Sandiford <richard@codesourcery.com> |
| 3148 | Nigel Stephens <nigel@mips.com> |
| 3149 | |
| 3150 | * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde |
| 3151 | as target_makefile_frag. |
| 3152 | * configure: Regenerate. |
| 3153 | |
| 3154 | 2007-08-16 Alexandre Oliva <aoliva@redhat.com> |
| 3155 | |
| 3156 | * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): |
| 3157 | Add to flags_to_pass. Adjust uses of BOOT_CFLAGS. |
| 3158 | (bootstrap2-debug, bootstrap-debug): New bootstrap stages. |
| 3159 | * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New. |
| 3160 | (do-compare, do-compare3, do-compare-debug): New. |
| 3161 | ([+compare-target+]): Use them. |
| 3162 | |
| 3163 | 2007-08-16 Alexandre Oliva <aoliva@redhat.com> |
| 3164 | |
| 3165 | * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): |
| 3166 | Add to flags_to_pass. Adjust uses of BOOT_CFLAGS. |
| 3167 | (bootstrap2-debug, bootstrap-debug): New bootstrap stages. |
| 3168 | * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New. |
| 3169 | (do-compare, do-compare3, do-compare-debug): New. |
| 3170 | ([+compare-target+]): Use them. |
| 3171 | |
| 3172 | 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 3173 | Ben Elliston <bje@au.ibm.com> |
| 3174 | |
| 3175 | * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass |
| 3176 | --silent if $silent. |
| 3177 | * configure: Regenerate. |
| 3178 | |
| 3179 | 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com> |
| 3180 | |
| 3181 | * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB. |
| 3182 | |
| 3183 | 2007-07-17 Nick Clifton <nickc@redhat.com> |
| 3184 | |
| 3185 | * COPYING3: New file. Contains version 3 of the GNU General |
| 3186 | Public License. |
| 3187 | * COPYING3.LIB: New file. Contains version 3 of the GNU |
| 3188 | Lesser General Public License. |
| 3189 | |
| 3190 | 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com> |
| 3191 | |
| 3192 | * configure.ac: Fix my previous change to really match GCC. |
| 3193 | * configure: Regenerate. |
| 3194 | |
| 3195 | 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 3196 | |
| 3197 | * configure.ac: Rewrite 'configure --help' strings to look nicer. |
| 3198 | * configure: Regenerate. |
| 3199 | |
| 3200 | 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 3201 | |
| 3202 | * configure.ac: Add some missing m4 quotation. |
| 3203 | * configure: Regenerate. |
| 3204 | |
| 3205 | 2007-07-09 Kai Tietz <kai.tietz@onevision.com> |
| 3206 | |
| 3207 | * Makefile.def: Add windmc tool to build. |
| 3208 | * Makefile.tpl: Likewise. |
| 3209 | * configure.ac: Likewise. |
| 3210 | * Makefile.in: Regenerate. |
| 3211 | * configure: Regenerate. |
| 3212 | |
| 3213 | 2007-07-05 H.J. Lu <hongjiu.lu@intel.com> |
| 3214 | |
| 3215 | * lt~obsolete.m4: New. Import from 20070318 libtool. |
| 3216 | |
| 3217 | 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com> |
| 3218 | |
| 3219 | * configure.ac: Don't add target-libmudflap to noconfigdirs for |
| 3220 | uclinux and linux-uclibc targets. |
| 3221 | * configure: Regenerate. |
| 3222 | |
| 3223 | 2007-06-28 DJ Delorie <dj@redhat.com> |
| 3224 | |
| 3225 | * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're |
| 3226 | not building newlib. |
| 3227 | * configure: Regenerated. |
| 3228 | |
| 3229 | 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com> |
| 3230 | |
| 3231 | * src-release (DEVO_SUPPORT): Correct typos. |
| 3232 | |
| 3233 | 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com> |
| 3234 | |
| 3235 | * Makefile.def: Add dependency from configure-gdb to all-bfd. |
| 3236 | * Makefile.in: Regenerated. |
| 3237 | |
| 3238 | 2007-06-14 Paolo Bonzini <bonzini@gnu.org> |
| 3239 | |
| 3240 | * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile. |
| 3241 | (distclean-stage[+id+]): Possibly delete stage_last. |
| 3242 | * Makefile.in: Regenerate. |
| 3243 | |
| 3244 | 2007-06-07 Ben Elliston <bje@au.ibm.com> |
| 3245 | |
| 3246 | * config.sub, config.guess: Update from upstream sources. |
| 3247 | |
| 3248 | 2007-06-07 Ben Elliston <bje@au.ibm.com> |
| 3249 | |
| 3250 | * Makefile.tpl: Fix spelling error. |
| 3251 | * Makefile.in: Regenerate. |
| 3252 | |
| 3253 | 2007-06-04 Paolo Bonzini <bonzini@gnu.org> |
| 3254 | |
| 3255 | Sync with gcc: |
| 3256 | 2007-05-30 Jakub Jelinek <jakub@redhat.com> |
| 3257 | |
| 3258 | PR bootstrap/29382 |
| 3259 | * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1. |
| 3260 | * configure: Rebuilt. |
| 3261 | |
| 3262 | 2007-06-01 Steve Ellcey <sje@cup.hp.com> |
| 3263 | |
| 3264 | * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set |
| 3265 | lt_cv_sys_max_cmd_len. |
| 3266 | |
| 3267 | 2007-05-31 Paolo Bonzini <bonzini@gnu.org> |
| 3268 | |
| 3269 | * ltgcc.m4: Update from GCC. |
| 3270 | |
| 3271 | 2007-05-25 Andreas Tobler <a.tobler@schweiz.org> |
| 3272 | |
| 3273 | * ltmain.sh: Fix Darwin verstring, remove ${wl}. |
| 3274 | |
| 3275 | 2007-05-24 Steve Ellcey <sje@cup.hp.com> |
| 3276 | |
| 3277 | * ltmain.sh: Update from GCC. |
| 3278 | * libtool.m4: Update from GCC. |
| 3279 | * ltsugar.m4: New. Update from GCC. |
| 3280 | * ltversion.m4: New. Update from GCC. |
| 3281 | * ltoptions.m4: New. Update from GCC. |
| 3282 | * ltconfig: Remove. |
| 3283 | * ltcf-c.sh: Remove. |
| 3284 | * ltcf-cxx.sh: Remove. |
| 3285 | * ltcf-gcj.sh: Remove. |
| 3286 | * src-release: Update with new libtool file list. |
| 3287 | |
| 3288 | 2007-05-16 Paolo Bonzini <bonzini@gnu.org> |
| 3289 | |
| 3290 | * Makefile.def (bootstrap_stage): Replace stage_make_flags with |
| 3291 | stage_cflags. |
| 3292 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS): |
| 3293 | Remove CFLAGS/LIBCFLAGS. |
| 3294 | (configure-stage[+id+]-[+prefix+][+module+], |
| 3295 | all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+]. |
| 3296 | * Makefile.in: Regenerate. |
| 3297 | |
| 3298 | 2007-04-14 Steve Ellcey <sje@cup.hp.com> |
| 3299 | |
| 3300 | * config-ml.in: Update from GCC. |
| 3301 | |
| 3302 | 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com> |
| 3303 | |
| 3304 | * src-release (do-proto-toplev): Process the support directories before |
| 3305 | the tool directory. |
| 3306 | |
| 3307 | 2007-03-21 Richard Sandiford <richard@codesourcery.com> |
| 3308 | |
| 3309 | * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting |
| 3310 | of glob. Quote arguments with single quotes too. |
| 3311 | * configure: Regenerate. |
| 3312 | |
| 3313 | 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com> |
| 3314 | |
| 3315 | * Makefile.def (fixincludes): Remove unneeded "missing" lines. |
| 3316 | * Makefile.in: Regenerate |
| 3317 | |
| 3318 | 2007-03-07 Andreas Schwab <schwab@suse.de> |
| 3319 | |
| 3320 | * configure: Regenerate. |
| 3321 | |
| 3322 | 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> |
| 3323 | |
| 3324 | * configure.ac: Add "--with-pdfdir" configure option, |
| 3325 | which defines pdfdir variable. |
| 3326 | * Makefile.def (target=fixincludes): Add install-pdf to |
| 3327 | missing targets. |
| 3328 | (recursive_targets): Add install-pdf target. |
| 3329 | (flags_to_pass): Add pdfdir. |
| 3330 | * Makefile.tpl: Add pdfdir handling, add do-install-pdf |
| 3331 | target. |
| 3332 | * configure: Regenerate |
| 3333 | * Makefile.in: Regenerate |
| 3334 | |
| 3335 | 2007-02-28 Eric Christopher <echristo@apple.com> |
| 3336 | |
| 3337 | Revert: |
| 3338 | 2006-12-07 Mike Stump <mrs@apple.com> |
| 3339 | |
| 3340 | * Makefile.def (dependencies): Add dependency for |
| 3341 | install-target-libssp and install-target-libgomp on |
| 3342 | install-gcc. |
| 3343 | * Makefile.in: Regenerate. |
| 3344 | |
| 3345 | 2007-02-27 Matt Kraai <kraai@ftbfs.org> |
| 3346 | |
| 3347 | * configure: Regenerate. |
| 3348 | * configure.ac: Move statements after variable declarations. |
| 3349 | |
| 3350 | 2007-02-19 Joseph Myers <joseph@codesourcery.com> |
| 3351 | |
| 3352 | * configure.ac: Adjust for loop syntax. |
| 3353 | * configure: Regenerate. |
| 3354 | |
| 3355 | 2007-02-18 Alexandre Oliva <aoliva@redhat.com> |
| 3356 | |
| 3357 | * configure: Rebuilt. |
| 3358 | |
| 3359 | 2007-02-18 Alexandre Oliva <aoliva@redhat.com> |
| 3360 | |
| 3361 | * configure.ac: Drop multiple occurrences of --enable-languages, |
| 3362 | and fix its quoting. |
| 3363 | * configure: Rebuilt. |
| 3364 | |
| 3365 | 2007-02-17 Mark Mitchell <mark@codesourcery.com> |
| 3366 | Nathan Sidwell <nathan@codesourcery.com> |
| 3367 | Vladimir Prus <vladimir@codesourcery.com |
| 3368 | Joseph Myers <joseph@codesourcery.com> |
| 3369 | |
| 3370 | * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting. |
| 3371 | * configure: Regenerate. |
| 3372 | |
| 3373 | 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com> |
| 3374 | |
| 3375 | * configure.ac (target_libraries): Move libgcc before libiberty. |
| 3376 | * configure: Regenerated. |
| 3377 | |
| 3378 | 2007-02-13 Paolo Bonzini <bonzini@gnu.org> |
| 3379 | |
| 3380 | * configure: Regenerate again? |
| 3381 | |
| 3382 | 2007-02-13 Paolo Bonzini <bonzini@gnu.org> |
| 3383 | |
| 3384 | * configure: Reapply PR30748 fix which was lost in the previous commit. |
| 3385 | |
| 3386 | 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com> |
| 3387 | Paolo Bonzini <bonzini@gnu.org> |
| 3388 | |
| 3389 | PR bootstrap/30753 |
| 3390 | * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC |
| 3391 | unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix. |
| 3392 | * configure: Regenerated. |
| 3393 | |
| 3394 | 2007-02-10 Paolo Bonzini <bonzini@gnu.org> |
| 3395 | |
| 3396 | * configure: Regenerate. |
| 3397 | |
| 3398 | 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com> |
| 3399 | |
| 3400 | PR bootstrap/30748 |
| 3401 | * configure.ac: Correct syntax for Solaris ksh. |
| 3402 | * configure: Regenerated. |
| 3403 | |
| 3404 | 2007-02-09 Paolo Bonzini <bonzini@gnu.org> |
| 3405 | |
| 3406 | * Makefile.def: Sync with GCC. |
| 3407 | * Makefile.tpl: Sync with GCC. |
| 3408 | * Makefile.in: Regenerate. |
| 3409 | * configure: Regenerate. |
| 3410 | |
| 3411 | 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com> |
| 3412 | |
| 3413 | * Makefile.tpl (build_alias, host_alias, target_alias): Use |
| 3414 | noncanonical equivalents. |
| 3415 | * configure.in: Rename to... |
| 3416 | * configure.ac: ...this. Update AC_PREREQ. Prevent error for |
| 3417 | AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and |
| 3418 | target_noncanonical. Use them. Rewrite removal of configure |
| 3419 | arguments for autoconf 2.59. Discard variable settings. Force |
| 3420 | program_transform_name for native tools. |
| 3421 | |
| 3422 | * Makefile.in: Regenerated. |
| 3423 | * configure: Regenerated with autoconf 2.59. |
| 3424 | |
| 3425 | * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac. |
| 3426 | |
| 3427 | 2007-02-08 Jeff Johnston <jjohnstn@redhat.com> |
| 3428 | |
| 3429 | * COPYING.LIBGLOSS: Reformat default Red Hat |
| 3430 | license to fit within 80 columns. |
| 3431 | * COPYING.NEWLIB: Ditto. |
| 3432 | |
| 3433 | 2007-02-05 Dave Brolley <brolley@redhat.com> |
| 3434 | |
| 3435 | * Contribute the following changes: |
| 3436 | 2006-11-28 DJ Delorie <dj@redhat.com> |
| 3437 | |
| 3438 | * configure.in: Fix typo for mep's target_makefile_frag. |
| 3439 | * configure: Regenerated. |
| 3440 | |
| 3441 | 2005-04-22 Richard Sandiford <rsandifo@redhat.com> |
| 3442 | |
| 3443 | * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET. |
| 3444 | * configure: Regenerate. |
| 3445 | |
| 3446 | 2001-09-19 DJ Delorie <dj@redhat.com> |
| 3447 | |
| 3448 | * configure.in (target_makefile_frag): use mt-mep |
| 3449 | |
| 3450 | 2001-06-12 Don Howard <dhoward@redhat.com> |
| 3451 | |
| 3452 | * configure.in: Remove gdb from MeP skip list. |
| 3453 | |
| 3454 | 2001-04-05 DJ Delorie <dj@redhat.com> |
| 3455 | |
| 3456 | * configure.in (noconfigdirs): Remove gcc from MeP skip list. |
| 3457 | |
| 3458 | 2001-03-20 Ben Elliston <bje@redhat.com> |
| 3459 | |
| 3460 | * configure.in (noconfigdirs): Add gcc and gdb for MeP. |
| 3461 | |
| 3462 | 2001-03-19 Ben Elliston <bje@redhat.com> |
| 3463 | |
| 3464 | * config.sub (mep, mep-*): Add. |
| 3465 | |
| 3466 | 2007-01-31 Andreas Schwab <schwab@suse.de> |
| 3467 | |
| 3468 | * Makefile.tpl (LDFLAGS): Substitute it. |
| 3469 | * Makefile.in: Regenerate. |
| 3470 | |
| 3471 | 2007-01-11 Paolo Bonzini <bonzini@gnu.org> |
| 3472 | |
| 3473 | * configure.in: Change == to = in test command. |
| 3474 | * configure: Regenerate. |
| 3475 | |
| 3476 | 2007-01-11 Paolo Bonzini <bonzini@gnu.org> |
| 3477 | Nick Clifton <nickc@redhat.com> |
| 3478 | Kaveh R. Ghazi <ghazi@caip.rutgets.edu> |
| 3479 | |
| 3480 | * configure.in (build_configargs, host_configargs, target_configargs): |
| 3481 | Remove build/host/target parameters. |
| 3482 | (host_libs): Add gmp and mpfr. |
| 3483 | (GMP tests): Reorganize to allow in-tree GMP/MPFR. |
| 3484 | * Makefile.def (gmp, mpfr): New. |
| 3485 | (gcc): Remove target. |
| 3486 | * Makefile.tpl (build_os, build_vendor, host_os, host_vendor, |
| 3487 | target_os, target_vendor): New. |
| 3488 | (configure): Add host_alias/target_alias arguments. Adjust invocations. |
| 3489 | * configure: Regenerate. |
| 3490 | * Makefile.in: Regenerate. |
| 3491 | |
| 3492 | 2007-01-11 Matt Fago <fago@earthlink.net> |
| 3493 | |
| 3494 | * configure.in: Try to link to functions only in mpfr 2.2.x |
| 3495 | to improve robustness of configure tests. |
| 3496 | * configure: Regenerate. |
| 3497 | |
| 3498 | 2007-01-08 Kai Tietz <kai.tietz@onevision.com> |
| 3499 | |
| 3500 | * configure.in: Add support for an x86_64-mingw* target. |
| 3501 | * configure: Regenerate. |
| 3502 | |
| 3503 | 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com> |
| 3504 | |
| 3505 | * Makefile.tpl (all-target): Correct @if conditional for target |
| 3506 | modules. |
| 3507 | * configure.in: Omit libiberty if building only target libgcc. |
| 3508 | * configure, Makefile.in: Regenerated. |
| 3509 | |
| 3510 | 2007-01-04 Paolo Bonzini <bonzini@gnu.org> |
| 3511 | |
| 3512 | * configure.in: Use DEV-PHASE to detect the default for --enable-werror. |
| 3513 | * configure: Regenerate. |
| 3514 | |
| 3515 | 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com> |
| 3516 | |
| 3517 | * Makefile.def (target_modules): Add libgcc. |
| 3518 | (lang_env_dependencies): Remove default items. Use no_c and no_gcc. |
| 3519 | * Makefile.tpl (clean-target-libgcc): Delete. |
| 3520 | (configure-target-[+module+]): Emit --disable-bootstrap dependencies |
| 3521 | on gcc even for bootstrapped modules. Rewrite handling of |
| 3522 | lang_env_dependencies to loop over target_modules. |
| 3523 | * configure.in (target_libraries): Add target-libgcc. |
| 3524 | * Makefile.in, configure: Regenerated. |
| 3525 | |
| 3526 | 2006-12-29 Paolo Bonzini <bonzini@gnu.org> |
| 3527 | |
| 3528 | Sync with gcc: |
| 3529 | 2006-12-29 Paolo Bonzini <bonzini@gnu.org> |
| 3530 | |
| 3531 | * configure.in: Reorganize recognition of languages. Add |
| 3532 | --enable-stage1-languages. Show supported languages for the chosen |
| 3533 | target rather than all recognized languages. |
| 3534 | * configure: Regenerate. |
| 3535 | |
| 3536 | 2006-12-29 Paolo Bonzini <bonzini@gnu.org> |
| 3537 | |
| 3538 | * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove. |
| 3539 | * Makefile.in: Regenerate. |
| 3540 | |
| 3541 | 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 3542 | |
| 3543 | * configure.in: Warn that MPFR 2.2.0 is buggy. |
| 3544 | * configure: Regenerate. |
| 3545 | |
| 3546 | 2006-12-27 Ian Lance Taylor <iant@google.com> |
| 3547 | |
| 3548 | * configure.in: When removing Makefiles to force a reconfigure, also |
| 3549 | remove prev-DIR*/Makefile. |
| 3550 | * configure: Regenerate. |
| 3551 | |
| 3552 | 2006-12-23 Kazu Hirata <kazu@codesourcery.com> |
| 3553 | |
| 3554 | * config.bfd: Recognize fido. |
| 3555 | |
| 3556 | 2006-12-19 Paolo Bonzini <bonzini@gnu.org> |
| 3557 | |
| 3558 | Sync with gcc: |
| 3559 | |
| 3560 | 2006-12-19 Paolo Bonzini <bonzini@gnu.org> |
| 3561 | |
| 3562 | * configure.in: Remove "$build" case for powerpc-*-darwin* since |
| 3563 | it only affects bootstrap and could be tested on "$host" as well. |
| 3564 | * configure: Regenerate. |
| 3565 | * config/mh-ppc-darwin: Add to the stage1 cflags here. |
| 3566 | |
| 3567 | 2006-12-19 Paolo Bonzini <bonzini@gnu.org> |
| 3568 | |
| 3569 | PR bootstrap/29544 |
| 3570 | * Makefile.def (flags_to_pass): Add STAGE1_CHECKING. |
| 3571 | (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags, |
| 3572 | move here comment from Makefile.tpl. |
| 3573 | * Makefile.tpl: Move some definitions higher in the file. |
| 3574 | (STAGE1_CHECKING): New. |
| 3575 | * configure.in: Add --enable-stage1-checking. |
| 3576 | * configure: Regenerate. |
| 3577 | * Makefile.in: Regenerate. |
| 3578 | |
| 3579 | 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 3580 | |
| 3581 | * configure.in: Update error message for missing GMP/MPFR. |
| 3582 | |
| 3583 | * configure: Regenerate. |
| 3584 | |
| 3585 | 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 3586 | |
| 3587 | * configure.in: Update MPFR version in error message. |
| 3588 | |
| 3589 | * configure: Regenerate. |
| 3590 | |
| 3591 | 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 3592 | |
| 3593 | * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags. |
| 3594 | (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include, |
| 3595 | --with-gmp-lib): New flags. |
| 3596 | |
| 3597 | * configure: Regenerate. |
| 3598 | |
| 3599 | 2006-12-12 Andreas Tobler <a.tobler@schweiz.org> |
| 3600 | |
| 3601 | PR bootstrap/30134 |
| 3602 | * configure.in: Correct x86 darwin support for libjava to powerpc |
| 3603 | and i?86 only. |
| 3604 | * configure: Regenerate. |
| 3605 | |
| 3606 | 2006-12-11 Alan Modra <amodra@bigpond.net.au> |
| 3607 | |
| 3608 | * configure.in: Handle spu makefile frag. |
| 3609 | * Makefile.tpl (MAINT): Define |
| 3610 | (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define. |
| 3611 | * configure: Regenerate. |
| 3612 | * Makefile.in: Regenerate. |
| 3613 | |
| 3614 | 2006-12-11 Ben Elliston <bje@au.ibm.com> |
| 3615 | |
| 3616 | * config.sub, config.guess: Update from upstream sources. |
| 3617 | |
| 3618 | 2006-12-11 Ben Elliston <bje@au.ibm.com> |
| 3619 | |
| 3620 | * configure.in: Sync with GCC (spu-*-*). |
| 3621 | * configure: Sync with GCC. |
| 3622 | |
| 3623 | 2006-12-07 Mike Stump <mrs@apple.com> |
| 3624 | |
| 3625 | * Makefile.def (dependencies): Add dependency for |
| 3626 | install-target-libssp and install-target-libgomp on |
| 3627 | install-gcc. |
| 3628 | * Makefile.in: Regenerate. |
| 3629 | |
| 3630 | 2006-11-16 Paolo Bonzini <bonzini@gnu.org> |
| 3631 | |
| 3632 | * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence. |
| 3633 | (unstage): Test for stage_last presence. |
| 3634 | |
| 3635 | PR bootstrap/29802 |
| 3636 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX. |
| 3637 | * Makefile.in: Regenerate. |
| 3638 | |
| 3639 | 2006-11-14 DJ Delorie <dj@redhat.com> |
| 3640 | |
| 3641 | * Makefile.tpl (clean-stage*): Sync with GCC (clean). |
| 3642 | * Makefile.in: Sync with GCC. |
| 3643 | * configure.in: Sync with GCC (mpfr, gmp). |
| 3644 | * configure: Sync with GCC. |
| 3645 | |
| 3646 | 2006-11-08 Jie Zhang <jie.zhang@analog.com> |
| 3647 | |
| 3648 | * configure.in: Remove target-libgloss from noconfigdirs for |
| 3649 | bfin-*-*. |
| 3650 | * configure: Regenerated. |
| 3651 | |
| 3652 | 2006-10-27 Jeff Johnston <jjohnstn@redhat.com> |
| 3653 | |
| 3654 | * COPYING.NEWLIB: Add spu license. |
| 3655 | * COPYING.LIBGLOSS: Ditto. |
| 3656 | |
| 3657 | 2006-10-17 Brooks Moses <bmoses@stanford.edu> |
| 3658 | |
| 3659 | * Makefile.def: Added pdf target handling. |
| 3660 | * Makefile.tpl: Added pdf target handling. |
| 3661 | * Makefile.in: Regenerated. |
| 3662 | |
| 3663 | 2006-10-11 Jeff Johnston <jjohnstn@redhat.com> |
| 3664 | |
| 3665 | * COPYING.NEWLIB: Updated. |
| 3666 | * COPYING.LIBGLOSS: Ditto. |
| 3667 | |
| 3668 | 2006-09-27 Dave Brolley <brolley@redhat.com> |
| 3669 | |
| 3670 | * configure.in (RUNTEST): Look for 'runtest' in the source tree by using |
| 3671 | $s instead of $r. |
| 3672 | * configure: Regenerated. |
| 3673 | |
| 3674 | 2006-09-26 Ben Elliston <bje@au.ibm.com> |
| 3675 | |
| 3676 | * config.sub, config.guess: Update from upstream sources. |
| 3677 | |
| 3678 | 2006-09-20 Thiemo Seufer <ths@mips.com> |
| 3679 | |
| 3680 | * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise |
| 3681 | for mipstx39-*-*. Disable libgloss for mips64*-*-linux*. |
| 3682 | * configure: Regenerate. |
| 3683 | |
| 3684 | 2006-08-30 Corinna Vinschen <corinna@vinschen.de> |
| 3685 | |
| 3686 | * configure.in: Never build newlib for a Mingw host. |
| 3687 | Never build newlib as Mingw target library. |
| 3688 | Test the existence of winsup/cygwin for building a Cygwin newlib, |
| 3689 | rather than just winsup. |
| 3690 | Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if |
| 3691 | building a Mingw target. |
| 3692 | * configure: Regenerate. |
| 3693 | |
| 3694 | 2006-08-15 Thiemo Seufer <ths@mips.com> |
| 3695 | Nigel Stephens <nigel@mips.com> |
| 3696 | David Ung <davidu@mips.com> |
| 3697 | |
| 3698 | * config.sub: Add support for sde as alias of mipsisa32-sde-elf. |
| 3699 | |
| 3700 | 2006-07-25 Paolo Bonzini <bonzini@gnu.org> |
| 3701 | |
| 3702 | Sync from GCC: |
| 3703 | 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr> |
| 3704 | |
| 3705 | PR bootstrap/18058 |
| 3706 | * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1 |
| 3707 | if the bootstrap compiler is a GCC version that supports it. |
| 3708 | * configure: Regenerate. |
| 3709 | |
| 3710 | 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com> |
| 3711 | |
| 3712 | * configure.in: Allow mingw32 and cygwin targets to build cross-gdb. |
| 3713 | * configure: Regenerated. |
| 3714 | |
| 3715 | 2006-07-18 Paolo Bonzini <bonzini@gnu.org> |
| 3716 | |
| 3717 | * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir |
| 3718 | for stages after the first. |
| 3719 | |
| 3720 | 2006-07-17 Jakub Jelinek <jakub@redhat.com> |
| 3721 | |
| 3722 | * Makefile.def: Add dependencies for configure-opcodes |
| 3723 | on configure-intl and all-opcodes on all-intl. |
| 3724 | * Makefile.in: Regenerated. |
| 3725 | |
| 3726 | 2006-07-04 Peter O'Gorman <peter@pogma.com> |
| 3727 | |
| 3728 | * ltconfig: chmod 644 before ranlib during install. |
| 3729 | |
| 3730 | 2006-07-03 Paolo Bonzini <bonzini@gnu.org> |
| 3731 | |
| 3732 | * configure.in: Fix thinkos in previous check-in. |
| 3733 | * configure: Regenerate. |
| 3734 | |
| 3735 | 2006-07-03 Paolo Bonzini <bonzini@gnu.org> |
| 3736 | |
| 3737 | Sync from gcc: |
| 3738 | |
| 3739 | 2007-07-03 Paolo Bonzini <bonzini@gnu.org> |
| 3740 | |
| 3741 | PR other/27063 |
| 3742 | * configure.in: Test subdir_requires and give an appropriate |
| 3743 | error message. |
| 3744 | * configure: Regenerate. |
| 3745 | |
| 3746 | 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 3747 | |
| 3748 | PR target/27540 |
| 3749 | * configure.in: Only enable libgomp on IRIX 6. |
| 3750 | * configure: Regenerate. |
| 3751 | |
| 3752 | 2006-06-20 David Ayers <d.ayers@inode.at> |
| 3753 | |
| 3754 | PR bootstrap/28072 |
| 3755 | * configure.in: Add target-boehm-gc to noconfigdirs depending on |
| 3756 | whether target-libjava is being configured instead of whether the |
| 3757 | java front end is enabled. |
| 3758 | * configure: Regenerate. |
| 3759 | |
| 3760 | 2006-06-15 Mark Shinwell <shinwell@codesourcery.com> |
| 3761 | |
| 3762 | * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2} |
| 3763 | to R_ARM_LDC_SB_G{0,1,2} respectively. |
| 3764 | |
| 3765 | 2006-06-15 Paolo Bonzini <bonzini@gnu.org> |
| 3766 | |
| 3767 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS |
| 3768 | too. |
| 3769 | * Makefile.in: Regenerate. |
| 3770 | |
| 3771 | 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| 3772 | |
| 3773 | Sync from gcc: |
| 3774 | |
| 3775 | 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| 3776 | * configure.in: Don't enable libgomp on hpux10. |
| 3777 | * configure: Rebuilt. |
| 3778 | |
| 3779 | 2006-06-13 David Ayers <d.ayers@inode.at> |
| 3780 | |
| 3781 | Sync from gcc: |
| 3782 | |
| 3783 | 2006-06-12 David Ayers <d.ayers@inode.at> |
| 3784 | |
| 3785 | PR bootstrap/27963 |
| 3786 | PR target/19970 |
| 3787 | * configure.in: Remove target-boehm-gc from noconfigdirs where |
| 3788 | ${libgcj} is specified. |
| 3789 | * configure: Regenerate. |
| 3790 | |
| 3791 | 2006-06-08 Jeff Johnston <jjohnstn@redhat.com> |
| 3792 | |
| 3793 | Sync from gcc: |
| 3794 | |
| 3795 | 2005-01-12 David Edelsohn <edelsohn@gnu.org> |
| 3796 | Andreas Schwab <schwab@suse.de> |
| 3797 | |
| 3798 | PR bootstrap/18033 |
| 3799 | * config-ml.in: Eval option if surrounded by single quotes. |
| 3800 | |
| 3801 | 2006-06-07 Carlos O'Donell <carlos@codesourcery.com> |
| 3802 | |
| 3803 | Sync from gcc: |
| 3804 | |
| 3805 | 2006-06-06 David Ayers <d.ayers@inode.at> |
| 3806 | |
| 3807 | PR libobjc/13946 |
| 3808 | * Makefile.def: Add dependencies for libobjc which boehm-gc. |
| 3809 | * Makefile.in: Regenerate. |
| 3810 | * configure.in: Add --enable-objc-gc at toplevel and have it |
| 3811 | enable boehm-gc for Objective-C. |
| 3812 | Remove target-boehm-gc from libgcj. |
| 3813 | Add target-boehm-gc to target_libraries. |
| 3814 | Add target-boehm-gc to noconfigdirs where ${libgcj} |
| 3815 | is specified. |
| 3816 | Assert that boehm-gc is supported when requested for Objective-C. |
| 3817 | Only build boehm-gc if needed either for Java or Objective-C. |
| 3818 | * configure: Regenerate. |
| 3819 | |
| 3820 | 2006-06-05 Paolo Bonzini <bonzini@gnu.org> |
| 3821 | |
| 3822 | PR 27674 |
| 3823 | * Makefile.tpl (configure-[+prefix+][+module+], |
| 3824 | all-[+prefix+][+module+]): Depend on stage_current if bootstrapping. |
| 3825 | Remove rule to unstage bootstrapped modules. |
| 3826 | (stage_current): New. |
| 3827 | * Makefile.in: Regenerate. |
| 3828 | |
| 3829 | 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| 3830 | Andreas Tobler <a.tobler@schweiz.ch> |
| 3831 | |
| 3832 | * configure.in: Enable libgcj for hppa*-hp-hpux11*. |
| 3833 | * configure: Rebuilt. |
| 3834 | |
| 3835 | Revert |
| 3836 | 2006-01-31 Richard Guenther <rguenther@suse.de> |
| 3837 | Paolo Bonzini <bonzini@gnu.org> |
| 3838 | |
| 3839 | * Makefile.def (target_modules): Add libgcc-math target module. |
| 3840 | * configure.in (target_libraries): Add libgcc-math target library. |
| 3841 | (--enable-libgcc-math): New configure switch. |
| 3842 | * Makefile.in: Re-generate. |
| 3843 | * configure: Re-generate. |
| 3844 | |
| 3845 | 2006-06-05 Jeff Johnston <jjohnstn@redhat.com> |
| 3846 | |
| 3847 | * config-ml.in: Alter CCASFLAGS to include special |
| 3848 | multilib options the same as is done for CFLAGS. |
| 3849 | |
| 3850 | 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com> |
| 3851 | |
| 3852 | * Makefile.def: Added dependencies from sim and gdb on intl, and |
| 3853 | added configure dependencies to everything with an all dependency |
| 3854 | on intl. |
| 3855 | * gettext.m4: Removed. |
| 3856 | * src-release (DEVO_SUPPORT): Don't mention gettext.m4. |
| 3857 | (GDB_SUPPORT_DIRS): Add intl. |
| 3858 | * Makefile.in: Regenerated. |
| 3859 | |
| 3860 | 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com> |
| 3861 | |
| 3862 | * src-release (DEVO_SUPPORT): Add config.rpath. |
| 3863 | |
| 3864 | 2006-05-25 Paolo Bonzini <bonzini@gnu.org> |
| 3865 | |
| 3866 | * Makefile.def (bfd, opcodes): Fix lib_path. |
| 3867 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS. |
| 3868 | (restrap): Move under "@if gcc-bootstrap". Fix typo. |
| 3869 | * Makefile.in: Regenerate. |
| 3870 | |
| 3871 | 2006-05-24 Mark Shinwell <shinwell@codesourcery.com> |
| 3872 | |
| 3873 | * configure.in: Enable gprof for cross builds. |
| 3874 | * configure: Regenerate. |
| 3875 | |
| 3876 | 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com> |
| 3877 | |
| 3878 | * src-release (MAKEINFOFLAGS): Define. |
| 3879 | (do-proto-toplev): Pass MAKEINFOFLAGS to submakes. |
| 3880 | |
| 3881 | 2006-05-14 Ben Elliston <bje@au.ibm.com> |
| 3882 | |
| 3883 | * config.sub, config.guess: Update from upstream sources. |
| 3884 | |
| 3885 | 2006-05-12 Ben Elliston <bje@au.ibm.com> |
| 3886 | |
| 3887 | * config.sub, config.guess: Update from upstream sources. |
| 3888 | |
| 3889 | 2006-05-04 Steve Ellcey <sje@cup.hp.com> |
| 3890 | |
| 3891 | * blt, iwidgets, mmalloc: Remove directories. |
| 3892 | |
| 3893 | 2006-05-01 DJ Delorie <dj@redhat.com> |
| 3894 | |
| 3895 | * configure.in: Restore CFLAGS if GMP isn't present. |
| 3896 | * configure: Regenerate. |
| 3897 | |
| 3898 | 2006-04-18 DJ Delorie <dj@redhat.com> |
| 3899 | |
| 3900 | * configure.in (m32c): Build libstdc++-v3. Pass flags to |
| 3901 | reference libgloss so that libssp can be built in a combined |
| 3902 | tree. |
| 3903 | * configure: Regenerate. |
| 3904 | |
| 3905 | 2006-04-10 Ben Elliston <bje@au.ibm.com> |
| 3906 | |
| 3907 | * contrib: Remove directory. |
| 3908 | |
| 3909 | 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> |
| 3910 | |
| 3911 | * Makefile.tpl: Add install-html target. |
| 3912 | * Makefile.def: Add install-html target. |
| 3913 | * Makefile.in: Regenerate. |
| 3914 | * configure.in: Add --with-datarootdir, --with-docdir, |
| 3915 | and --with-htmldir options. |
| 3916 | * configure: Regenerate. |
| 3917 | |
| 3918 | 2006-03-31 Ben Elliston <bje@au.ibm.com> |
| 3919 | |
| 3920 | PR binutils/1860 |
| 3921 | * configure.in: Require makeinfo 4.4 or higher. |
| 3922 | * configure: Regenerate. |
| 3923 | |
| 3924 | 2006-03-14 Paolo Bonzini <bonzini@gnu.org> |
| 3925 | |
| 3926 | * Makefile.in: Regenerate. |
| 3927 | |
| 3928 | 2006-03-14 Paolo Bonzini <bonzini@gnu.org> |
| 3929 | |
| 3930 | Sync with gcc: |
| 3931 | 2006-03-10 Aldy Hernandez <aldyh@redhat.com> |
| 3932 | |
| 3933 | * configure.in: Handle --disable-<component> generically. |
| 3934 | * configure: Regenerate. |
| 3935 | |
| 3936 | 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com> |
| 3937 | |
| 3938 | * Makefile.tpl (BUILD_CONFIGDIRS): Remove. |
| 3939 | (TARGET_CONFIGDIRS): Remove. |
| 3940 | * configure.in: Remove AC_SUBST(target_configdirs). |
| 3941 | * Makefile.in, configure: Regenerated. |
| 3942 | |
| 3943 | |
| 3944 | 2006-03-01 H.J. Lu <hongjiu.lu@intel.com> |
| 3945 | |
| 3946 | PR libgcj/17311 |
| 3947 | * ltmain.sh: Don't use "$finalize_rpath" for compile. |
| 3948 | |
| 3949 | 2006-02-20 Paolo Bonzini <bonzini@gnu.org> |
| 3950 | |
| 3951 | PR bootstrap/25670 |
| 3952 | |
| 3953 | * Makefile.tpl ([+compare-target+]): Print explanation messages. |
| 3954 | |
| 3955 | * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass. |
| 3956 | * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass. |
| 3957 | (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES, |
| 3958 | BUILD_PREFIX, BUILD_PREFIX_1. |
| 3959 | * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute. |
| 3960 | |
| 3961 | * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too. |
| 3962 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too. |
| 3963 | |
| 3964 | * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+], |
| 3965 | all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead |
| 3966 | of `cat stage_current`. Always provide the `r' and `s' variables. |
| 3967 | (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into |
| 3968 | a single shell execution. |
| 3969 | (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For |
| 3970 | bootstrapped modules, make the stage1 module if the build was not |
| 3971 | started yet, else build the current stage. |
| 3972 | (all-host, all-target): Omit bootstrapped modules (if bootstrapping). |
| 3973 | (all-build, all-host, all-target, [+make_target+]-host, |
| 3974 | [+make_target+]-target): Do not use \-continued lines. |
| 3975 | (target modules): Depend on stage_last, not all-gcc, if bootstrapping. |
| 3976 | (current_stage, restrap, stage_last): New. |
| 3977 | |
| 3978 | * Makefile.in: Regenerate. |
| 3979 | * configure: Regenerate. |
| 3980 | |
| 3981 | 2006-02-14 Paolo Bonzini <bonzini@gnu.org> |
| 3982 | |
| 3983 | Sync from gcc: |
| 3984 | |
| 3985 | 2006-01-31 Richard Guenther <rguenther@suse.de> |
| 3986 | Paolo Bonzini <bonzini@gnu.org> |
| 3987 | |
| 3988 | * Makefile.def (target_modules): Add libgcc-math target module. |
| 3989 | * configure.in (target_libraries): Add libgcc-math target library. |
| 3990 | (--enable-libgcc-math): New configure switch. |
| 3991 | * Makefile.in: Re-generate. |
| 3992 | * configure: Re-generate. |
| 3993 | * libgcc-math: New toplevel directory. |
| 3994 | |
| 3995 | 2006-01-18 Richard Henderson <rth@redhat.com> |
| 3996 | Jakub Jelinek <jakub@redhat.com> |
| 3997 | Diego Novillo <dnovillo@redhat.com> |
| 3998 | |
| 3999 | * libgomp: New directory. |
| 4000 | * Makefile.def: Add target_module libgomp. |
| 4001 | * Makefile.in: Regenerate. |
| 4002 | * configure.in (target_libraries): Add target-libgomp. |
| 4003 | * configure: Regenerate. |
| 4004 | |
| 4005 | 2006-02-14 Paolo Bonzini <bonzini@gnu.org> |
| 4006 | Andreas Schwab <schwab@suse.de> |
| 4007 | |
| 4008 | * configure: Regenerate. |
| 4009 | |
| 4010 | 2006-01-16 Paolo Bonzini <bonzini@gnu.org> |
| 4011 | |
| 4012 | * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier. |
| 4013 | Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find |
| 4014 | the assembler, linker and binutils. |
| 4015 | * configure: Regenerate. |
| 4016 | |
| 4017 | 2006-01-16 Nick Clifton <nickc@redhat.com> |
| 4018 | |
| 4019 | * config.sub, config.guess: Sync from config repository. |
| 4020 | |
| 4021 | 2006-01-05 Alexandre Oliva <aoliva@redhat.com> |
| 4022 | |
| 4023 | * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove |
| 4024 | @ from continuation. |
| 4025 | * Makefile.in: Rebuilt. |
| 4026 | |
| 4027 | 2006-01-04 Paolo Bonzini <bonzini@gnu.org> |
| 4028 | |
| 4029 | Sync from gcc: |
| 4030 | |
| 4031 | 2006-01-04 Paolo Bonzini <bonzini@gnu.org> |
| 4032 | |
| 4033 | PR bootstrap/24252 |
| 4034 | |
| 4035 | * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES. |
| 4036 | * Makefile.tpl (OBJDUMP): New. |
| 4037 | (EXTRA_HOST_FLAGS): Add it. |
| 4038 | (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass. |
| 4039 | |
| 4040 | * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try |
| 4041 | to use symbolic links between directories. Avoid race conditions |
| 4042 | or make them harmless. |
| 4043 | * configure.in: Do not try to use symbolic links between directories. |
| 4044 | |
| 4045 | * Makefile.def (LEAN): Pass. |
| 4046 | * Makefile.tpl (LEAN): Define. |
| 4047 | (stage[+id+]-start): Accept that the previous directory does not |
| 4048 | exist, if the bootstrap is lean. |
| 4049 | (stage[+id+]-bubble): Invoke lean bootstrap commands after |
| 4050 | stage[+id+]-start. Use a makefile variable and an `if' instead of a |
| 4051 | configure substitution. |
| 4052 | ([+compare-target+]): Likewise. |
| 4053 | ([+bootstrap-target+]-lean): New. |
| 4054 | * configure.in: Remove lean bootstrap support from here. |
| 4055 | |
| 4056 | * Makefile.in: Regenerate. |
| 4057 | * configure: Regenerate. |
| 4058 | |
| 4059 | 2006-01-02 Andreas Schwab <schwab@suse.de> |
| 4060 | |
| 4061 | * configure.in: When reconfiguring remove Makefile in |
| 4062 | all stage directories. |
| 4063 | * configure: Regenerate. |
| 4064 | |
| 4065 | 2005-12-27 Leif Ekblad <leif@rdos.net> |
| 4066 | |
| 4067 | * configure.in: Add support for RDOS target. |
| 4068 | * configure: Regenerate. |
| 4069 | |
| 4070 | 2005-12-27 Nick Clifton <nickc@redhat.com> |
| 4071 | |
| 4072 | PR binutils/1990 |
| 4073 | * libtool.m4: Synchronize with version in GCC sources. |
| 4074 | |
| 4075 | 2005-12-20 Paolo Bonzini <bonzini@gnu.org> |
| 4076 | |
| 4077 | Revert Ada-related part of the previous change. |
| 4078 | |
| 4079 | * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET): |
| 4080 | Do not pass. |
| 4081 | * Makefile.tpl (BOOT_ADAFLAGS): Do not define. |
| 4082 | * Makefile.in: Regenerate. |
| 4083 | * configure.in: Do not include mt-ppc-aix target fragment. |
| 4084 | * configure: Regenerate. |
| 4085 | |
| 4086 | 2005-12-19 Paolo Bonzini <bonzini@gnu.org> |
| 4087 | |
| 4088 | * configure.in: Select appropriate fragments for PowerPC/AIX. |
| 4089 | * configure: Regenerate. |
| 4090 | |
| 4091 | * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS, |
| 4092 | BOOT_CFLAGS, BOOT_LDFLAGS. |
| 4093 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS, |
| 4094 | BOOT_CFLAGS, BOOT_LDFLAGS. |
| 4095 | (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET. |
| 4096 | (stage[+id+]-bubble): Pass flags recursively to the comparison target. |
| 4097 | (stage): Fail if we cannot complete the work. |
| 4098 | * Makefile.in: Regenerate. |
| 4099 | |
| 4100 | 2005-12-16 Jeff Johnston <jjohnstn@redhat.com> |
| 4101 | |
| 4102 | * COPYING.NEWLIB: Update copyright year for default |
| 4103 | copyright. |
| 4104 | |
| 4105 | 2005-12-15 Paolo Bonzini <bonzini@gnu.org> |
| 4106 | |
| 4107 | * Makefile.tpl (all, do-[+make_target+], do-check, install, |
| 4108 | install-host-nogcc): Don't invoke $(stage) at the end. |
| 4109 | * Makefile.in: Regenerate. |
| 4110 | |
| 4111 | 2005-12-14 Paolo Bonzini <bonzini@gnu.org> |
| 4112 | |
| 4113 | * configure.in: Flip the top-level bootstrap switch. |
| 4114 | * configure: Regenerate. |
| 4115 | |
| 4116 | Merge from gcc: |
| 4117 | |
| 4118 | 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com> |
| 4119 | |
| 4120 | * Makefile.tpl: Throughout the file, use : $(MAKE) along with |
| 4121 | $(stage) and $(unstage). |
| 4122 | (EXTRA_TARGET_FLAGS): Correct double-quoting. |
| 4123 | (all): Remove stray semicolon. |
| 4124 | (local-distclean): Don't handle multilib.tmp and multilib.out. |
| 4125 | (install.all): Set $s for consistency. |
| 4126 | (configure-[+prefix+][+module+]): Instead of [+deps+], handle |
| 4127 | check_multilibs setting. Always make the install directory. |
| 4128 | (configure-stage[+id+]-[+prefix+][+module+]): Likewise. |
| 4129 | Correct @if/@endif. |
| 4130 | (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif. |
| 4131 | ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove. |
| 4132 | (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR). |
| 4133 | (multilib.out): Remove. |
| 4134 | * Makefile.in: Regenerated. |
| 4135 | |
| 4136 | 2005-12-12 Nathan Sidwell <nathan@codesourcery.com> |
| 4137 | |
| 4138 | * config.sub: Replace ms1 arch with mt. Allow ms1 as alias. |
| 4139 | * configure.in: Replace ms1 arch with mt. |
| 4140 | * configure: Rebuilt. |
| 4141 | |
| 4142 | 2005-12-05 Paolo Bonzini <bonzini@gnu.org> |
| 4143 | |
| 4144 | Sync with gcc: |
| 4145 | |
| 4146 | 2005-12-12 Nathan Sidwell <nathan@codesourcery.com> |
| 4147 | |
| 4148 | * config.sub: Replace ms1 arch with mt. Allow ms1 as alias. |
| 4149 | * configure.in: Replace ms1 arch with mt. |
| 4150 | * configure: Rebuilt. |
| 4151 | |
| 4152 | 2005-12-05 Paolo Bonzini <bonzini@gnu.org> |
| 4153 | |
| 4154 | Sync with gcc: |
| 4155 | |
| 4156 | 2005-12-05 Paolo Bonzini <bonzini@gnu.org> |
| 4157 | |
| 4158 | * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4, |
| 4159 | CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove |
| 4160 | "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below. |
| 4161 | Find in-tree tools if available. |
| 4162 | (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them. |
| 4163 | (CONFIGURED_*_FOR_TARGET): Don't set nor substitute. |
| 4164 | (*_FOR_TARGET): Set them with GCC_TARGET_TOOL. |
| 4165 | (COMPILER_*_FOR_TARGET): New. |
| 4166 | * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs. |
| 4167 | (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols. |
| 4168 | (CONFIGURED_*, USUAL_*): Remove. |
| 4169 | (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO, |
| 4170 | STRIP): Use autoconf substitutions. |
| 4171 | (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET, |
| 4172 | COMPILER_NM_FOR_TARGET): New. |
| 4173 | (EXTRA_HOST_FLAGS): Pass LIPO and STRIP. |
| 4174 | |
| 4175 | (all): Make all-host and all-target in parallel. |
| 4176 | (do-[+make_target+], do-check, install, [+compare-target+]): Ensure |
| 4177 | that $$r and $$s are set before invoking a recursive make. |
| 4178 | (stage[+id+]-bubble): Likewise, and invoke the comparison at the end. |
| 4179 | ([+bootstrap-target+]): Inline most of the `all' target. |
| 4180 | |
| 4181 | 2005-11-29 Ben Elliston <bje@au.ibm.com> |
| 4182 | |
| 4183 | * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc |
| 4184 | from the gcc build directory. |
| 4185 | * Makefile.in: Regenerate. |
| 4186 | |
| 4187 | 2005-11-29 Ben Elliston <bje@au.ibm.com> |
| 4188 | |
| 4189 | * Makefile.def: Add new libdecnumber host_module. Make all-gcc |
| 4190 | depend on all-libdecnumber. |
| 4191 | * configure.in (host_libs): Include libdecnumber. |
| 4192 | * Makefile.in: Regenerate. |
| 4193 | * configure: Likewise. |
| 4194 | |
| 4195 | 2005-11-21 Kean Johnston <jkj@sco.com> |
| 4196 | |
| 4197 | * config.sub, config.guess: Sync from upstream sources. |
| 4198 | |
| 4199 | 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com> |
| 4200 | |
| 4201 | * Makefile.def: Remove gdb dependencies for gdbtk. |
| 4202 | * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables. |
| 4203 | (configure-gdb, install-gdb): New rules. |
| 4204 | * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK. |
| 4205 | * Makefile.in, configure: Regenerated. |
| 4206 | |
| 4207 | 2005-10-22 Paolo Bonzini <bonzini@gnu.org> |
| 4208 | |
| 4209 | PR bootstrap/24297 |
| 4210 | * Makefile.tpl (do-[+make-target+], do-check, install, |
| 4211 | stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s |
| 4212 | are set before recursing. |
| 4213 | * Makefile.in: Regenerate. |
| 4214 | |
| 4215 | 2005-10-20 Eric Botcazou <ebotcazou@adacore.com> |
| 4216 | |
| 4217 | PR bootstrap/18939 |
| 4218 | * Makefile.def (gcc) <target>: Fix thinko. |
| 4219 | * Makefile.in: Regenerate. |
| 4220 | |
| 4221 | 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com> |
| 4222 | |
| 4223 | * configure.in (bfin-*-*): Use test, not brackets, in if statement. |
| 4224 | * configure: Regenerate. |
| 4225 | |
| 4226 | 2005-10-09 Kazu Hirata <kazu@codesourcery.com> |
| 4227 | |
| 4228 | * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs |
| 4229 | target-libffi, target-qthreads, target-libjava, and |
| 4230 | targetlibobjc. |
| 4231 | * configure: Regenerate. |
| 4232 | |
| 4233 | 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com> |
| 4234 | |
| 4235 | * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET. |
| 4236 | * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP. |
| 4237 | (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET) |
| 4238 | (USUAL_OBJDUMP_FOR_TARGET): New. |
| 4239 | (EXTRA_TARGET_FLAGS): Add OBJDUMP. |
| 4240 | * configure.in: Check for $OBJDUMP_FOR_TARGET. |
| 4241 | * configure, Makefile.in: Regenerated. |
| 4242 | |
| 4243 | 2005-10-05 Paolo Bonzini <bonzini@gnu.org> |
| 4244 | |
| 4245 | * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages |
| 4246 | before other host packages. |
| 4247 | |
| 4248 | 2005-10-05 Paolo Bonzini <bonzini@gnu.org> |
| 4249 | |
| 4250 | PR bootstrap/22340 |
| 4251 | |
| 4252 | * configure.in (default_target): Remove. |
| 4253 | * Makefile.tpl (all): Do not use prerequisites as subroutines |
| 4254 | (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet. |
| 4255 | (do-[+make_target+], check, install, [+bootstrap_target+]): Do not |
| 4256 | use prerequisites as subroutines. |
| 4257 | (check-host, check-target): New. |
| 4258 | (bootstrap configure & all targets): Do not use stage*-start |
| 4259 | if the directory layout is already ok. |
| 4260 | (non-bootstrap configure & all targets): Prepend a $(unstage). |
| 4261 | (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL. |
| 4262 | (NOTPARALLEL): Remove. |
| 4263 | (unstage, stage variables): New variables. |
| 4264 | (unstage, stage targets): Simply expand to those variables. |
| 4265 | |
| 4266 | * configure: Regenerate. |
| 4267 | * Makefile.in: Regenerate. |
| 4268 | |
| 4269 | 2005-10-04 James E Wilson <wilson@specifix.com> |
| 4270 | |
| 4271 | * Makefile.def (lang_env_dependencies): Add libmudflap. |
| 4272 | * Makefile.in: Regenerate. |
| 4273 | |
| 4274 | 2005-10-03 Catherine Moore <clm@cm00re.com> |
| 4275 | |
| 4276 | * configure.in (bfin-*-*): Support bfin. |
| 4277 | * configure: Regenerated. |
| 4278 | |
| 4279 | 2005-09-30 H.J. Lu <hongjiu.lu@intel.com> |
| 4280 | |
| 4281 | * configure.in (*-*-darwin*): Build bfd, binutils and opcodes. |
| 4282 | * configure: Regenerated. |
| 4283 | |
| 4284 | 2005-09-28 Geoffrey Keating <geoffk@apple.com> |
| 4285 | |
| 4286 | * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP. |
| 4287 | (LIPO_FOR_TARGET): New. |
| 4288 | (CONFIGURED_LIPO_FOR_TARGET): New. |
| 4289 | (USUAL_LIPO_FOR_TARGET): New. |
| 4290 | (STRIP_FOR_TARGET): New. |
| 4291 | (CONFIGURED_STRIP_FOR_TARGET): New. |
| 4292 | (USUAL_STRIP_FOR_TARGET): New. |
| 4293 | * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and |
| 4294 | STRIP_FOR_TARGET. |
| 4295 | * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET, |
| 4296 | CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET. |
| 4297 | * Makefile.in: Regenerate. |
| 4298 | * configure: Regenerate. |
| 4299 | |
| 4300 | 2005-09-19 David Edelsohn <edelsohn@gnu.org> |
| 4301 | |
| 4302 | * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs. |
| 4303 | (rs6000-*-aix*): Same. |
| 4304 | * configure: Regenerate. |
| 4305 | |
| 4306 | 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr> |
| 4307 | |
| 4308 | * configure.in: Recognize f95 in the --enable-languages option, |
| 4309 | and substitute it for fortran, issuing a warning. |
| 4310 | * configure: Regenerate. |
| 4311 | |
| 4312 | 2005-09-07 Ben Elliston <bje@au.ibm.com> |
| 4313 | |
| 4314 | Import from Autoconf sources: |
| 4315 | |
| 4316 | 2005-09-06 Paul Eggert <eggert@cs.ucla.edu> |
| 4317 | * move-if-change: Don't output "$2 is unchanged"; suggested by Ben |
| 4318 | Elliston. Handle weird characters correctly. |
| 4319 | |
| 4320 | 2005-08-30 Phil Edwards <phil@codesourcery.com> |
| 4321 | |
| 4322 | * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs. |
| 4323 | * configure: Regenerated. |
| 4324 | |
| 4325 | 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com> |
| 4326 | |
| 4327 | * Makefile.def (libssp): Add to lang_env_dependencies. |
| 4328 | * Makefile.in: Regenerate. |
| 4329 | |
| 4330 | 2005-08-17 Christian Groessler <chris@groessler.org> |
| 4331 | |
| 4332 | * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. |
| 4333 | * Makefile.in: Regenerate. |
| 4334 | |
| 4335 | 2005-08-12 Paolo Bonzini <bonzini@gnu.org> |
| 4336 | |
| 4337 | * configure.in: Replace NCN_STRICT_CHECK_TOOL with |
| 4338 | NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS. |
| 4339 | Look for alternate names of the target cc and c++ |
| 4340 | * configure: Regenerate. |
| 4341 | |
| 4342 | 2005-08-08 Paolo Bonzini <bonzini@gnu.org> |
| 4343 | |
| 4344 | * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET, |
| 4345 | GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find |
| 4346 | them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target |
| 4347 | tools; remove code to manually set them. |
| 4348 | (Target tools): Look in the environment for them. |
| 4349 | * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET, |
| 4350 | GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine. |
| 4351 | (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc |
| 4352 | build directory. |
| 4353 | (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET, |
| 4354 | CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET, |
| 4355 | CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET, |
| 4356 | USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET, |
| 4357 | USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New. |
| 4358 | (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, |
| 4359 | RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete. |
| 4360 | * configure: Regenerate. |
| 4361 | * Makefile.in: Regenerate. |
| 4362 | |
| 4363 | 2005-07-27 Mark Mitchell <mark@codesourcery.com> |
| 4364 | |
| 4365 | * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET. |
| 4366 | * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. |
| 4367 | * Makefile.in: Regenerated. |
| 4368 | |
| 4369 | 2005-07-26 Mark Mitchell <mark@codesourcery.com> |
| 4370 | |
| 4371 | * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable. |
| 4372 | (CFLAGS_FOR_TARGET): Use it. |
| 4373 | (CXXFLAGS_FOR_TARGET): Likewise. |
| 4374 | * Makefile.in: Regenerated. |
| 4375 | * configure.in (--with-build-sysroot): New option. |
| 4376 | * configure: Regenerated. |
| 4377 | |
| 4378 | 2005-07-24 Paolo Bonzini <bonzini@gnu.org> |
| 4379 | |
| 4380 | * Makefile.tpl: Wrap install between unstage and stage |
| 4381 | * Makefile.in: Regenerate. |
| 4382 | |
| 4383 | 2005-07-16 Kelley Cook <kcook@gcc.gnu.org> |
| 4384 | |
| 4385 | * all files: Update FSF address. |
| 4386 | |
| 4387 | 2005-07-14 Jim Blandy <jimb@redhat.com> |
| 4388 | |
| 4389 | * configure.in: Add cases for Renesas m32c. |
| 4390 | * configure: Regenerated. |
| 4391 | |
| 4392 | 2005-07-14 Kelley Cook <kcook@gcc.gnu.org> |
| 4393 | |
| 4394 | * COPYING, compile, config-ml.in, config.guess, |
| 4395 | config.sub, install-sh, missing, mkinstalldirs, |
| 4396 | symlink-tree, ylwrap: Sync from upstream sources. |
| 4397 | |
| 4398 | 2005-07-13 Eric Christopher <echristo@redhat.com> |
| 4399 | |
| 4400 | * configure.in: Add toplevel noconfigdir support for tpf. |
| 4401 | * configure: Regenerate. |
| 4402 | |
| 4403 | 2005-07-11 Jakub Jelinek <jakub@redhat.com> |
| 4404 | |
| 4405 | * Makefile.def (target_modules): Add libssp. |
| 4406 | * configure.in (target_libraries): Add target-libssp. |
| 4407 | * configure: Rebuilt. |
| 4408 | * Makefile.in: Rebuilt. |
| 4409 | |
| 4410 | 2005-07-11 Paolo Bonzini <bonzini@gnu.org> |
| 4411 | |
| 4412 | PR ada/22340 |
| 4413 | |
| 4414 | * Makefile.def: Sync with gcc. |
| 4415 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto. |
| 4416 | * Makefile.in: Regenerate. |
| 4417 | |
| 4418 | 2005-07-07 Andreas Schwab <schwab@suse.de> |
| 4419 | |
| 4420 | * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD. |
| 4421 | * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here. |
| 4422 | * Makefile.in: Regenerated. |
| 4423 | |
| 4424 | 2005-07-07 Kazu Hirata <kazu@codesourcery.com> |
| 4425 | |
| 4426 | * configure.in: Add --enable-libssp and --disable-libssp. |
| 4427 | * configure: Regenerate with autoconf-2.13. |
| 4428 | |
| 4429 | 2005-07-06 Geoffrey Keating <geoffk@apple.com> |
| 4430 | |
| 4431 | * configure.in: Don't build sim or rda when targetting darwin. |
| 4432 | * configure: Regenerate. |
| 4433 | |
| 4434 | 2005-07-04 Ben Elliston <bje@gnu.org> |
| 4435 | |
| 4436 | * src-release (do-proto-toplev): Remove dejagnu bits. |
| 4437 | (DEJAGNU_SUPPORT_DIRS): Remove. |
| 4438 | (dejagnu.tar.bz2, dejagnu.tar): Likewise. |
| 4439 | (GDBD_SUPPORT_DIRS): Likewise. |
| 4440 | (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise. |
| 4441 | (INSIGHTD_SUPPORT_DIRS): Likewise. |
| 4442 | (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise. |
| 4443 | |
| 4444 | 2005-06-30 Ben Elliston <bje@gnu.org> |
| 4445 | |
| 4446 | * setup.com (mpw): Remove unused directive. |
| 4447 | |
| 4448 | 2005-06-22 Paolo Bonzini <bonzini@gnu.org> |
| 4449 | |
| 4450 | * Makefile.def (stagefeedback): Come after profile. |
| 4451 | Define profiledbootstrap target. |
| 4452 | * Makefile.tpl (profiledbootstrap): Remove. |
| 4453 | (stageprofile-end): Zap stagefeedback. |
| 4454 | (stagefeedback-start): Copy all .gcda files, not only GCC's. |
| 4455 | * Makefile.in: Regenerate. |
| 4456 | |
| 4457 | 2005-06-13 Zack Weinberg <zack@codesourcery.com> |
| 4458 | |
| 4459 | * depcomp: Update from automake CVS. Add 'ia64hp' stanza. |
| 4460 | In 'cpp' stanza, support '#line' as well as '# '. |
| 4461 | |
| 4462 | 2005-06-07 Hans-Peter Nilsson <hp@axis.com> |
| 4463 | |
| 4464 | * configure.in (unsupported_languages): New macro. |
| 4465 | <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit |
| 4466 | non-ported target libraries in noconfigdirs. |
| 4467 | <cris-*, crisv32-*> Ditto, except for non-aout, non-elf, |
| 4468 | non-linux-gnu. Remove libgcj_ex_libffi. |
| 4469 | <lang_frag loop>: Set add_this_lang=no if the language is in |
| 4470 | unsupported_languages. |
| 4471 | * configure: Regenerate. |
| 4472 | |
| 4473 | 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> |
| 4474 | |
| 4475 | * configure.in: Fix typo in handling of --with-mpfr-dir. |
| 4476 | * configure: Regenerate. |
| 4477 | |
| 4478 | 2005-06-02 Jim Blandy <jimb@redhat.com> |
| 4479 | |
| 4480 | * config.sub: Add cases for the Renesas m32c. (This patch has been |
| 4481 | accepted into the master sources.) |
| 4482 | |
| 4483 | 2005-06-02 Aldy Hernandez <aldyh@redhat.com> |
| 4484 | Michael Snyder <msnyder@redhat.com> |
| 4485 | Stan Cox <scox@redhat.com> |
| 4486 | |
| 4487 | * configure.in: Set noconfigdirs for ms1. |
| 4488 | |
| 4489 | * configure: Regenerate. |
| 4490 | |
| 4491 | 2005-05-25 Paolo Bonzini <bonzini@gnu.org> |
| 4492 | |
| 4493 | * Makefile.tpl (stage[+id+]-start): Iterate over target module as well. |
| 4494 | (Dependencies): Consider target modules for bootstrap dependencies. |
| 4495 | Make target bootstrap modules depend on each stage's gcc. |
| 4496 | * Makefile.in: Regenerate. |
| 4497 | |
| 4498 | 2005-05-20 Paolo Bonzini <bonzini@gnu.org> |
| 4499 | |
| 4500 | * Makefile.def (configure-gcc): Depend on binutils having been built. |
| 4501 | (all-gcc): No need to do it here. |
| 4502 | * Makefile.in: Regenerate. |
| 4503 | |
| 4504 | 2005-05-19 Paul Brook <paul@codesourcery.com> |
| 4505 | |
| 4506 | * configure.in: Rewrite misleading error message when requested |
| 4507 | language cannot be built. |
| 4508 | * configure: Regenerate. |
| 4509 | |
| 4510 | 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com> |
| 4511 | |
| 4512 | * ylwrap: Import from Automake 1.9.5. |
| 4513 | |
| 4514 | 2005-05-04 Mike Stump <mrs@apple.com> |
| 4515 | |
| 4516 | * configure.in: Always pass --target to target configures as |
| 4517 | otherwise rebuilds that do --recheck will fail. |
| 4518 | * configure: Rebuilt. |
| 4519 | |
| 4520 | 2005-05-04 Paolo Bonzini <bonzini@gnu.org> |
| 4521 | |
| 4522 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from |
| 4523 | STAGE_HOST_EXPORTS. |
| 4524 | (configure, all): Add bootstrap support. |
| 4525 | (Host modules, target modules): Pass post-stage1 flags and exports. |
| 4526 | (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere. |
| 4527 | * Makefile.in: Regenerate. |
| 4528 | |
| 4529 | 2005-04-29 Paolo Bonzini <bonzini@gnu.org> |
| 4530 | |
| 4531 | Sync from gcc: |
| 4532 | |
| 4533 | 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com> |
| 4534 | |
| 4535 | * config.sub: Update from master copy. |
| 4536 | |
| 4537 | 2005-04-19 Hans-Peter Nilsson <hp@axis.com> |
| 4538 | |
| 4539 | * configure.in <crisv32-*-*, cris-*-*>: New local variable |
| 4540 | libgcj_ex_libffi. Have specific match for *-*-linux*. Separate |
| 4541 | matches for "*-*-aout" and "*-*-elf". Don't disable libffi for |
| 4542 | "*-*-elf" and "*-*-linux*". |
| 4543 | * configure: Regenerate. |
| 4544 | |
| 4545 | 2005-04-06 Paolo Bonzini <bonzini@gnu.org> |
| 4546 | |
| 4547 | * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir. |
| 4548 | (TARGET_CONFIGARGS): Include --with-target-subdir. |
| 4549 | (configure, all): New macros. Use them throughout. |
| 4550 | |
| 4551 | 2005-04-05 Paolo Bonzini <bonzini@gnu.org> |
| 4552 | |
| 4553 | * Makefile.tpl: Sync with gcc. |
| 4554 | * Makefile.in: Regenerate. |
| 4555 | |
| 4556 | 2005-03-30 J"orn Rennecke <joern.rennecke@st.com> |
| 4557 | |
| 4558 | * config/mh-mingw32: Delete. |
| 4559 | * configure.in: Don't use it. |
| 4560 | * configure: Regenerate. |
| 4561 | |
| 4562 | 2005-03-31 Paolo Bonzini <bonzini@gnu.org> |
| 4563 | |
| 4564 | * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path. |
| 4565 | * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove. |
| 4566 | (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR). |
| 4567 | (HOST_LIB_PATH): Generate from Makefile.def. |
| 4568 | (TARGET_LIB_PATH): Likewise. |
| 4569 | (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR. |
| 4570 | * Makefile.in: Regenerate. |
| 4571 | * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove. |
| 4572 | (RPATH_ENVVAR): Include Darwin case. |
| 4573 | * configure: Regenerate. |
| 4574 | |
| 4575 | 2005-03-25 Paolo Bonzini <bonzini@gnu.org> |
| 4576 | |
| 4577 | * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin. |
| 4578 | * configure: Regenerate. |
| 4579 | |
| 4580 | 2005-03-21 Zack Weinberg <zack@codesourcery.com> |
| 4581 | |
| 4582 | * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir, |
| 4583 | gcc_version, and gcc_version_trigger from set of flags to pass. |
| 4584 | * Makefile.tpl: Remove definitions of above variables. |
| 4585 | (config.status): Remove dependency on $(gcc_version_trigger). |
| 4586 | * Makefile.in: Regenerate. |
| 4587 | * configure.in: Do not reference config/gcc-version.m4 nor |
| 4588 | config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor |
| 4589 | TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger. |
| 4590 | * configure: Regenerate. |
| 4591 | |
| 4592 | 2005-03-16 Manfred Hollstein <manfred.h@gmx.net> |
| 4593 | Andrew Pinski <pinskia@physics.uc.edu> |
| 4594 | |
| 4595 | * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi. |
| 4596 | * Makefile.in: Regenerate. |
| 4597 | |
| 4598 | 2005-03-01 Alexandre Oliva <aoliva@redhat.com> |
| 4599 | |
| 4600 | PR libgcj/20160 |
| 4601 | * ltmain.sh: Avoid creating archives with components that have |
| 4602 | duplicate basenames. |
| 4603 | |
| 4604 | 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu> |
| 4605 | |
| 4606 | PR bootstrap/20250 |
| 4607 | * Makefile.tpl (HOST target installs): Fix copy and pasto, use install |
| 4608 | instead of check. |
| 4609 | * Makefile.in: Regenerate. |
| 4610 | |
| 4611 | 2005-02-28 Paolo Bonzini <bonzini@gnu.org> |
| 4612 | |
| 4613 | Sync from gcc. |
| 4614 | |
| 4615 | 2005-02-28 Paolo Bonzini <bonzini@gnu.org> |
| 4616 | |
| 4617 | PR bootstrap/17383 |
| 4618 | * Makefile.def (target_modules): Remove "stage", now unnecessary. |
| 4619 | * Makefile.tpl (HOST_SUBDIR): New substitution. |
| 4620 | (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET, |
| 4621 | USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET, |
| 4622 | USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET, |
| 4623 | USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it. |
| 4624 | (Host modules, Bootstrapped modules): Use it. |
| 4625 | (Build modules, Target modules): Do not create symlink trees, |
| 4626 | always configure out-of-srcdir. |
| 4627 | (distclean): Try removing $(host_subdir) with rm before using rm -rf. |
| 4628 | * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET, |
| 4629 | GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use |
| 4630 | $(HOST_SUBDIR). Create a symlink for host_subdir. |
| 4631 | |
| 4632 | * Makefile.in: Regenerate. |
| 4633 | * configure: Regenerate. |
| 4634 | |
| 4635 | Merged from libada-gnattools-branch: |
| 4636 | 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org> |
| 4637 | |
| 4638 | * Makefile.def: Add gnattools as a module, depending on target-libada. |
| 4639 | * Makefile.in: Regenerate. |
| 4640 | * configure.in: Include gnattools in host_tools; disable it if ada |
| 4641 | is disabled. |
| 4642 | * configure: Regenerate. |
| 4643 | |
| 4644 | 2005-02-23 Nick Clifton <nickc@redhat.com> |
| 4645 | |
| 4646 | * configure: Regenerate. |
| 4647 | |
| 4648 | 2005-02-22 Paul Schlie <schlie@comcast.net> |
| 4649 | |
| 4650 | * configure.in: Allow darwin targeted ports to build tk, itcl and |
| 4651 | libgui. |
| 4652 | |
| 4653 | 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr> |
| 4654 | |
| 4655 | PR libgcj/10353 |
| 4656 | * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj. |
| 4657 | * configure: Regenerate. |
| 4658 | |
| 4659 | 2005-02-08 Andrew Cagney <cagney@gnu.org> |
| 4660 | |
| 4661 | * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the |
| 4662 | gdb/ section. Update GDB's URL. |
| 4663 | |
| 4664 | 2005-01-31 Andrew Cagney <cagney@gnu.org> |
| 4665 | |
| 4666 | * gettext.m4: Only set ENABLE_NLS when gettext is present. |
| 4667 | |
| 4668 | 2005-01-29 Hans-Peter Nilsson <hp@axis.com> |
| 4669 | |
| 4670 | * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*. |
| 4671 | <crisv32-*-*, cris-*-*>: Only disable target-newlib and |
| 4672 | target-libgloss when not *-*-elf and *-*-aout. |
| 4673 | * configure: Regenerate. |
| 4674 | |
| 4675 | 2005-01-27 Andrew Cagney <cagney@gnu.org> |
| 4676 | |
| 4677 | * gettext.m4: Don't use NONE as a default for CATOBJEXT. |
| 4678 | |
| 4679 | 2005-01-24 Andrew Cagney <cagney@gnu.org> |
| 4680 | |
| 4681 | * gettext.m4: Only fall back to ../intl/ when it's present. |
| 4682 | |
| 4683 | 2005-01-17 Kelley Cook <kcook@gcc.gnu.org> |
| 4684 | |
| 4685 | * install-sh, config.sub: Import from upstream. |
| 4686 | |
| 4687 | 2005-01-17 Kelley Cook <kcook@gcc.gnu.org> |
| 4688 | |
| 4689 | PR bootstrap/18222 |
| 4690 | * Makefile.def: Pass CPPFLAGS_FOR_TARGET. |
| 4691 | * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET. |
| 4692 | * Makefile.in: Regenerate. |
| 4693 | |
| 4694 | 2005-01-03 Paolo Bonzini <bonzini@gnu.org> |
| 4695 | |
| 4696 | Revert 2004-12-28 Makefile changes, a better fix will be |
| 4697 | applied to mainline and src after GCC 4.0 branches. |
| 4698 | |
| 4699 | 2004-12-28 Paolo Bonzini <bonzini@gnu.org> |
| 4700 | |
| 4701 | PR bootstrap/17383 |
| 4702 | |
| 4703 | * Makefile.def (target_modules): Remove stage parameter, |
| 4704 | it is always true now. |
| 4705 | * Makefile.tpl (configure-build-[+module+], |
| 4706 | configure-target-[+module+]): Always build symlink tree |
| 4707 | for the directory and for include. BUILD_SUBDIR and |
| 4708 | TARGET_SUBDIR cannot be . anymore. |
| 4709 | * Makefile.in: Regenerate. |
| 4710 | |
| 4711 | 2004-12-25 David Edelsohn <edelsohn@gnu.org> |
| 4712 | |
| 4713 | Revert 2004-12-08 Makefile changes. |
| 4714 | |
| 4715 | 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com> |
| 4716 | |
| 4717 | * configure.in (sh64-*-*): Reenable gprof. |
| 4718 | * configure: Regenerate. |
| 4719 | |
| 4720 | 2004-12-09 Jim Blandy <jimb@redhat.com> |
| 4721 | |
| 4722 | * MAINTAINERS: List 'depcomp' as part of automake. |
| 4723 | |
| 4724 | 2004-12-08 David Edelsohn <edelsohn@gnu.org> |
| 4725 | |
| 4726 | * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET. |
| 4727 | * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG. |
| 4728 | (EXTRA_TARGET_FLAGS): Add PICFLAG. |
| 4729 | * Makefile.in: Regenerate. |
| 4730 | |
| 4731 | 2004-12-07 Matt Kraai <kraai@ftbfs.org> |
| 4732 | |
| 4733 | * Makefile.tpl: Generate normal dependencies if the LHS module is |
| 4734 | not bootstrapped. |
| 4735 | * Makefile.in: Regenerate. |
| 4736 | |
| 4737 | 2004-12-03 Richard Sandiford <rsandifo@redhat.com> |
| 4738 | |
| 4739 | * configure.in: Include config/gxx-include-dir.m4. Use |
| 4740 | TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs. |
| 4741 | * configure: Regenerate. |
| 4742 | |
| 4743 | 2004-12-03 Richard Sandiford <rsandifo@redhat.com> |
| 4744 | |
| 4745 | * config.if: Delete. |
| 4746 | * configure.in: Set libstdcxx_incdir directly. |
| 4747 | * configure: Regenerate. |
| 4748 | * MAINTAINERS: Remove mention of config.if. |
| 4749 | * src-release (DEVO_SUPPORT): Remove config.if. |
| 4750 | |
| 4751 | 2004-12-02 Eric Christopher <echristo@redhat.com> |
| 4752 | |
| 4753 | * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list |
| 4754 | of things to remove. |
| 4755 | * Makefile.in: Regenerate. |
| 4756 | |
| 4757 | 2004-12-02 Richard Sandiford <rsandifo@redhat.com> |
| 4758 | |
| 4759 | * configure.in: Clear gcc_version_trigger if the file doesn't exist. |
| 4760 | * configure: Regenerate. |
| 4761 | |
| 4762 | 2004-12-02 Richard Sandiford <rsandifo@redhat.com> |
| 4763 | |
| 4764 | * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION |
| 4765 | to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs. |
| 4766 | * configure: Regenerate. |
| 4767 | |
| 4768 | 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| 4769 | |
| 4770 | * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. |
| 4771 | (hppa*64*-*-*): Delete incorrect comment. |
| 4772 | * configure: Rebuilt. |
| 4773 | |
| 4774 | 2004-11-15 Kelley Cook <kcook@gcc.gnu.org> |
| 4775 | |
| 4776 | * install-sh, compile: Import from automake. |
| 4777 | |
| 4778 | 2004-11-15 Kelley Cook <kcook@gcc.gnu.org> |
| 4779 | |
| 4780 | * config.guess, config.sub: Import from savannnah. |
| 4781 | |
| 4782 | 2004-11-12 Mike Stump <mrs@apple.com> |
| 4783 | |
| 4784 | * Makefile.def: Add html support. |
| 4785 | * Makefile.tpl: Likewise. |
| 4786 | * Makefile.in: Regenerate. |
| 4787 | |
| 4788 | 2004-11-11 Geoffrey Keating <geoffk@apple.com> |
| 4789 | |
| 4790 | PR 18423 |
| 4791 | * configure.in: Remove all instances of build-fixincludes from |
| 4792 | noconfigdirs. |
| 4793 | (build_configargs): Supply --target to subdirectories. |
| 4794 | * configure: Regenerate. |
| 4795 | |
| 4796 | * Makefile.def: Make gcc install depend on fixincludes install. |
| 4797 | * Makefile.in: Regenerate. |
| 4798 | |
| 4799 | 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com> |
| 4800 | |
| 4801 | * configure.in (noconfigdirs) [mmix-*-*]: Disable |
| 4802 | target-libgfortran. |
| 4803 | * configure: Regenerate. |
| 4804 | |
| 4805 | 2004-11-07 David Edelsohn <edelsohn@gnu.org> |
| 4806 | |
| 4807 | * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN |
| 4808 | like CC. |
| 4809 | |
| 4810 | 2004-11-05 Paolo Bonzini <bonzini@gnu.org> |
| 4811 | |
| 4812 | * Makefile.def (host fixincludes): Specify missing targets. |
| 4813 | * Makefile.in: Regenerate. |
| 4814 | |
| 4815 | 2004-11-04 H.J. Lu <hongjiu.lu@intel.com> |
| 4816 | |
| 4817 | PR other/17783 |
| 4818 | * configure.in: Set up LD_LIBRARY_PATH by default for gcc. |
| 4819 | * configure: Regenerated. |
| 4820 | |
| 4821 | 2004-11-04 Daniel Jacobowitz <dan@debian.org> |
| 4822 | |
| 4823 | * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove. |
| 4824 | * configure: Regenerated. |
| 4825 | |
| 4826 | 2004-10-28 Eric B. Weddington <ericw@evcohs.com> |
| 4827 | |
| 4828 | PR target/18151 |
| 4829 | * configure.in (case ${target}): Do not build fixincludes for avr. |
| 4830 | * configure: Regenerated. |
| 4831 | |
| 4832 | 2004-10-26 Paolo Bonzini <bonzini@gnu.org> |
| 4833 | |
| 4834 | * configure.in (case ${target}): Do not build fixincludes |
| 4835 | on platforms where it is not used. |
| 4836 | * configure: Regenerated. |
| 4837 | |
| 4838 | 2004-10-23 Daniel Jacobowitz <dan@debian.org> |
| 4839 | |
| 4840 | * configure.in: Use an absolute path to install-sh. |
| 4841 | * configure: Regenerated. |
| 4842 | |
| 4843 | 2004-10-19 Andrew Cagney <cagney@gnu.org> |
| 4844 | |
| 4845 | * src-release (do-djunpack, do-md5sum): Install the generated file |
| 4846 | directly into the proto-toplev/ directory. |
| 4847 | |
| 4848 | 2004-10-19 Andrew Cagney <cagney@gnu.org> |
| 4849 | |
| 4850 | * src-release (GDB_SUPPORT_DIRS): Remove utils and intl. |
| 4851 | |
| 4852 | 2004-10-12 Kelley Cook <kcook@gcc.gnu.org> |
| 4853 | |
| 4854 | * configure.in (*-*-cygwin*): Supress warning if newlib not present. |
| 4855 | * configure: Regenerate. |
| 4856 | |
| 4857 | 2004-10-06 Paolo Bonzini <bonzini@gnu.org> |
| 4858 | |
| 4859 | Fix wrong conflict resolution in: |
| 4860 | |
| 4861 | 2004-08-16 Paolo Bonzini <bonzini@gnu.org> |
| 4862 | |
| 4863 | * Makefile.in: Regenerate. |
| 4864 | * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) |
| 4865 | in the recursive `make', instead of hardwiring `all'. |
| 4866 | (Autogenerated TARGET-* variables): New. |
| 4867 | |
| 4868 | 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com> |
| 4869 | |
| 4870 | Merged from GCC / libtool upstream: |
| 4871 | 2004-10-02 P.J. Darcy <darcypj@us.ibm.com> |
| 4872 | * ltcf-c.sh (tpf*): Add ld_shlibs=yes. |
| 4873 | * ltcf-cxx.sh (tpf*): Likewise. |
| 4874 | * ltconfig (tpf*): Add TPF OS configuration support. |
| 4875 | |
| 4876 | 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com> |
| 4877 | |
| 4878 | * configure.in: Enable target-libgloss for crx-*-*. |
| 4879 | * configure: Regenerate. |
| 4880 | |
| 4881 | 2004-09-24 Michael Roth <mroth@nessie.de> |
| 4882 | |
| 4883 | * configure.in (--without-headers): Add missing double quotes. |
| 4884 | * configure: Regenerate. |
| 4885 | |
| 4886 | 2004-09-24 Kelley Cook <kcook@gcc.gnu.org> |
| 4887 | |
| 4888 | * ylwrap: Revert to previous version. |
| 4889 | |
| 4890 | 2004-09-23 H.J. Lu <hongjiu.lu@intel.com> |
| 4891 | |
| 4892 | PR bootstrap/17369 |
| 4893 | * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@. |
| 4894 | (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export |
| 4895 | SET_GCC_LIB_PATH_CMD. |
| 4896 | (BASE_TARGET_EXPORTS): Likewise. |
| 4897 | * Makefile.in: Regenerated. |
| 4898 | |
| 4899 | * configure.in (SET_GCC_LIB_PATH): Set and substitute. |
| 4900 | * configure: Regenerated. |
| 4901 | |
| 4902 | 2004-09-23 Kelley Cook <kcook@gcc.gnu.org> |
| 4903 | |
| 4904 | * config.guess: New upstream version |
| 4905 | * compile, depcomp, install-sh, ylwrap: Likewise. |
| 4906 | |
| 4907 | 2004-09-19 Roger Sayle <roger@eyesopen.com> |
| 4908 | |
| 4909 | * config/mh-x86omitfp: New host makefile fragment. Add |
| 4910 | -fomit-frame-pointer to the default BOOT_CFLAGS. |
| 4911 | * configure.in: Use it to speed up bootstrap on some IA-32 hosts. |
| 4912 | * configure: Regenerate. |
| 4913 | |
| 4914 | 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu> |
| 4915 | |
| 4916 | PR target/11572 |
| 4917 | * configure.in (*-*-darwin*): Renable libobjc. |
| 4918 | * configure: Regenerate. |
| 4919 | |
| 4920 | 2004-09-09 Daniel Berlin <dberlin@dberlin.org> |
| 4921 | |
| 4922 | * Makefile.def: Remove libbanshee. |
| 4923 | * Makefile.tpl: Ditto. |
| 4924 | * configure.in: Ditto. |
| 4925 | * Makefile.in: Regen. |
| 4926 | * configure: Ditto. |
| 4927 | |
| 4928 | 2004-09-07 Paolo Bonzini <bonzini@gnu.org> |
| 4929 | |
| 4930 | * missing: Import latest version from master repository. |
| 4931 | |
| 4932 | 2004-09-04 Nick Clifton <nickc@redhat.com> |
| 4933 | |
| 4934 | * config.sub: Import latest version from master repository. |
| 4935 | * config.guess: Likewise. |
| 4936 | This includes these changes: |
| 4937 | |
| 4938 | 2004-08-27 Hans-Peter Nilsson <hp@axis.com> |
| 4939 | |
| 4940 | * config.sub: Handle crisv32, alias etraxfs. |
| 4941 | * config.guess (crisv32:Linux:*:*): Handle. |
| 4942 | |
| 4943 | 2004-08-13 Brad Smith <brad@comstyle.com> |
| 4944 | |
| 4945 | * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines. |
| 4946 | (sgi:OpenBSD:*:*): Emit mips64, not mipseb. |
| 4947 | |
| 4948 | 2004-08-11 Paul Eggert <eggert@cs.ucla.edu> |
| 4949 | |
| 4950 | * config.guess (*:Darwin:*:*): If uname -p reports "unknown", |
| 4951 | assume the processor is a powerpc. This is because coreutils |
| 4952 | uname (at least versions 4.5.7 through 5.2.1) outputs "unknown" |
| 4953 | in this case, due to a MacOS X bug that causes |
| 4954 | sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0) |
| 4955 | to return a negative number. |
| 4956 | Problem reported by Petter Reinholdtsen in: |
| 4957 | http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html |
| 4958 | |
| 4959 | 2004-07-19 Ben Elliston <bje@gnu.org> |
| 4960 | |
| 4961 | * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine. |
| 4962 | |
| 4963 | 2004-06-24 Ben Elliston <bje@gnu.org> |
| 4964 | |
| 4965 | * config.guess: Update copyright years. |
| 4966 | * config.sub: Likewise. |
| 4967 | |
| 4968 | 2004-06-22 Robert Millan <robertmh@gnu.org> |
| 4969 | |
| 4970 | * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded |
| 4971 | since GNU/kFreeBSD systems match *:GNU/*:*:* instead). |
| 4972 | |
| 4973 | 2004-06-22 Stanley F. Quayle <stan@stanq.com> |
| 4974 | |
| 4975 | * config.guess (*:*VMS:*:*): New entry. Replaces |
| 4976 | Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec |
| 4977 | manufacturer. |
| 4978 | |
| 4979 | 2004-06-22 Ben Elliston <bje@gnu.org> |
| 4980 | |
| 4981 | * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>. |
| 4982 | * config.sub: Likewise. |
| 4983 | |
| 4984 | 2004-06-22 Ben Elliston <bje@gnu.org> |
| 4985 | |
| 4986 | Reported by Hans-Peter Nilsson <hp@bitrange.com>: |
| 4987 | * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware. |
| 4988 | |
| 4989 | 2004-06-11 Ben Elliston <bje@gnu.org> |
| 4990 | |
| 4991 | * config.guess (pegasos:OpenBSD:*:*): Remove. |
| 4992 | |
| 4993 | 2004-06-11 Ben Elliston <bje@gnu.org> |
| 4994 | |
| 4995 | From Wouter Verhelst <wouter@grep.be>: |
| 4996 | * config.guess (M68*:*:R3V[5678]:*): Detect R3V8. |
| 4997 | |
| 4998 | 2004-06-11 Ben Elliston <bje@gnu.org> |
| 4999 | |
| 5000 | * config.guess (luna88k:OpenBSD:*:*): New. |
| 5001 | |
| 5002 | 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> |
| 5003 | |
| 5004 | * config.guess (m32r*:Linux:*:*): New case. |
| 5005 | * config.sub: Handle m32rle. |
| 5006 | |
| 5007 | 2004-03-12 Ben Elliston <bje@wasabisystems.com> |
| 5008 | |
| 5009 | From Jens Petersen <petersen@redhat.com>: |
| 5010 | * config.sub: Handle sparcv8. |
| 5011 | |
| 5012 | 2004-03-03 Ben Elliston <bje@wasabisystems.com> |
| 5013 | |
| 5014 | From Tom Smith <smith@cag.lkg.hp.com>: |
| 5015 | * config.guess: Version suffixes are equally significant on Tru64 |
| 5016 | V4.* and V5.*, so do not ignore them on V5.*. Handle a version |
| 5017 | prefix of "P" (patched kernel). |
| 5018 | |
| 5019 | 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com> |
| 5020 | |
| 5021 | * config.sub: Add support for National Semiconductor CRX target. |
| 5022 | |
| 5023 | 2004-09-03 Jan Beulich <jbeulich@novell.com> |
| 5024 | |
| 5025 | * configure.in: Remove target-libstdc++-v3 from noconfigdirs for |
| 5026 | *-*-netware, but add target-libmudflap. |
| 5027 | Consolidate *-*-netware targets (of which really only i?86 exists) |
| 5028 | into a single entry. |
| 5029 | * configure: Likewise. |
| 5030 | |
| 5031 | 2004-09-01 Paolo Bonzini <bonzini@gnu.org> |
| 5032 | |
| 5033 | * Makefile.tpl (sorry): Remove. |
| 5034 | (clean-stage[+id+], clean-stage[+id+]-module): New targets. |
| 5035 | (cleanstrap targets): Depend on distclean, not distclean-stage1. |
| 5036 | (do-clean): Clean per-stage directories too. |
| 5037 | (do-distclean): Run distclean-stage1 too. |
| 5038 | (.NOTPARALLEL): Enable during toplevel bootstrap. |
| 5039 | (stage[+id+]-bubble): Enable parallel execution during |
| 5040 | the recursive invocation. |
| 5041 | * Makefile.in: Regenerate. |
| 5042 | |
| 5043 | Sync from gcc (moving the Makefile.in change to Makefile.tpl): |
| 5044 | |
| 5045 | 2004-08-31 Robert Bowdidge <bowdidge@apple.com> |
| 5046 | |
| 5047 | * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include. |
| 5048 | * configure.in: add test for powerpc-*-darwin* to specify makefile frag |
| 5049 | * configure: regenerate |
| 5050 | * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for |
| 5051 | -mdynamic-no-pic |
| 5052 | |
| 5053 | 2004-08-31 Paolo Bonzini <bonzini@gnu.org> |
| 5054 | |
| 5055 | * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment |
| 5056 | include. |
| 5057 | * configure.in: Fix indentation. |
| 5058 | * configure: Regenerate. |
| 5059 | |
| 5060 | 2004-08-31 Paolo Bonzini <bonzini@gnu.org> |
| 5061 | |
| 5062 | * Makefile.def (build_modules): Add fixincludes. |
| 5063 | (dependencies): Make gcc depend on fixincludes. |
| 5064 | * configure.in (build_tools): Add fixincludes. |
| 5065 | (build_configdirs): Always include build_libs. |
| 5066 | * Makefile.in: Regenerate. |
| 5067 | * configure: Regenerate. |
| 5068 | |
| 5069 | 2004-08-30 Paolo Bonzini <bonzini@gnu.org> |
| 5070 | |
| 5071 | * Makefile.def (bootstrap stages): Add 'lean' parameter. |
| 5072 | * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into |
| 5073 | phony targets; do not generate timestamp files. |
| 5074 | (distclean-stageN): Remove references to their timestamp files. |
| 5075 | (restageN, touch-stageN): Remove. |
| 5076 | (stageN-bubble): Rewritten. |
| 5077 | (compare): Support lean bootstraps. |
| 5078 | * Makefile.in: Regenerate. |
| 5079 | |
| 5080 | * configure.in: Only warn when bootstrapping but |
| 5081 | build != host or build != target. Support lean bootstraps. |
| 5082 | * configure: Regenerate. |
| 5083 | |
| 5084 | Sync from gcc: |
| 5085 | 2004-08-26 Phil Edwards <phil@codesourcery.com> |
| 5086 | |
| 5087 | * configure.in: Give a better error message if GMP/MPFR are missing |
| 5088 | and a language needing them has been requested. |
| 5089 | * configure: Regenerated. |
| 5090 | |
| 5091 | 2004-08-25 Phil Edwards <phil@codesourcery.com> |
| 5092 | |
| 5093 | * configure.in: Print a list of available language front-ends if |
| 5094 | a requested one is missing. Tidy stray tab characters. |
| 5095 | * configure: Regenerated. |
| 5096 | |
| 5097 | 2004-08-17 Paolo Bonzini <bonzini@gnu.org> |
| 5098 | |
| 5099 | * Makefile.in: Regenerate. |
| 5100 | * configure: Regenerate. |
| 5101 | |
| 5102 | * Makefile.def (bootstrap-stage): Rename extra_*_flags to |
| 5103 | stage_*_flags. |
| 5104 | * Makefile.tpl (configure-[+module+], all-[+module+]): Exit |
| 5105 | for bootstrapped modules if toplevel bootstrap is going. |
| 5106 | (GCC bootstrap): Generate per-stage targets for all bootstrapped |
| 5107 | modules. Adjust for changes in Makefile.def. Enable several |
| 5108 | rules even in non-bootstrap mode, just to avoid peppering the |
| 5109 | template with unnecessary "@if/@endif gcc-bootstrap" pairs. |
| 5110 | (stage-[+prev+]-bubble): Remove. |
| 5111 | |
| 5112 | * Makefile.def (Dependencies): Depend on all-build-bison, |
| 5113 | all-build-flex, all-build-byacc, all-build-texinfo, rather |
| 5114 | than the host variations. |
| 5115 | * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout |
| 5116 | with BUILD_SUBDIR. |
| 5117 | (BISON): Update for recent Bisons. |
| 5118 | (YACC): Fix typo. |
| 5119 | (cross): Depend on all-build. |
| 5120 | (all): Do not depend on all-build. |
| 5121 | (prebootstrap): Remove. |
| 5122 | (dep-kind): Accept separate prefixes for MODULE and ON variables. |
| 5123 | (Prebootstrap dependencies): Add them to the per-stage targets |
| 5124 | and to all-prebootstrap. |
| 5125 | * configure.in (build_configdirs): Always enable build_tools. |
| 5126 | (BUILD_DIR_PREFIX): Remove. |
| 5127 | |
| 5128 | * Makefile.def (gcc): Add target variable. |
| 5129 | (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags. |
| 5130 | * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) |
| 5131 | in the recursive `make', instead of hardwiring `all'. |
| 5132 | (Autogenerated TARGET-* variables): New. |
| 5133 | |
| 5134 | 2004-08-17 Robert Millan <robertmh@gnu.org> |
| 5135 | |
| 5136 | * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux |
| 5137 | (instead of FreeBSD). |
| 5138 | * configure: Regenerate. |
| 5139 | |
| 5140 | 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5141 | |
| 5142 | * Makefile.def, configure.in, src-release: Remove useless, bogus |
| 5143 | references to tix. |
| 5144 | * Makefile.in, configure: Regenerate. |
| 5145 | |
| 5146 | * src-release: Stop distributing mmalloc with gdb (which doesn't |
| 5147 | use it). |
| 5148 | * Makefile.def: GDB doesn't depend on mmalloc anymore. |
| 5149 | * Makefile.in: Regenerate. |
| 5150 | |
| 5151 | 2004-08-09 Mark Mitchell <mark@codesourcery.com> |
| 5152 | |
| 5153 | * configure.in (arm*-*-eabi*): New target. |
| 5154 | * configure: Regenerate. |
| 5155 | |
| 5156 | 2004-08-01 Robert Millan <robertmh@gnu.org> |
| 5157 | |
| 5158 | * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable |
| 5159 | libmudflap for all GNU-based systems (with Glibc). |
| 5160 | * configure: Regenerate. |
| 5161 | |
| 5162 | 2004-08-06 Paolo Bonzini <bonzini@gnu.org> |
| 5163 | |
| 5164 | * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module. |
| 5165 | (bison, byacc, flex, texinfo): Do not mark as bootstrap module. |
| 5166 | (Dependencies): New section. |
| 5167 | * Makefile.tpl (Dependencies): Generate from Makefile.def. |
| 5168 | (configure-target-[+module+]): Depend on maybe-all-gcc |
| 5169 | (all-prebootstrap): New name of all-bootstrap. Changed throughout. |
| 5170 | (toplevel profiledbootstrap): Fix dependencies. |
| 5171 | * Makefile.in: Regenerate. |
| 5172 | |
| 5173 | 2004-08-03 Mark Mitchell <mark@codesourcery.com> |
| 5174 | |
| 5175 | * configure.in (arm*-*-symbianelf*): Add ${libgcj} and |
| 5176 | target-libiberty to noconfigdirs. |
| 5177 | |
| 5178 | 2004-08-03 Paul Brook <paul@codesourcery.com> |
| 5179 | |
| 5180 | * configure.in: Check for MPFR as well as GMP. |
| 5181 | * configure: Regenerate. |
| 5182 | |
| 5183 | 2004-08-03 Paolo Bonzini <bonzini@gnu.org> |
| 5184 | |
| 5185 | * Makefile.def (host-modules): Add gcc. |
| 5186 | * Makefile.in: Regenerate. |
| 5187 | * Makefile.tpl (sorry): New rule. |
| 5188 | (configure-host, all-host, [+make_target+]-host, do-check, |
| 5189 | install-host): Do not add gcc as a special case. |
| 5190 | (host modules): Add a small special-casing for gcc. Export |
| 5191 | extra_make_flags through the environment. |
| 5192 | (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc, |
| 5193 | maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc, |
| 5194 | other recursive targets for gcc): Remove. |
| 5195 | |
| 5196 | (all, do-[+make_target+], do-check): Wrap between unstage and stage. |
| 5197 | (stage, unstage): New rules. |
| 5198 | (stage[+id+]-start, stage[+id+]-end, [+compare-target+], |
| 5199 | distclean-stage[+id+]): Use stage_current. |
| 5200 | ([+bootstrap-target+], profiledbootstrap): Do not invoke manually |
| 5201 | the stage*-start rules. |
| 5202 | |
| 5203 | 2004-07-19 Robert Millan <robertmh@gnu.org> |
| 5204 | |
| 5205 | Synced from gcc: |
| 5206 | |
| 5207 | 2004-04-26 Robert Millan <robertmh@gnu.org> |
| 5208 | |
| 5209 | Add patches from libtool CVS. |
| 5210 | * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. |
| 5211 | * ltconfig: Likewise. |
| 5212 | * ltcf-c.sh: Likewise. |
| 5213 | * ltcf-cxx.sh: Likewise. |
| 5214 | * ltcf-gcj.sh: Likewise. |
| 5215 | |
| 5216 | 2004-07-12 Paolo Bonzini <bonzini@gnu.org> |
| 5217 | |
| 5218 | * configure.in: Add noconfigdirs for crx-*-*. |
| 5219 | * configure: Regenerate. |
| 5220 | |
| 5221 | 2004-07-12 Paolo Bonzini <bonzini@gnu.org> |
| 5222 | |
| 5223 | Synced from gcc: |
| 5224 | |
| 5225 | 2004-07-09 Loren J. Rittle <ljrittle@acm.org> |
| 5226 | |
| 5227 | * configure.in: Build libmudflap by default on FreeBSD. |
| 5228 | * configure: Regenerated. |
| 5229 | |
| 5230 | 2004-07-09 Mark Mitchell <mark@codesourcery.com> |
| 5231 | |
| 5232 | * configure.in: Do not build libmudflap by default on non-GNU/Linux |
| 5233 | systems. |
| 5234 | * configure: Regenerated. |
| 5235 | |
| 5236 | 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
| 5237 | |
| 5238 | PR target/16344 |
| 5239 | * Makefile.tpl (profiledbootstrap): Build runtime libraries with |
| 5240 | feedback based compiler. |
| 5241 | * Makefile.in: Rebuilt. |
| 5242 | |
| 5243 | 2004-07-05 Phil Edwards <phil@codesourcery.com> |
| 5244 | |
| 5245 | * configure.in: Do not prepend $srcdir to /dev/null in |
| 5246 | makefile fragments. |
| 5247 | * configure: Regenerate. |
| 5248 | |
| 5249 | 2004-07-08 Alexandre Oliva <aoliva@redhat.com> |
| 5250 | |
| 5251 | * Makefile.def (host_modules): Set bootstrap=true for flex. |
| 5252 | * Makefile.tpl (all-gcc): Depend on texinfo and flex. |
| 5253 | * Makefile.in: Rebuilt. |
| 5254 | |
| 5255 | 2004-07-01 Paolo Bonzini <bonzini@gnu.org> |
| 5256 | |
| 5257 | * Makefile.def (build_modules): Add bison, byacc, flex, |
| 5258 | m4, texinfo. |
| 5259 | (flags_to_pass): Add FLEX. |
| 5260 | * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New. |
| 5261 | (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it. |
| 5262 | (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4, |
| 5263 | DEFAULT_MAKEINFO): Remove. |
| 5264 | (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON, |
| 5265 | CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute. |
| 5266 | (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into |
| 5267 | objdir or else use configured tool. |
| 5268 | (all-build): New. |
| 5269 | (all): Depend on it. |
| 5270 | (Build module dependencies): Add. |
| 5271 | * Makefile.in: Regenerate. |
| 5272 | * configure.in: Better support for multiple build modules, |
| 5273 | matching what is done for host/target modules. Do not look |
| 5274 | for "plausible" locations of build tools if Canadian cross. |
| 5275 | Use autoconf's AC_PROG_CC to find a C compiler. Define |
| 5276 | BUILD_DIR_PREFIX. Look for flex, makeinfo and m4. |
| 5277 | * configure: Regenerate. |
| 5278 | |
| 5279 | 2004-06-22 Paolo Bonzini <bonzini@gnu.org> |
| 5280 | |
| 5281 | * Makefile.tpl (HOST_EXPORTS): Fix pasto. |
| 5282 | * Makefile.in: Regenerate. |
| 5283 | |
| 5284 | 2004-06-22 Paolo Bonzini <bonzini@gnu.org> |
| 5285 | |
| 5286 | * Makefile.tpl (configure-build-[+module+], |
| 5287 | configure-[+module+], configure-target-[+module+]): Pass |
| 5288 | [+extra_configure_args+]. |
| 5289 | (all-build-[+module+], all-[+module+], check-[+module+], |
| 5290 | install-[+module+], [+make_target+]-[+module+], |
| 5291 | all-target-[+module+], check-target-[+module+], |
| 5292 | install-target-[+module+], [+make_target+]-target-[+module+]): |
| 5293 | Pass [+extra_make_args+]. |
| 5294 | (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS. |
| 5295 | (GCC_HOST_EXPORTS): Remove. |
| 5296 | (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap, |
| 5297 | cross, check-gcc, check-gcc-c++, install-gcc, |
| 5298 | gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble): |
| 5299 | Replace GCC_HOST_EXPORTS with HOST_EXPORTS. |
| 5300 | * Makefile.in: Regenerate. |
| 5301 | |
| 5302 | 2004-06-21 Christopher Faylor <cgf@alum.bu.edu> |
| 5303 | |
| 5304 | * configure.in: Check for srcdir/winsup rather than build directory |
| 5305 | winsup. |
| 5306 | * configure: Regenerate. |
| 5307 | |
| 5308 | 2004-06-17 Corinna Vinschen <vinschen@redhat.com> |
| 5309 | |
| 5310 | * configure.in: Don't build Cygwin native newlib if winsup |
| 5311 | directory is missing. Emit warning instead. |
| 5312 | * configure: Regenerate. |
| 5313 | |
| 5314 | 2004-06-09 Paolo Bonzini <bonzini@gnu.org> |
| 5315 | |
| 5316 | * Makefile.tpl (touch-stage[+id+]): New. |
| 5317 | (restage[+prev+]): Depend on touch-stage[+id+]. |
| 5318 | |
| 5319 | * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New. |
| 5320 | Use it throughout. |
| 5321 | |
| 5322 | * Makefile.def: Add profile and feedback bootstrap stages. |
| 5323 | Remove next field from bootstrap stages. |
| 5324 | * Makefile.tpl (LN, LN_S): Substitute. |
| 5325 | (stageN-start, stageN-end): Use double-colon rules, to |
| 5326 | provide a hook for additional setup commands. |
| 5327 | (distclean-stageN-gcc, restageN): Create dependencies from |
| 5328 | [+prev+], not from [+next+]. |
| 5329 | (stageN-bubble): Add commands for successive stages from |
| 5330 | [+prev+], using double-colon rules. |
| 5331 | (all-stageN-gcc): Fix typo. |
| 5332 | (stagefeedback-start, profiledbootstrap): New. |
| 5333 | * Makefile.in: Regenerate. |
| 5334 | * configure.in: Call ACX_PROG_LN. |
| 5335 | * configure: Regenerate. |
| 5336 | |
| 5337 | 2004-06-03 Paolo Bonzini <bonzini@gnu.org> |
| 5338 | |
| 5339 | * configure.in: Fix --enable-bootstrap breakage introduced in trees |
| 5340 | without gcc. |
| 5341 | * configure: Regenerate. |
| 5342 | |
| 5343 | 2004-06-01 Paolo Bonzini <bonzini@gnu.org> |
| 5344 | |
| 5345 | * Makefile.tpl: Fix typo. |
| 5346 | * Makefile.in: Regenerate. |
| 5347 | |
| 5348 | 2004-06-01 Paolo Bonzini <bonzini@gnu.org> |
| 5349 | |
| 5350 | * configure.in: Remove new- prefix from toplevel |
| 5351 | bootstrap targets. |
| 5352 | * configure: Regenerate. |
| 5353 | |
| 5354 | 2004-06-01 Paolo Bonzini <bonzini@gnu.org> |
| 5355 | |
| 5356 | Merge this patch from the gcc tree: |
| 5357 | |
| 5358 | 2004-05-30 Andreas Jaeger <aj@suse.de> |
| 5359 | Jim Wilson <wilson@specifixinc.com> |
| 5360 | |
| 5361 | * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77 |
| 5362 | like CC. |
| 5363 | |
| 5364 | 2004-06-01 Paolo Bonzini <bonzini@gnu.org> |
| 5365 | |
| 5366 | * Makefile.tpl (all.normal): Rename to all. |
| 5367 | (all): Replace with a rule to pick the default |
| 5368 | target from configure. |
| 5369 | (all-gcc, configure-gcc): Use conditionals to |
| 5370 | do nothing when toplevel bootstrap is going on. |
| 5371 | (GCC directory bootstrap) [gcc-bootstrap]: Disable. |
| 5372 | (Toplevel bootstrap) [gcc-no-bootstrap]: Disable. |
| 5373 | * configure.in: Support --enable-bootstrap. |
| 5374 | |
| 5375 | * Makefile.def: Remove new- prefix from toplevel |
| 5376 | bootstrap targets. |
| 5377 | * Makefile.tpl: Likewise. |
| 5378 | |
| 5379 | * Makefile.def: Add bootstrap_stage 4. Add bootstrap2 |
| 5380 | target. |
| 5381 | |
| 5382 | * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS) |
| 5383 | $(RECURSE_FLAGS) to recursive invocation of make. |
| 5384 | |
| 5385 | * Makefile.in: Regenerate. |
| 5386 | * configure: Regenerate. |
| 5387 | |
| 5388 | 2004-05-27 Daniel Jacobowitz <dan@debian.org> |
| 5389 | |
| 5390 | * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET. |
| 5391 | * configure: Regenerate. |
| 5392 | |
| 5393 | 2004-05-25 Daniel Jacobowitz <drow@false.org> |
| 5394 | |
| 5395 | * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS) |
| 5396 | (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS) |
| 5397 | (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive |
| 5398 | targets. |
| 5399 | * Makefile.in: Regenerate. |
| 5400 | |
| 5401 | 2005-05-24 Paolo Bonzini <bonzini@gnu.org> |
| 5402 | |
| 5403 | * configure.in: Test the ability to symlink directories. |
| 5404 | * configure: Regenerate. |
| 5405 | |
| 5406 | * Makefile.def (bootstrap-stage): New definitions. |
| 5407 | * Makefile.tpl (configure-stage1-gcc, |
| 5408 | configure-stage2-gcc, configure-stage3-gcc, |
| 5409 | all-stage1-gcc, all-stage2-gcc, all-stage3-gcc, |
| 5410 | new-bootstrap, new-cleanstrap, new-restage1, new-restage2, |
| 5411 | new-restage3, compare): Autogenerate, see Makefile.in |
| 5412 | entry for behavioral changes. |
| 5413 | (distclean-stage1, new-stage1-start, new-stage1-end, |
| 5414 | new-stage1-bubble, distclean-stage2, new-stage2-start, |
| 5415 | new-stage2-end, new-stage2-bubble, distclean-stage3, |
| 5416 | new-stage3-start, new-stage3-end): New autogenerated targets. |
| 5417 | (objext, prebootstrap, BOOT_CFLAGS, |
| 5418 | POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated |
| 5419 | targets. |
| 5420 | |
| 5421 | * Makefile.in: Regenerate. |
| 5422 | (distclean-stage1, new-stage1-start, new-stage1-end, |
| 5423 | new-stage1-bubble, distclean-stage2, new-stage2-start, |
| 5424 | new-stage2-end, new-stage2-bubble, distclean-stage3, |
| 5425 | new-stage3-start, new-stage3-end): New targets. |
| 5426 | (all-stage1-gcc): Move prebootstrap dependency from here... |
| 5427 | (configure-stage1-gcc): ...to here. |
| 5428 | (new-bootstrap): Use bubble targets. |
| 5429 | (new-cleanstrap, new-restage1, new-restage2, new-restage3): |
| 5430 | Use per-stage distclean targets. |
| 5431 | (configure-stage1-gcc, configure-stage2-gcc, |
| 5432 | configure-stage3-gcc, all-stage1-gcc, |
| 5433 | all-stage2-gcc, all-stage3-gcc, new-bootstrap): |
| 5434 | Use new-stageN-start to prepare the tree. |
| 5435 | |
| 5436 | 2004-05-23 Paolo Bonzini <bonzini@gnu.org> |
| 5437 | |
| 5438 | * Makefile.def (host_modules): add libcpp. |
| 5439 | * Makefile.tpl: Add dependencies on and for libcpp. |
| 5440 | * Makefile.in: Regenerate. |
| 5441 | * configure.in: Add libcpp host module. |
| 5442 | * configure: Regenerate. |
| 5443 | |
| 5444 | 2004-05-17 Zack Weinberg <zack@codesourcery.com> |
| 5445 | |
| 5446 | * Makefile.def, Makefile.tpl, configure.in: Remove all mention |
| 5447 | of libf2c. |
| 5448 | * configure, Makefile.in: Regenerate. |
| 5449 | |
| 5450 | 2004-05-13 Diego Novillo <dnovillo@redhat.com> |
| 5451 | |
| 5452 | Merge from tree-ssa-20020619-branch. |
| 5453 | |
| 5454 | * Makefile.def: Add libbanshee, libmudflap and libgfortran. |
| 5455 | * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee. |
| 5456 | (HOST_GMPLIBS): Define. |
| 5457 | (HOST_GMPINC): Define. |
| 5458 | (TARGET_LIB_PATH): Add libmudflap. |
| 5459 | (GFORTRAN_FOR_TARGET): Define. |
| 5460 | (configure-build*): Export GFORTRAN. |
| 5461 | (configure-gcc): Export GMPLIBS and GMPINC. |
| 5462 | (all-gcc): Add maybe-all-libbanshee. |
| 5463 | (configure-target-libgfortran): Define. |
| 5464 | * Makefile.in: Regenerate. |
| 5465 | * configure.in (host_libs): Add libbanshee. |
| 5466 | (target_libraries): Add target-libmudflap and target-libgfortran. |
| 5467 | Add --with-libbanshee. |
| 5468 | Handle --disable-libmudflap. |
| 5469 | (*-*-freebsd*): Use with_gmp. |
| 5470 | Add $(libgcj) to noconfigdirs. |
| 5471 | * configure: Regenerate. |
| 5472 | * depcomp: New file. |
| 5473 | * MAINTAINERS: Add tree-ssa maintainers. |
| 5474 | |
| 5475 | 2004-04-28 Paolo Bonzini <bonzini@gnu.org> |
| 5476 | |
| 5477 | * config/acx.m4: Fix fastcompare support for new-bootstrap. |
| 5478 | * configure: Regenerate. |
| 5479 | |
| 5480 | 2004-04-27 Paolo Bonzini <bonzini@gnu.org> |
| 5481 | |
| 5482 | Revert: |
| 5483 | 2004-04-26 Paolo Bonzini <bonzini@gnu.org> |
| 5484 | |
| 5485 | * Makefile.def (flags_to_pass): Remove *dir variables that |
| 5486 | are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS, |
| 5487 | as well as prefix and exec_prefix. |
| 5488 | * Makefile.in: Regenerate. |
| 5489 | |
| 5490 | 2004-04-26 Paolo Bonzini <bonzini@gnu.org> |
| 5491 | |
| 5492 | * Makefile.def (host_modules): Mark with the bootstrap |
| 5493 | flag packages on which gcc depends. |
| 5494 | * Makefile.tpl (all-bootstrap): Use it. |
| 5495 | * Makefile.in: Regenerate. |
| 5496 | |
| 5497 | 2004-04-26 Paolo Bonzini <bonzini@gnu.org> |
| 5498 | |
| 5499 | * Makefile.def (flags_to_pass): Remove *dir variables that |
| 5500 | are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS, |
| 5501 | as well as prefix and exec_prefix. |
| 5502 | * Makefile.in: Regenerate. |
| 5503 | |
| 5504 | 2004-04-26 Paolo Bonzini <bonzini@gnu.org> |
| 5505 | |
| 5506 | * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL. |
| 5507 | * configure: Regenerate. |
| 5508 | * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc. |
| 5509 | * gcc/Makefile.tpl (compare): Use the result of the test. |
| 5510 | * gcc/Makefile.in: Regenerate. |
| 5511 | |
| 5512 | 2004-04-23 Paolo Bonzini <bonzini@gnu.org> |
| 5513 | |
| 5514 | * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc): |
| 5515 | Always relocate gcc and prev-gcc to the original names, even |
| 5516 | if the build fails. |
| 5517 | (new-cleanstrap, new-restage1, new-restage2, new-restage3): |
| 5518 | New targets. |
| 5519 | |
| 5520 | 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 5521 | |
| 5522 | * configure.in (mips*-*-irix5*): Enable ld. |
| 5523 | * configure: Regenerate. |
| 5524 | |
| 5525 | 2004-04-15 James E Wilson <wilson@specifixinc.com> |
| 5526 | |
| 5527 | * Makefile.tpl (configure-[+module+], configure-gcc, |
| 5528 | configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc): |
| 5529 | Set and export LDFLAGS. |
| 5530 | * Makefile.in: Regenerate. |
| 5531 | |
| 5532 | 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5533 | |
| 5534 | PR bootstrap/14871 |
| 5535 | * Makefile.tpl: If we don't have built-in-tree target tools, |
| 5536 | use the ones found by configure rather than hacking around with |
| 5537 | program_transform_name. |
| 5538 | * configure.in: Give Makefile.tpl the information necessary |
| 5539 | to do that. |
| 5540 | * Makefile.in: Regenerate. |
| 5541 | * configure: Regenerate. |
| 5542 | |
| 5543 | 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5544 | |
| 5545 | PR bootstrap/14760 |
| 5546 | * configure.in: When computing baseargs, strip *all* copies of |
| 5547 | offending options. Also, don't match/substitute the trailing space, |
| 5548 | so that this actually works when two similar options are separated by |
| 5549 | only one space. |
| 5550 | * configure: Regenerate. |
| 5551 | |
| 5552 | 2004-04-06 David Edelsohn <edelsohn@gnu.org> |
| 5553 | |
| 5554 | * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs. |
| 5555 | (rs6000-*-aix*): Same. |
| 5556 | * configure: Regenerate. |
| 5557 | |
| 5558 | 2004-03-25 Stan Shebs <shebs@apple.com> |
| 5559 | |
| 5560 | Remove MPW support, no longer used. |
| 5561 | * mpw-README, mpw-build.in, mpw-config.in, mpw-configure, |
| 5562 | mpw-install: Remove files. |
| 5563 | * src-release (DEVO_SUPPORT): Remove names of removed files. |
| 5564 | * MAINTAINERS: Likewise. |
| 5565 | |
| 5566 | 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5567 | |
| 5568 | * Makefile.tpl (top level bootstrap support): Remove now-unneeded |
| 5569 | STRICT_WARN, WARN_CFLAGS flags passed down to make. |
| 5570 | * Makefile.in: Regenerate. |
| 5571 | |
| 5572 | * configure.in (top level bootstrap support): Rework --enable-werror |
| 5573 | to set @stage2_werror_flag@. |
| 5574 | * configure: Regenerate. |
| 5575 | * Makefile.tpl (top level bootstrap support): Pass |
| 5576 | @stage2_werror_flag@ down to configure in stages 2 and 3. |
| 5577 | * Makefile.in: Regenerate. |
| 5578 | |
| 5579 | 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5580 | |
| 5581 | * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure |
| 5582 | for stages 2 and 3 as well as in make. As a consequence, remove |
| 5583 | OUTPUT_OPTION (now detected by configure) from the flags passed down |
| 5584 | to make. |
| 5585 | * Makefile.in: Regenerate. |
| 5586 | |
| 5587 | * Makefile.tpl (new-bootstrap): Fix typo. |
| 5588 | * Makefile.in: Regenerate. |
| 5589 | |
| 5590 | 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5591 | |
| 5592 | * Makefile.tpl: Rearrange by moving recursive_targets rules |
| 5593 | into their proper sections. |
| 5594 | * Makefile.tpl (top level bootstrap support): Move disabling |
| 5595 | of coverage flags from 'make' to 'configure'; improve comments. |
| 5596 | * Makefile.in: Regenerate. |
| 5597 | |
| 5598 | * Makefile.tpl (experimental top level bootstrap) Move stage1 |
| 5599 | language setting from all- target to configure- target; disable |
| 5600 | intermodule optimization in stage 1; prevent gratuitous rebuilds |
| 5601 | of stage 1. |
| 5602 | * Makefile.in: Regenerate. |
| 5603 | * configure.in: Comma-separate stage 1 language list for top |
| 5604 | level bootstrap. |
| 5605 | * configure: Regenerate. |
| 5606 | |
| 5607 | * Makefile.tpl: Clean up experimental top level bootstrap support: |
| 5608 | note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate |
| 5609 | prev-gcc in configure- targets as well as all- targets. |
| 5610 | * Makefile.in: Regenerate. |
| 5611 | |
| 5612 | 2004-03-17 Paolo Bonzini <bonzini@gnu.org> |
| 5613 | |
| 5614 | * configure.in: Remove symbolic link section. |
| 5615 | * configure: Regenerate. |
| 5616 | * Makefile.tpl (links): Remove. |
| 5617 | * Makefile.in: Regenerate. |
| 5618 | |
| 5619 | 2004-03-15 Paolo Bonzini <bonzini@gnu.org> |
| 5620 | Nathanael Nerode <neroden@gcc.gnu.org> |
| 5621 | |
| 5622 | * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX): |
| 5623 | Set with AC_CHECK_PROGS. |
| 5624 | * configure.in: Fix comment typo from last patch. |
| 5625 | * configure: Regenerate. |
| 5626 | |
| 5627 | 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5628 | |
| 5629 | * Makefile.tpl: Introduce experimental top level bootstrap support. |
| 5630 | * Makefile.in: Regenerate. |
| 5631 | * configure.in: Introduce support for top level bootstrap. |
| 5632 | * configure: Regenerate. |
| 5633 | |
| 5634 | 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org> |
| 5635 | Paolo Bonzini <bonzini@gnu.org> |
| 5636 | |
| 5637 | PR bootstrap/14522 |
| 5638 | * configure.in: Cope with shells that do not support unquoted ^ |
| 5639 | * configure: Regenerate. |
| 5640 | |
| 5641 | 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org> |
| 5642 | Paolo Bonzini <bonzini@gnu.org> |
| 5643 | |
| 5644 | PR bootstrap/14522 |
| 5645 | * configure.in: Cope with shell that do not support nesting |
| 5646 | quotes inside quoted backquote substitutions. |
| 5647 | * configure: Regenerate. |
| 5648 | |
| 5649 | 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu> |
| 5650 | |
| 5651 | PR bootstrap/14522 |
| 5652 | * configure.in: Fix escaping of $. |
| 5653 | * configure: Regenerate. |
| 5654 | |
| 5655 | 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5656 | |
| 5657 | * configure: Regenerate. |
| 5658 | |
| 5659 | 2004-03-08 Paolo Bonzini <bonzini@gnu.org> |
| 5660 | |
| 5661 | PR ada/14131 |
| 5662 | Move language detection to the top level. |
| 5663 | * configure.in: Find default values for the tools as |
| 5664 | soon as possible. Disable ada if GNAT is not found. |
| 5665 | Emit error message about missing languages. Expand |
| 5666 | --enable-languages=all for the gcc subdirectory. |
| 5667 | |
| 5668 | 2004-03-01 Richard Sandiford <rsandifo@redhat.com> |
| 5669 | |
| 5670 | * configure.in (mips64*-*-linux*): Override mips*-*-linux* case |
| 5671 | and disable libgcj. |
| 5672 | * configure: Regenerated. |
| 5673 | |
| 5674 | 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5675 | |
| 5676 | PR bootstrap/7087 |
| 5677 | * Makefile.tpl: Guard XFOO sed statements better. |
| 5678 | * Makefile.tpl: Add dependency for configure-target-libada. |
| 5679 | * Makefile.in: Regenerate (incidentally fixes broken |
| 5680 | commit when libada-branch was merged). |
| 5681 | |
| 5682 | 2004-02-28 Andrew Cagney <cagney@redhat.com> |
| 5683 | |
| 5684 | * src-release (CVS_NAMES): Define. |
| 5685 | (do-tar, do-tar): Prune $(CVS_NAMES). |
| 5686 | |
| 5687 | 2004-02-23 Andrew Cagney <cagney@redhat.com> |
| 5688 | |
| 5689 | * texinfo/texinfo.tex: Update from version 2003-02-03.16 to |
| 5690 | 2004-02-19.09. |
| 5691 | |
| 5692 | 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5693 | |
| 5694 | PR bootstrap/11932 |
| 5695 | * mkinstalldirs, install-sh: Import from automake CVS HEAD. |
| 5696 | |
| 5697 | 2004-02-19 Andrew Cagney <cagney@redhat.com> |
| 5698 | |
| 5699 | * config.guess: Update from version 2003-06-12 to 2004-02-16. |
| 5700 | * config.sub: Update from version 2003-06-13 to 2004-02-16. |
| 5701 | |
| 5702 | 2004-02-11 David Edelsohn <edelsohn@gnu.org> |
| 5703 | |
| 5704 | * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs. |
| 5705 | (rs6000-*-aix*): Same. |
| 5706 | * configure: Regenerate. |
| 5707 | |
| 5708 | 2004-02-11 Kelley Cook <kcook@gcc.gnu.org> |
| 5709 | |
| 5710 | * configure.in (host): Add in missing $noconfigdirs to defines. |
| 5711 | * configure: Regenerate. |
| 5712 | |
| 5713 | 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>, |
| 5714 | Nathanael Nerode <neroden@gcc.gnu.org> |
| 5715 | |
| 5716 | PR ada/6637, PR ada/5911 |
| 5717 | Merge with libada-branch: |
| 5718 | * configure.in, Makefile.tpl, Makefile.def: Add target-libada, |
| 5719 | with appropriate dependencies. Add --enable-libada configure switch. |
| 5720 | * configure, Makefile.in: Regenerate. |
| 5721 | |
| 5722 | 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 5723 | |
| 5724 | * configure.in: Don't pass --with-stabs on IRIX 5 either. |
| 5725 | * configure: Regenerate. |
| 5726 | |
| 5727 | 2004-02-02 Jeff Johnston <jjohnstn@redhat.com> |
| 5728 | |
| 5729 | * COPYING.NEWLIB: Update Red Hat license to 2004. |
| 5730 | |
| 5731 | 2004-01-23 DJ Delorie <dj@redhat.com> |
| 5732 | |
| 5733 | * Makefile.def (target_modules) [libiberty]: Don't stage. |
| 5734 | * Makefile.in: Rebuilt. |
| 5735 | |
| 5736 | 2004-01-23 Jeff Johnston <jjohnstn@redhat.com> |
| 5737 | |
| 5738 | * COPYING.NEWLIB: Update to include copyrights for new |
| 5739 | iconv code. |
| 5740 | |
| 5741 | 2004-01-15 Andrew Cagney <cagney@redhat.com> |
| 5742 | |
| 5743 | * src-release: Update copyright year. |
| 5744 | (do-proto-toplev): Configure using i686-pc-linux-gnu. |
| 5745 | (NEWLIB_SUPPORT_DIRS): Delete macro. |
| 5746 | (newlib.tar.bz2): Delete rule. |
| 5747 | |
| 5748 | 2004-01-14 Loren J. Rittle <ljrittle@acm.org> |
| 5749 | |
| 5750 | * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage. |
| 5751 | * Makefile.tpl (configure-target-[+module+]): Support stage. |
| 5752 | * Makefile.in: Rebuilt. |
| 5753 | |
| 5754 | 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl> |
| 5755 | |
| 5756 | * gettext.m4: Quote names of macros to be defined by AC_DEFUN |
| 5757 | throughout. |
| 5758 | |
| 5759 | 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5760 | |
| 5761 | * configure.in: Use ./config.cache, not config.cache. |
| 5762 | * configure: Regenerate. |
| 5763 | * Makefile.tpl: Special-casing not needed for GCC any more. |
| 5764 | * Makefile.in: Regenerate. |
| 5765 | |
| 5766 | * configure.in: Don't share a cache file for host dirs. |
| 5767 | * configure: Regenerate. |
| 5768 | |
| 5769 | * config-ml.in: Don't mess with the cache file. |
| 5770 | |
| 5771 | 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5772 | |
| 5773 | * Makefile.tpl: Make GCC use a separate config.cache. |
| 5774 | * Makefile.in: Regenerate. |
| 5775 | |
| 5776 | PR bootstrap/11932, PR bootstrap/11933 |
| 5777 | (I don't know if it will fix either of them, but it relates |
| 5778 | to them.) |
| 5779 | * configure.in: Don't use shared config.cache for target |
| 5780 | directories. |
| 5781 | * configure: Regenerate. |
| 5782 | |
| 5783 | 2003-12-31 Roger Sayle <roger@eyesopen.com> |
| 5784 | |
| 5785 | * configure.in (ia64*-*-hpux*): Disable building java libraries. |
| 5786 | * configure: Regenerated. |
| 5787 | |
| 5788 | 2003-12-21 Bernardo Innocenti <bernie@develer.com> |
| 5789 | |
| 5790 | * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda. |
| 5791 | * configure: Regenerated. |
| 5792 | |
| 5793 | 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5794 | |
| 5795 | Port change over from GCC: |
| 5796 | 2003-11-20 Kelley Cook <kcook@gcc.gnu.org> |
| 5797 | * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL. |
| 5798 | (configure-build-[+module+], configure-[+module+]): Likewise. |
| 5799 | (configure-target-[+module+], configure-gcc, config.status): Likewise. |
| 5800 | * Makefile.in: Regenerate. |
| 5801 | |
| 5802 | 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com> |
| 5803 | |
| 5804 | * configure.in (raw_libstdcxx_flags): Remove the leading space. |
| 5805 | * configure: Regenerate. |
| 5806 | |
| 5807 | 2003-11-27 Jeff Johnston <jjohnstn@redhat.com> |
| 5808 | |
| 5809 | * COPYING.NEWLIB: Add license info for long long routines added to |
| 5810 | stdlib. |
| 5811 | |
| 5812 | 2003-11-14 Arnaud Charlet <charlet@act-europe.fr> |
| 5813 | |
| 5814 | * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS. |
| 5815 | * Makefile.in: Regenerate. |
| 5816 | |
| 5817 | 2003-10-20 Phil Edwards <phil@codesourcery.com> |
| 5818 | |
| 5819 | * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. |
| 5820 | * configure: Regenerate. |
| 5821 | |
| 5822 | 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5823 | |
| 5824 | * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of |
| 5825 | HOST_FLAGS_TO_PASS. |
| 5826 | * Makefile.in: Regenerate. |
| 5827 | |
| 5828 | 2003-10-05 Mohan Embar <gnustuff@thisiscool.com> |
| 5829 | |
| 5830 | * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD. |
| 5831 | * configure: Rebuilt |
| 5832 | * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure |
| 5833 | * Makefile.in: Rebuilt |
| 5834 | |
| 5835 | 2003-10-03 H.J. Lu <hongjiu.lu@intel.com> |
| 5836 | |
| 5837 | * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX. |
| 5838 | |
| 5839 | 2003-10-01 Phil Edwards <pme@gcc.gnu.org> |
| 5840 | |
| 5841 | * config-ml.in: Use ac_configure_args directly instead of |
| 5842 | ml_arguments. Only set ml_norecursion if --no[-]recursion is |
| 5843 | actually seen. |
| 5844 | |
| 5845 | 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr> |
| 5846 | |
| 5847 | * config-ml.in: Propagate INSTALL variables. |
| 5848 | |
| 5849 | 2003-09-21 Daniel Jacobowitz <drow@mvista.com> |
| 5850 | |
| 5851 | * configure.in: Pass a computed --program-transform-name |
| 5852 | to subconfigures. |
| 5853 | * configure: Regenerated. |
| 5854 | |
| 5855 | 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5856 | |
| 5857 | * Makefile.tpl: Don't pass down obsolete ENQUIRE variable. |
| 5858 | * Makefile.in: Regenerate. |
| 5859 | |
| 5860 | * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc. |
| 5861 | * Makefile.in: Regenerate. |
| 5862 | |
| 5863 | 2003-09-17 Daniel Jacobowitz <drow@mvista.com> |
| 5864 | |
| 5865 | * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix |
| 5866 | quoting. |
| 5867 | * configure: Regenerated. |
| 5868 | |
| 5869 | 2003-09-12 Michael Chastain <mec@shout.net> |
| 5870 | |
| 5871 | Fix PR gdb/857. |
| 5872 | * src-release (do-proto-topleve): Remove junk files |
| 5873 | intl/config.cache, intl/config.status, |
| 5874 | intl/config.h, intl/stamp-h. |
| 5875 | |
| 5876 | 2003-09-14 Andrew Cagney <cagney@redhat.com> |
| 5877 | |
| 5878 | * src-release (dejagnu.tar): New target. |
| 5879 | (dejagnu.tar.bz2): Recursively call "gdb-taz" rule. |
| 5880 | (do-djunpack): Use $(PACKAGE) for the package name. |
| 5881 | |
| 5882 | 2003-09-04 DJ Delorie <dj@redhat.com> |
| 5883 | |
| 5884 | * configure: Regenerate. |
| 5885 | |
| 5886 | 2003-09-04 Robert Millan <robertmh@gnu.org> |
| 5887 | |
| 5888 | * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet. |
| 5889 | |
| 5890 | 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 5891 | |
| 5892 | * configure.in: Ensure arguments to sed are properly spaced. |
| 5893 | * configure: Regenerate. |
| 5894 | |
| 5895 | 2003-08-28 Daniel Jacobowitz <drow@mvista.com> |
| 5896 | |
| 5897 | Merge from gcc: |
| 5898 | 2003-07-20 Phil Edwards <pme@gcc.gnu.org> |
| 5899 | * install-sh: Update to newer upstream versions (associated with |
| 5900 | aclocal 1.7). |
| 5901 | * missing: Likewise, plus $1Help2man -> $1 typo fix. |
| 5902 | |
| 5903 | 2003-08-27 Daniel Jacobowitz <drow@mvista.com> |
| 5904 | |
| 5905 | * configure.in: Set RAW_CXX_FOR_TARGET if unset. |
| 5906 | * configure: Regenerated. |
| 5907 | |
| 5908 | 2003-08-23 Phil Edwards <pme@gcc.gnu.org> |
| 5909 | |
| 5910 | * configure.in: Use newline instead of semicolon when assuming |
| 5911 | shell arguments in a for loop. |
| 5912 | * configure: Regenerated. |
| 5913 | |
| 5914 | 2003-08-20 Geoffrey Keating <geoffk@apple.com> |
| 5915 | |
| 5916 | PR 8180 |
| 5917 | * configure.in: When testing with_libs and with_headers, treat |
| 5918 | 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>. |
| 5919 | * configure: Regenerate. |
| 5920 | |
| 5921 | * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for |
| 5922 | make, shell, etc. |
| 5923 | (baseargs): Likewise. |
| 5924 | * configure: Regenerate. |
| 5925 | |
| 5926 | 2003-08-19 Geoffrey Keating <geoffk@apple.com> |
| 5927 | |
| 5928 | * configure.in: Disable libgcj for darwin not on powerpc. |
| 5929 | * configure: Rebuild. |
| 5930 | |
| 5931 | 2003-08-15 Michael Chastain <mec@shout.net> |
| 5932 | |
| 5933 | * src-release (do-proto-toplev): Remove junk files |
| 5934 | dejagnu/example/calc/config.status, |
| 5935 | dejagnu/example/calc/config.log. |
| 5936 | |
| 5937 | 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org> |
| 5938 | |
| 5939 | * config-ml.in, symlink-tree: Add license. |
| 5940 | |
| 5941 | 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5942 | |
| 5943 | Merge from gcc: |
| 5944 | |
| 5945 | 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu> |
| 5946 | * Makefile.tpl (check, check-c++): Express dependencies using |
| 5947 | dependencies rather than commands. |
| 5948 | * Makefile.in: Regenerate. |
| 5949 | |
| 5950 | 2003-07-31 Geoffrey Keating <geoffk@apple.com> |
| 5951 | * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib. |
| 5952 | * Makefile.in: Update. |
| 5953 | |
| 5954 | 2003-08-01 Andrew Cagney <cagney@redhat.com> |
| 5955 | |
| 5956 | * configure.in (noconfigdirs): Do not add GDB when m32r-*-*. |
| 5957 | * configure: Ditto. |
| 5958 | |
| 5959 | 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch> |
| 5960 | |
| 5961 | * configure.in: Enable libgcj for darwin. |
| 5962 | * configure: Rebuild. |
| 5963 | |
| 5964 | 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5965 | |
| 5966 | * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version. |
| 5967 | |
| 5968 | 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5969 | |
| 5970 | * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when |
| 5971 | creating target and build subdirs to build all parent dirs as needed. |
| 5972 | * Makefile.in: Rebuild. |
| 5973 | * configure.in: Don't build dirs explicitly here. |
| 5974 | * configure: Rebuild. |
| 5975 | |
| 5976 | 2003-07-22 Alexandre Oliva <aoliva@redhat.com> |
| 5977 | |
| 5978 | * Makefile.tpl (all-make): Depend on intl. |
| 5979 | * Makefile.in: Rebuilt. |
| 5980 | |
| 5981 | 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5982 | |
| 5983 | * config.if: Remove unused libc_interface determination. |
| 5984 | |
| 5985 | 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5986 | |
| 5987 | * Makefile.in: Regenerate, correctly this time. |
| 5988 | |
| 5989 | 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org> |
| 5990 | |
| 5991 | * Makefile.tpl: Set INSTALL and friends using autoconf. Remove |
| 5992 | unused INSTALL_PROGRAM_ARGS. |
| 5993 | * configure.in: Use AC_PROG_INSTALL. |
| 5994 | * Makefile.in: Regenerate. |
| 5995 | * configure: Regenerate. |
| 5996 | |
| 5997 | 2003-07-10 Alexandre Oliva <aoliva@redhat.com> |
| 5998 | |
| 5999 | * configure: Rebuilt. |
| 6000 | 2001-09-26 Alexandre Oliva <aoliva@redhat.com> |
| 6001 | * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build |
| 6002 | newlib nor libgloss. |
| 6003 | Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com> |
| 6004 | * configure.in (am33_2.0-*-linux*): Added. |
| 6005 | |
| 6006 | 2003-07-09 Bob Wilson <bob.wilson@acm.org> |
| 6007 | |
| 6008 | * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets. |
| 6009 | * configure: Regenerate. |
| 6010 | |
| 6011 | 2003-07-06 H.J. Lu <hongjiu.lu@intel.com> |
| 6012 | |
| 6013 | * config-ml.in: Replace PWD with PWD_COMMAND. |
| 6014 | * Makefile.tpl: Likewise. |
| 6015 | * Makefile.in: Regenerated. |
| 6016 | |
| 6017 | 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6018 | |
| 6019 | * configure.in: Clean up config-lang.in handling. Delete |
| 6020 | useless assignment to "subdirs". |
| 6021 | * configure: Regenerate. |
| 6022 | |
| 6023 | 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6024 | |
| 6025 | * configure.in: Rename 'target_libs' to 'target_libraries'. |
| 6026 | Remove useless reference to 'target_libs'. |
| 6027 | * configure: Regenerate. |
| 6028 | |
| 6029 | 2003-06-23 Keith Seitz <kseitz@sources.redhat.com> |
| 6030 | |
| 6031 | * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. |
| 6032 | * Makefile.in: Regenerate. |
| 6033 | |
| 6034 | 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6035 | |
| 6036 | * Makefile.def: Introduce flags_to_pass. |
| 6037 | * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it. |
| 6038 | * Makefile.in: Regenerate. |
| 6039 | |
| 6040 | 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com> |
| 6041 | |
| 6042 | * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib |
| 6043 | and target-libgloss. |
| 6044 | <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb. |
| 6045 | <h8300*-*-*>: Disable libf2c and ${libgcj}. |
| 6046 | * configure: Regenerate. |
| 6047 | |
| 6048 | 2003-06-17 Benjamin Kosnik <bkoz@redhat.com> |
| 6049 | |
| 6050 | * configure.in: Update testsuite_flags to new location. |
| 6051 | * configure. Regenerate. |
| 6052 | |
| 6053 | 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6054 | |
| 6055 | * Makefile.tpl: Remove BUILD_CC stuff. |
| 6056 | * Makefile.in: Regenerate. |
| 6057 | |
| 6058 | 2003-06-14 H.J. Lu <hongjiu.lu@intel.com> |
| 6059 | |
| 6060 | * config.guess: Update to 2003-06-12 version. |
| 6061 | * config.sub: Update to 2003-06-13 version. |
| 6062 | |
| 6063 | 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> |
| 6064 | |
| 6065 | * MAINTAINERS: Add myself as MIPS co-maintainer. |
| 6066 | |
| 6067 | 2003-06-12 H.J. Lu <hongjiu.lu@intel.com> |
| 6068 | |
| 6069 | * config.guess: Update to 2003-06-06 version. |
| 6070 | * config.sub: Update to 2003-06-06 version. |
| 6071 | |
| 6072 | 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 6073 | |
| 6074 | * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. |
| 6075 | * configure. Regenerate. |
| 6076 | |
| 6077 | 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6078 | |
| 6079 | * configure.in: Disable serial configure by default. |
| 6080 | * configure: Regenerate. |
| 6081 | * Makefile.tpl: Abolish .NOTPARALLEL. |
| 6082 | * Makefile.in: Regenerate. |
| 6083 | |
| 6084 | * Makefile.tpl: Replace {build,host,target}_canonical by |
| 6085 | {build,host,target}. |
| 6086 | * Makefile.in: Regenerate. |
| 6087 | |
| 6088 | * Makefile.tpl: Fix stupid pasto. |
| 6089 | * Makefile.in: Regenerate. |
| 6090 | |
| 6091 | 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6092 | |
| 6093 | * Makefile.tpl: Remove bogus conditional. |
| 6094 | * Makefile.in: Regenerate. |
| 6095 | |
| 6096 | 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6097 | |
| 6098 | * Makefile.tpl: Make 'recursive targets' using autogen rather |
| 6099 | than shell loop. Remove duplicate 'clean' targets and false |
| 6100 | comments. |
| 6101 | * Makefile.def: Add systematic dependencies to 'recursive' targets. |
| 6102 | Add systematic method of specifying missing targets in subdirs. |
| 6103 | Add copyright boilerplate. |
| 6104 | * Makefile.in: Regenerate. |
| 6105 | * configure.in: Add 'recursive targets' to maybe list. |
| 6106 | * configure: Regenerate. |
| 6107 | |
| 6108 | * Makefile.tpl: Rename [+target+] to [+make_target+]. |
| 6109 | * Makefile.def: Rename 'target' to 'make_target'. |
| 6110 | |
| 6111 | 2003-05-30 Nick Clifton <nickc@redhat.com> |
| 6112 | |
| 6113 | * README-maintainer-mode: Update URL for locating blessed config |
| 6114 | tools. |
| 6115 | |
| 6116 | 2003-05-29 Robert Millan <rmh@debian.org> |
| 6117 | |
| 6118 | * ltconfig: Import this patch and modify for use with current |
| 6119 | version of ltconfig: |
| 6120 | |
| 6121 | 2003-05-21 Bruno Haible <bruno@clisp.org> |
| 6122 | |
| 6123 | * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for |
| 6124 | GNU/FreeBSD. |
| 6125 | |
| 6126 | 2003-05-28 DJ Delorie <dj@redhat.com> |
| 6127 | |
| 6128 | * Makefile.tpl: Make maybe-check-gcc .PHONY. |
| 6129 | * Makefile.in: Regenerate. |
| 6130 | |
| 6131 | 2003-05-28 Jeff Johnston <jjohnstn@redhat.com> |
| 6132 | |
| 6133 | * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib. |
| 6134 | |
| 6135 | 2003-05-21 DJ Delorie <dj@redhat.com> |
| 6136 | |
| 6137 | * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not |
| 6138 | newlib or libgloss. |
| 6139 | * Makefile.in: Regenerate. |
| 6140 | |
| 6141 | 2003-05-21 DJ Delorie <dj@redhat.com> |
| 6142 | |
| 6143 | * Makefile.tpl: Add missing empty maybe-check-gcc target. |
| 6144 | * Makefile.in: Regenerate. |
| 6145 | |
| 6146 | 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl> |
| 6147 | |
| 6148 | * configure.in: Use curly braces in the definition of tooldir. |
| 6149 | * configure: Regenerate. |
| 6150 | |
| 6151 | 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6152 | |
| 6153 | * configure.in: Switch more things to use maybe dependencies. |
| 6154 | * Makefile.tpl: Switch more things to use maybe dependencies. |
| 6155 | Factor out common code from autogen IF statements. |
| 6156 | * configure: Regenerate. |
| 6157 | * Makefile.in: Regenerate. |
| 6158 | |
| 6159 | 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com> |
| 6160 | |
| 6161 | * configure.in: Accept i[3456789]86 for machine type. |
| 6162 | * configure: Regenerate. |
| 6163 | |
| 6164 | 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6165 | |
| 6166 | * configure.in: Switch more things to use maybe dependencies. |
| 6167 | Rearrange a little. Use GCC_TOPLEV_SUBDIRS. |
| 6168 | * configure: Regenerate. |
| 6169 | * Makefile.tpl: Switch more things to use maybe dependencies. |
| 6170 | * Makefile.in: Regenerate. |
| 6171 | |
| 6172 | 2003-05-16 Andreas Schwab <schwab@suse.de> |
| 6173 | |
| 6174 | * Makefile.tpl (install-opcodes): Define. |
| 6175 | * Makefile.in: Rebuild. |
| 6176 | |
| 6177 | 2003-05-13 Andreas Jaeger <aj@suse.de> |
| 6178 | |
| 6179 | * config.guess: Update to 2003-05-09 version. |
| 6180 | * config.sub: Update to 2003-05-09 version. |
| 6181 | |
| 6182 | 2003-05-13 Michael Eager <eager@mvista.com> |
| 6183 | |
| 6184 | * configure.in: Correct sed script so that options in quotes are not |
| 6185 | deleted. |
| 6186 | * configure: Rebuild. |
| 6187 | |
| 6188 | 2003-05-12 Corinna Vinschen <corinna@vinschen.de> |
| 6189 | |
| 6190 | * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin |
| 6191 | and $$s/newlib/libc/sys/cygwin32 include paths. |
| 6192 | * configure: Ditto. |
| 6193 | |
| 6194 | 2003-05-05 H.J. Lu <hjl@gnu.org> |
| 6195 | |
| 6196 | * config-ml.in: Restored from gcc repository. |
| 6197 | |
| 6198 | 2003-05-02 Chris Demetriou <cgd@broadcom.com> |
| 6199 | |
| 6200 | * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later. |
| 6201 | * Makefile.in: Regenerate. |
| 6202 | |
| 6203 | 2003-04-27 Daniel Jacobowitz <drow@mvista.com> |
| 6204 | |
| 6205 | * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl, |
| 6206 | and Makefile.def. |
| 6207 | |
| 6208 | 2003-04-27 Daniel Jacobowitz <drow@mvista.com> |
| 6209 | |
| 6210 | * Makefile.tpl: Clean $(BUILD_SUBDIR). |
| 6211 | * Makefile.in: Regenerated. |
| 6212 | |
| 6213 | 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> |
| 6214 | |
| 6215 | * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000. |
| 6216 | * Makefile.in: Regenerate. |
| 6217 | |
| 6218 | 2003-04-18 Jakub Jelinek <jakub@redhat.com> |
| 6219 | |
| 6220 | * configure.in (powerpc64*-*-linux*): Remove. |
| 6221 | * configure: Rebuilt. |
| 6222 | |
| 6223 | 2003-04-17 Phil Edwards <pme@gcc.gnu.org> |
| 6224 | |
| 6225 | * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the |
| 6226 | previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap, |
| 6227 | and restrap. |
| 6228 | * Makefile.in: Regenerate. |
| 6229 | |
| 6230 | 2003-04-16 Richard Earnshaw <rearnsha@arm.com> |
| 6231 | |
| 6232 | * configure.in (arm-*-netbsdelf*): Enable building java libraries. |
| 6233 | * configure: Regenerated. |
| 6234 | |
| 6235 | 2003-04-11 Alexandre Oliva <aoliva@redhat.com> |
| 6236 | |
| 6237 | * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*. |
| 6238 | * */configure: Rebuilt. |
| 6239 | |
| 6240 | 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6241 | |
| 6242 | * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down. |
| 6243 | * Makefile.in: Regenerate. |
| 6244 | |
| 6245 | 2003-03-14 Michael Chastain <mec@shout.net> |
| 6246 | |
| 6247 | * Makefile.in: Regenerate with correct Makefile.def. |
| 6248 | |
| 6249 | 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6250 | |
| 6251 | * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused |
| 6252 | Make macro. |
| 6253 | * Makefile.in: Regenerate. |
| 6254 | * configure.in: Clean up gxx_include_dir logic. |
| 6255 | * configure: Regenerate. |
| 6256 | |
| 6257 | 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> |
| 6258 | |
| 6259 | * configure.in (gxx_include_dir): Fix typo. |
| 6260 | * configure: Regenerated. |
| 6261 | |
| 6262 | 2003-03-06 Andrew Cagney <cagney@redhat.com> |
| 6263 | |
| 6264 | * texinfo/texinfo.tex: Import version 2003-02-03.16. |
| 6265 | |
| 6266 | 2003-03-04 Daniel Jacobowitz <drow@mvista.com> |
| 6267 | |
| 6268 | * configure.in: Include $(build_tooldir)/sys-include in |
| 6269 | FLAGS_FOR_TARGET. |
| 6270 | * configure: Regenerated. |
| 6271 | |
| 6272 | 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6273 | |
| 6274 | * Makefile.tpl: Reindent. |
| 6275 | * Makefile.in: Regenerate. |
| 6276 | * configure.in: Reindent. Don't set unused variables. |
| 6277 | * configure: Regenerate. |
| 6278 | |
| 6279 | * Makefile.tpl: Always pass down RANLIB. |
| 6280 | * Makefile.in: Regenerate. |
| 6281 | |
| 6282 | * Makefile.tpl: Don't set unused enable_shared, enable_threads macros. |
| 6283 | * Makefile.in: Regenerate. |
| 6284 | * configure.in: Remove unused logic relating to --enable-shared |
| 6285 | and --enable-threads. Remove bogus comments. Remove redundant |
| 6286 | noconfigdirs. |
| 6287 | * configure: Regenerate. |
| 6288 | |
| 6289 | * configure.in: Replace ${libstdcxx_version} by its value. |
| 6290 | Remove reference to mh-dgux. |
| 6291 | * configure: Regenerate. |
| 6292 | |
| 6293 | 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6294 | |
| 6295 | * Makefile.tpl: Rearrange. |
| 6296 | * Makefile.in: Regenerate. |
| 6297 | |
| 6298 | 2003-02-25 Nick Clifton <nickc@redhat.com> |
| 6299 | |
| 6300 | * configure: Remove site-file supprot - it is obsolete. |
| 6301 | |
| 6302 | 2003-02-24 Uwe Stieber <uwe@wwws.de> |
| 6303 | |
| 6304 | * configure.in: Add support for kaOS as cross build target system. |
| 6305 | * configure: Regenerated. |
| 6306 | |
| 6307 | 2003-02-20 Sean McNeil <sean@blue.mcneil.com> |
| 6308 | |
| 6309 | * Makefile.tpl: Add definition of CPPFLAGS to pass into |
| 6310 | configure-target-* as some target builds may require additional |
| 6311 | flags for preprocessor tests. |
| 6312 | * Makefile.in: Regenerated. |
| 6313 | |
| 6314 | 2003-02-19 Alexandre Oliva <aoliva@redhat.com> |
| 6315 | |
| 6316 | * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. |
| 6317 | * ltconfig: Handle it. |
| 6318 | * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of |
| 6319 | auto-detecting it. |
| 6320 | |
| 6321 | 2003-02-19 Alexandre Oliva <aoliva@redhat.com> |
| 6322 | |
| 6323 | * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever |
| 6324 | it is used as argument to $CC. |
| 6325 | * ltcf-gcj.sh: Likewise. |
| 6326 | |
| 6327 | 2003-02-19 Alexandre Oliva <aoliva@redhat.com> |
| 6328 | |
| 6329 | * configure.in: Introduce --enable-maintainer-mode. |
| 6330 | * configure: Rebuilt. |
| 6331 | * Makefile.tpl (Makefile.in, configure): Enable dependencies only |
| 6332 | for maintainer mode. |
| 6333 | * Makefile.in: Rebuilt. |
| 6334 | |
| 6335 | 2003-02-19 Andrew Cagney <ac131313@redhat.com> |
| 6336 | |
| 6337 | * configure: Regenerate using autoconf 2.13. |
| 6338 | |
| 6339 | 2003-02-19 Alan Modra <amodra@bigpond.net.au> |
| 6340 | |
| 6341 | * config.guess: Import latest version. |
| 6342 | * config.sub: Import latest version. |
| 6343 | |
| 6344 | 2003-02-18 Jason Merrill <jason@redhat.com> |
| 6345 | |
| 6346 | * Makefile.tpl (check-c++): Allow parallelism. |
| 6347 | |
| 6348 | 2003-02-17 Andrew Cagney <ac131313@redhat.com> |
| 6349 | |
| 6350 | * configure: Regenerate using autoconf 000227. |
| 6351 | |
| 6352 | 2003-02-15 Geoffrey Keating <geoffk@apple.com> |
| 6353 | |
| 6354 | * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, |
| 6355 | don't configure target-libobjc. |
| 6356 | * configure: Regenerate. |
| 6357 | |
| 6358 | 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 6359 | |
| 6360 | * Makefile.tpl (RANLIB): Define. |
| 6361 | * Makefile.in: Regenerate. |
| 6362 | |
| 6363 | 2003-02-06 Keith R Seitz <keiths@redhat.com> |
| 6364 | |
| 6365 | * Makefile.def: Remove "snavigator", "grep", and "db" modules. |
| 6366 | * Makefile.tpl: Remove "all-snavigator" and "all-grep". |
| 6367 | * Makefile.in: Regenerated. |
| 6368 | * configure.in: Remove all traces of snavigator, db, and grep. |
| 6369 | * configure: Regenerated. |
| 6370 | |
| 6371 | 2003-01-31 Frank Ch. Eigler <fche@redhat.com> |
| 6372 | |
| 6373 | * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies. |
| 6374 | * Makefile.in: Regenerated. |
| 6375 | |
| 6376 | 2003-01-30 Alexandre Oliva <aoliva@redhat.com> |
| 6377 | |
| 6378 | * config.if: Copy from GCC. |
| 6379 | |
| 6380 | 2003-01-27 Phil Edwards <pme@gcc.gnu.org> |
| 6381 | |
| 6382 | * configure.in: Revert 24Jan change. |
| 6383 | * configure: Regenerate. |
| 6384 | |
| 6385 | 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6386 | |
| 6387 | * configure.in: Revert previous change. |
| 6388 | * configure: Regenerate. |
| 6389 | |
| 6390 | 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6391 | |
| 6392 | * configure.in: Make rda native-only. |
| 6393 | * configure: Regenerate. |
| 6394 | |
| 6395 | 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6396 | |
| 6397 | * configure.in: Add missing \. |
| 6398 | * configure: Rebuilt. |
| 6399 | |
| 6400 | 2003-01-17 Jakub Jelinek <jakub@redhat.com> |
| 6401 | |
| 6402 | * configure.in (baseargs): Avoid using \| in sed regular |
| 6403 | expressions. |
| 6404 | * configure: Rebuilt. |
| 6405 | |
| 6406 | 2003-01-16 Jakub Jelinek <jakub@redhat.com> |
| 6407 | |
| 6408 | * configure.in (baseargs): Remove all supported forms of |
| 6409 | --cache-file, --srcdir, --host, --build and --target options |
| 6410 | from argument lists. |
| 6411 | * configure: Rebuilt. |
| 6412 | |
| 6413 | 2003-01-15 Alexandre Oliva <aoliva@redhat.com> |
| 6414 | |
| 6415 | * configure.in (noconfigdirs): Don't skip gas on IRIX 6. |
| 6416 | * configure: Rebuilt. |
| 6417 | |
| 6418 | 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6419 | |
| 6420 | * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS. |
| 6421 | * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. |
| 6422 | * Makefile.in: Regenerate. |
| 6423 | * configure: Regenerate. |
| 6424 | |
| 6425 | 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de> |
| 6426 | |
| 6427 | * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR. |
| 6428 | (install-info, dir.info): Prepend $(DESTDIR) to $(infodir). |
| 6429 | * Makefile.in: Regenerate. |
| 6430 | |
| 6431 | 2003-01-09 Alexandre Oliva <aoliva@redhat.com> |
| 6432 | |
| 6433 | * configure.in: Remove Makefile in build, host and target modules |
| 6434 | unless configure was run with --no-recursion. |
| 6435 | * configure: Rebuilt. |
| 6436 | |
| 6437 | 2003-01-08 Chris Demetriou <cgd@broadcom.com> |
| 6438 | |
| 6439 | * config.guess: Update to 2003-01-03 version. |
| 6440 | * config.sub: Update to 2003-01-03 version. |
| 6441 | |
| 6442 | 2003-01-07 Christopher Faylor <cgf@redhat.com> |
| 6443 | |
| 6444 | * configure: Regenerate with proper autoconf 2.13. |
| 6445 | |
| 6446 | 2003-01-07 Christopher Faylor <cgf@redhat.com> |
| 6447 | |
| 6448 | * configure.in: Add AC_PREREQ for consistency. |
| 6449 | * configure: Regenerate. |
| 6450 | |
| 6451 | 2003-01-06 Andrew Cagney <ac131313@redhat.com> |
| 6452 | |
| 6453 | * configure.in (GDB_TK): Add tcl directories conditional on |
| 6454 | gdb/gdbtk directory being present. |
| 6455 | * configure: Regenerate. |
| 6456 | |
| 6457 | 2003-01-04 John David Anglin <dave.anglin@nrc.ca> |
| 6458 | |
| 6459 | * configure.in (LD): Improve test for gcc. Try to set LD to the ld used |
| 6460 | by gcc if LD is not defined and we are not doing a Canadian Cross. |
| 6461 | * configure: Rebuilt. |
| 6462 | |
| 6463 | 2003-01-01 Daniel Jacobowitz <drow@mvista.com> |
| 6464 | |
| 6465 | * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl. |
| 6466 | |
| 6467 | 2002-12-31 Tom Tromey <tromey@redhat.com> |
| 6468 | |
| 6469 | * Makefile.in: Rebuilt. |
| 6470 | * Makefile.def (target_modules) [libffi]: Allow installation. |
| 6471 | |
| 6472 | 2002-12-31 Andreas Schwab <schwab@suse.de> |
| 6473 | |
| 6474 | * configure.in: Fix use of $program_transform_name. |
| 6475 | * configure: Regenerated. |
| 6476 | |
| 6477 | 2002-12-30 Daniel Jacobowitz <drow@mvista.com> |
| 6478 | |
| 6479 | * configure.in (baseargs): Don't remove first configure argument. |
| 6480 | * configure: Regenerated. |
| 6481 | |
| 6482 | 2002-12-29 Alexandre Oliva <aoliva@redhat.com> |
| 6483 | |
| 6484 | * Makefile.tpl (local-distclean): Don't remove... |
| 6485 | (multilib.ts): ... this. Moved into... |
| 6486 | (multilib.out): ... this. Don't use sub-make. |
| 6487 | ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile, |
| 6488 | $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into... |
| 6489 | (configure-build-[+module+], configure-[+module+], |
| 6490 | configure-target-[+module+], configure-gcc): ... these. Test |
| 6491 | for Makefile existence. Drop config.status from dependencies. |
| 6492 | * Makefile.in: Rebuilt. |
| 6493 | * configure.in: Move gcc-version-trigger to the end of |
| 6494 | ac_configure_args. Add comments to maybedep.tmp and |
| 6495 | serdep.tmp. Introduce --disable-serial-configure. Remove |
| 6496 | nonopt from baseargs, matching and removing corresponding |
| 6497 | whitespace while at it. |
| 6498 | * configure: Rebuilt. |
| 6499 | |
| 6500 | 2002-12-28 Alexandre Oliva <aoliva@redhat.com> |
| 6501 | |
| 6502 | * configure.in (host_configargs): Replace reference to |
| 6503 | no-longer-defined buildopts with --build=${build_alias}. |
| 6504 | * configure: Rebuilt. |
| 6505 | |
| 6506 | 2002-12-28 Alexandre Oliva <aoliva@redhat.com> |
| 6507 | |
| 6508 | * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of |
| 6509 | program_transform_name to standard idiom. |
| 6510 | (AUTOGEN, AUTOCONF): Define. |
| 6511 | (Makefile.in): Use $(AUTOGEN). |
| 6512 | (Makefile): Depend on config.status, and use autoconf-style rule to |
| 6513 | build it. Move original commands to... |
| 6514 | (config.status): ... this new target. |
| 6515 | (configure): Add $(srcdir). Depend on config/acx.m4. Use |
| 6516 | $(AUTOCONF). |
| 6517 | * Makefile.in: Rebuilt. |
| 6518 | |
| 6519 | 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6520 | |
| 6521 | * Makefile.tpl: Fix dramatic bustage due to change in |
| 6522 | program_transform_name. |
| 6523 | * Makefile.in: Regenerate. |
| 6524 | |
| 6525 | * configure.in: Remove unnecessary PATH setting. |
| 6526 | * configure: Regnerate. |
| 6527 | |
| 6528 | * configure.in: Don't default to unprefixed tools unless |
| 6529 | the native tools will work. |
| 6530 | * configure: Regenerate. |
| 6531 | |
| 6532 | * configure.in: Convert to autoconf script. Blow away lots |
| 6533 | of now-redundant Makefile fragments. |
| 6534 | * configure: Generate using Autoconf. |
| 6535 | * Makefile.tpl: Rewrite to reflect autoconfiscation. |
| 6536 | * Makefile.in: Regenerate. |
| 6537 | |
| 6538 | 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6539 | |
| 6540 | * configure: Remove unneeded 'export's. Make CC_FOR_TARGET, |
| 6541 | CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only. |
| 6542 | |
| 6543 | * ChangeLog: Move a couple of entries from here to winsup/cygwin, |
| 6544 | where they belong. |
| 6545 | |
| 6546 | 2002-12-24 Andreas Schwab <schwab@suse.de> |
| 6547 | |
| 6548 | * Makefile.tpl (multilib.out): Fix missing space. |
| 6549 | * Makefile.in: Regenerate. |
| 6550 | |
| 6551 | 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6552 | |
| 6553 | * Makefile.tpl: Use shared multilib.out. Use move-if-change for it. |
| 6554 | Convert (cd foo; make) to (cd foo && make). Clean up multilib.out. |
| 6555 | * Makefile.in: Regenerate. |
| 6556 | * configure.in: Remove unnecessary leftovers. |
| 6557 | |
| 6558 | 2002-12-21 Geoffrey Keating <geoffk@apple.com> |
| 6559 | |
| 6560 | * configure.in (extra_ranlibflags_for_target): New variable. |
| 6561 | (*-*-darwin): Add -c to ranlib commands. |
| 6562 | * configure (tooldir): Handle extra_ranlibflags_for_target. |
| 6563 | |
| 6564 | 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> |
| 6565 | |
| 6566 | * COPYING.NEWLIB: Updated. |
| 6567 | * COPYING.LIBGLOSS: Ditto. |
| 6568 | |
| 6569 | 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6570 | |
| 6571 | * Makefile.tpl: Revert HJL's change. |
| 6572 | * Makefile.in: Regenerated. |
| 6573 | * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and |
| 6574 | always. |
| 6575 | |
| 6576 | 2002-12-19 Andreas Schwab <schwab@suse.de> |
| 6577 | |
| 6578 | * Makefile.tpl, configure.in: Substitute libstdcxx_incdir. |
| 6579 | * Makefile.in: Regenerate. |
| 6580 | |
| 6581 | 2002-12-18 H.J. Lu <hjl@gnu.org> |
| 6582 | |
| 6583 | * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR). |
| 6584 | * Makefile.in: Regenerated. |
| 6585 | |
| 6586 | * configure.in (build_prefix): New. Substitute. |
| 6587 | |
| 6588 | 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6589 | |
| 6590 | * Makefile.tpl: Don't let real targets depend on phony targets. |
| 6591 | * Makefile.in: Regenerate. |
| 6592 | |
| 6593 | * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo. |
| 6594 | * Makefile.in: Regenerate. |
| 6595 | |
| 6596 | 2002-12-16 Jason Merrill <jason@redhat.com> |
| 6597 | |
| 6598 | * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a |
| 6599 | previous 'make bootstrap'. |
| 6600 | * Makefile.in: Regenerate. |
| 6601 | |
| 6602 | 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com> |
| 6603 | |
| 6604 | * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb. |
| 6605 | |
| 6606 | 2002-12-13 Jason Merrill <jason@redhat.com> |
| 6607 | |
| 6608 | * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run |
| 6609 | library tests. |
| 6610 | (check-c++): Just depend on it and check-target-libstdc++-v3. |
| 6611 | * Makefile.in: Regenerate. |
| 6612 | |
| 6613 | 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6614 | |
| 6615 | * configure.in, Makefile.tpl, Makefile.def: Remove tclX. |
| 6616 | * Makefile.in: Regenerate. |
| 6617 | |
| 6618 | 2002-12-12 Jeff Johnston <jjohnstn@redhat.com> |
| 6619 | |
| 6620 | * COPYING.NEWLIB: Update list of alternate Regent of California |
| 6621 | licenses and discuss official revoking of advertising clause. |
| 6622 | * COPYING.LIBGLOSS: Ditto. |
| 6623 | |
| 6624 | 2002-12-12 Alexandre Oliva <aoliva@redhat.com> |
| 6625 | |
| 6626 | * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C). |
| 6627 | * Makefile.in: Rebuilt. |
| 6628 | |
| 6629 | 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6630 | |
| 6631 | * configure: Fix bug put in by gremlins. |
| 6632 | |
| 6633 | * Makefile.tpl: Substitute more autoconfily. |
| 6634 | * configure: Substitute more autoconfily. |
| 6635 | * Makefile.in: Regenerate. |
| 6636 | |
| 6637 | 2002-12-08 Andrew Cagney <ac131313@redhat.com> |
| 6638 | |
| 6639 | * Makefile.tpl (all-sim): Depend on maybe-configure-gdb. |
| 6640 | * Makefile.in (all-sim): Ditto. |
| 6641 | |
| 6642 | 2002-12-06 DJ Delorie <dj@redhat.com> |
| 6643 | |
| 6644 | * Makefile.tpl: Change configure dependencies to not have real |
| 6645 | targets depend on phony targets. |
| 6646 | |
| 6647 | 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6648 | |
| 6649 | * configure.in: Revert unintentional change. |
| 6650 | |
| 6651 | * src-release: Configure host subdirs. |
| 6652 | |
| 6653 | * Makefile.tpl: Change dependency for */multilib.out so that |
| 6654 | it works when gcc isn't in the tree. |
| 6655 | |
| 6656 | * configure.in: Substitute more. |
| 6657 | * configure: Run subconfigures from the Makefile. |
| 6658 | * Makefile.tpl: Run subconfigures from the Makefile; add a few |
| 6659 | convenience targets. Make sure gcc isn't rebuilt after bootstrap. |
| 6660 | |
| 6661 | 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6662 | |
| 6663 | * Makefile.tpl: Add targets for configuring host subdirs in Makefile, |
| 6664 | and corresponding dependencies. |
| 6665 | * Makefile.in: Regenerate. |
| 6666 | |
| 6667 | * configure.in (host_tools): Order binutils, gas and ld for |
| 6668 | convenience in running the testsuites. |
| 6669 | |
| 6670 | * Makefile.tpl: Introduce rules to serialize subconfigure runs. |
| 6671 | * Makefile.in: Regenerate. |
| 6672 | * configure.in: Introduce rules to serialize subconfigure runs. |
| 6673 | |
| 6674 | * configure.in: Introduce BASE_CC_FOR_TARGET. |
| 6675 | * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS. |
| 6676 | Realize configure-build-* targets. Realize configure-target-* targets. |
| 6677 | * Makefile.in: Regenerate. |
| 6678 | |
| 6679 | 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6680 | |
| 6681 | * configure: Move gcc_version_trigger stuff from here... |
| 6682 | * configure.in: ...to here. |
| 6683 | |
| 6684 | * configure.in: Separate subconfigure options added by this file from |
| 6685 | options given by the user. Add machinery to put args for host |
| 6686 | subconfigures into the Makefile. |
| 6687 | |
| 6688 | * Makefile.tpl: Remove 'vault' targets. |
| 6689 | * Makefile.tpl: Reorder and comment dependencies. |
| 6690 | * Makefile.in: Regenerate. |
| 6691 | |
| 6692 | 2002-11-28 Geoffrey Keating <geoffk@apple.com> |
| 6693 | |
| 6694 | * configure.in: Move host-specific darwin noconfigdirs into |
| 6695 | the host-specific section. |
| 6696 | |
| 6697 | 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6698 | |
| 6699 | * Makefile.tpl: Restore bkorb's style patch, accidentally lost |
| 6700 | during replay. |
| 6701 | * Makefile.in: Regenerate. |
| 6702 | |
| 6703 | (finishing slow-motion replay) |
| 6704 | * configure: Remove skip-this-dir support. |
| 6705 | * Makefile.tpl: Remove skip-this-dir support. |
| 6706 | |
| 6707 | * Makefile.tpl: Remove leftover support for non-autoconfiscated |
| 6708 | subdirectories. |
| 6709 | * Makefile.in: Regenerate. |
| 6710 | |
| 6711 | * Makefile.tpl: Strip out useless setting of 'dir'. |
| 6712 | * Makefile.in: Regenerate. |
| 6713 | |
| 6714 | 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6715 | |
| 6716 | (finishing slow-motion replay) |
| 6717 | * configure.in: Fix deeply stupid bug. |
| 6718 | |
| 6719 | * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded |
| 6720 | shell code in CXX_FOR_TARGET |
| 6721 | * Makefile.def: Introduce raw_cxx. |
| 6722 | * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and |
| 6723 | RAW_CXX_FOR_TARGET. |
| 6724 | * Makefile.in: Regenerate. |
| 6725 | |
| 6726 | 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6727 | |
| 6728 | (finishing slow-motion replay) |
| 6729 | * Makefile.tpl: Remove unnecessary ifs. |
| 6730 | * Makefile.in: Regenerate. |
| 6731 | |
| 6732 | * Makefile.tpl: Implement soft dependency machinery. Maybe-ize |
| 6733 | dependencies. Maybe-ize build-libiberty. Create dummy install |
| 6734 | targets for 'no_install' modules. |
| 6735 | * configure: Move GDB_TK substitution to configure.in. Move |
| 6736 | build_modules stuff to configure.in. |
| 6737 | * configure.in: Implement soft dependency machinery. Maybe-ize |
| 6738 | GDB_TK, rearrange slightly. Move build_modules stuff from configure. |
| 6739 | * Makefile.in: Regenerate. |
| 6740 | |
| 6741 | 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6742 | |
| 6743 | (continuing slow-motion replay) |
| 6744 | * Makefile.tpl: Make all-target, install-target behave similarly |
| 6745 | to all, install (only hitting configured targets). Eliminate |
| 6746 | unused macro defintions. |
| 6747 | |
| 6748 | * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when |
| 6749 | build != host. |
| 6750 | |
| 6751 | * Makefile.tpl: Add all-gcc: all-libiberty dependency. |
| 6752 | |
| 6753 | * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion. |
| 6754 | |
| 6755 | * configure.in: Produce lists of subdir targets we're actually |
| 6756 | configuring. Remove references to "dosrel". |
| 6757 | * Makefile.tpl: Let configure set which subdir targets are hit. |
| 6758 | Remove install-cross; clean up install; remove ALL. Remove |
| 6759 | references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery. |
| 6760 | Autogenerate host module targets. Remove empty dependency lines |
| 6761 | and redundant dependency; rearrange slightly. |
| 6762 | * Makefile.def: Add host-side libtermcap, utils. |
| 6763 | |
| 6764 | * Makefile.in: Regenerate. |
| 6765 | |
| 6766 | 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6767 | |
| 6768 | (Continuing slow-motion replay) |
| 6769 | * Makefile.def: Add list of recursive targets to autogenerate. |
| 6770 | Add build_modules. |
| 6771 | * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-* |
| 6772 | targets. Autogenerate *-build-* targets. |
| 6773 | * Makefile.in: Regenerate. |
| 6774 | |
| 6775 | 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6776 | |
| 6777 | (Continuing slow-motion replay) |
| 6778 | * configure: More autoconf-style substitutions. |
| 6779 | * Makefile.tpl: More autoconf-style substitutions. |
| 6780 | * Makefile.in: Regenerate. |
| 6781 | |
| 6782 | 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6783 | |
| 6784 | (Continuing slow-motion replay) |
| 6785 | * configure: Substitute more variables in a more autoconf-friendly |
| 6786 | way. Simplify slightly. |
| 6787 | * Makefile.tpl: Make more variables substitutable in an |
| 6788 | autoconf-friendly way. |
| 6789 | * Makefile.in: Regenerate. |
| 6790 | |
| 6791 | 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6792 | |
| 6793 | (Continuing slow-motion replay) |
| 6794 | * configure.in (v810*): Remove special setting of tools. |
| 6795 | |
| 6796 | * configure: Add support for extra required flags for ar or nm. |
| 6797 | * configure.in (aix4.3+): Use above support for target-specific |
| 6798 | issues, rather than using config/mt-aix43. |
| 6799 | |
| 6800 | 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6801 | |
| 6802 | (Starting slow-motion replay merge from gcc 3.4 b-i-b branch) |
| 6803 | * configure: Remove 'removing', which doesn't work. Replace $subdir |
| 6804 | with . everywhere. Replace $subdirs with ''. Replace $makesrcdir |
| 6805 | with $srcdir. Reformat indentation. Substitute some variables |
| 6806 | formerly hard-coded in the Makefile for build=host. |
| 6807 | * Makefile.tpl: Autogenerate more; make more autoconf-friendly. |
| 6808 | * Makefile.def: Autogenerate more. |
| 6809 | * Makefile.in: Regenerate. |
| 6810 | |
| 6811 | 2002-11-13 Bruce Korb <bkorb@gnu.org> |
| 6812 | |
| 6813 | * Makefile.tpl: syntactic cleanup |
| 6814 | |
| 6815 | 2002-11-04 Kevin Buettner <kevinb@redhat.com> |
| 6816 | |
| 6817 | * Makefile.def (host_modules): Add rda. |
| 6818 | * Makefile.in: Regenerate. |
| 6819 | * configure.in (target_tool): Add target-rda to list. |
| 6820 | |
| 6821 | 2002-10-25 Phil Edwards <pme@gcc.gnu.org> |
| 6822 | |
| 6823 | * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap, |
| 6824 | and restrap targets to this rule. |
| 6825 | * Makefile.in: Regenerate. |
| 6826 | |
| 6827 | 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com> |
| 6828 | |
| 6829 | * configure.in (i[3456]86-*-linux*): Add check to disable |
| 6830 | ${libgcj} for glibc1. |
| 6831 | |
| 6832 | 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com> |
| 6833 | |
| 6834 | * configure.in: Add tic4x target. |
| 6835 | |
| 6836 | 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6837 | |
| 6838 | * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy. |
| 6839 | * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. |
| 6840 | * configure.in: Make SET_LIB_PATH substitution more autoconfy. |
| 6841 | * configure.in: Make RPATH_ENVVAR substitution more autoconfy. |
| 6842 | * Makefile.in: Regenerate. |
| 6843 | |
| 6844 | 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6845 | |
| 6846 | * Makefile.tpl: Eliminate reference to all-gui, all-libproc. |
| 6847 | * Makefile.in: Regenerate. |
| 6848 | |
| 6849 | * Makefile.def: Remove order dependency comments. |
| 6850 | * Makefile.tpl: Add explicit install-install dependencies. |
| 6851 | * Makefile.in: Regenerate. |
| 6852 | |
| 6853 | * Makefile.tpl: Remove material now in src-release. (Finally!) |
| 6854 | * Makefile.in: Regenerate. |
| 6855 | |
| 6856 | * configure: Restore my original patch by syncing with gcc version. |
| 6857 | |
| 6858 | * Bring following over from gcc: |
| 6859 | |
| 6860 | 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com> |
| 6861 | |
| 6862 | * configure.in (s390*-*-linux*): Enable libgcj. |
| 6863 | |
| 6864 | 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6865 | |
| 6866 | * Makefile.in: Regenerate. This really ought to fix things. :sigh: |
| 6867 | |
| 6868 | 2002-10-02 Alan Modra <amodra@bigpond.net.au> |
| 6869 | |
| 6870 | * configure: Move stray lines back to where they belong. |
| 6871 | |
| 6872 | 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6873 | |
| 6874 | * Makefile.tpl: Insert configure-target target, for src-release. |
| 6875 | |
| 6876 | * configure: Finish reverting change which Andrew Cagney started |
| 6877 | reverting. Should fix bustage. |
| 6878 | |
| 6879 | * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory. |
| 6880 | * src-release: New file. Contains material for making net |
| 6881 | releases for gdb, binutils, et al., formerly in Makefile.in. |
| 6882 | |
| 6883 | 2002-09-30 Nick Clifton <nickc@redhat.com> |
| 6884 | |
| 6885 | * cpu: New top level directory. Intended to hold input files for |
| 6886 | CGEN which have FSF copyright assignment. |
| 6887 | * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory. |
| 6888 | |
| 6889 | 2002-09-29 Andrew Cagney <ac131313@redhat.com> |
| 6890 | |
| 6891 | Revert below (note that src does not contain Makefile.tpl): |
| 6892 | * Makefile.tpl: Make subsituted variables more autoconfy. |
| 6893 | * Makefile.in: Regenerate. |
| 6894 | |
| 6895 | 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6896 | |
| 6897 | * configure: Revert accidentally applied changes. |
| 6898 | |
| 6899 | * Makefile.tpl: Make more autoconf-friendly. |
| 6900 | * Makefile.in: Regenerate. |
| 6901 | * configure: Make substitution more autoconf-like. |
| 6902 | |
| 6903 | 2002-09-28 Richard Earnshaw <rearnsha@arm.com> |
| 6904 | |
| 6905 | * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a |
| 6906 | single entry to handle all these. |
| 6907 | (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable |
| 6908 | libjava on arm-*-elf. |
| 6909 | |
| 6910 | 2002-09-27 Geoffrey Keating <geoffk@apple.com> |
| 6911 | |
| 6912 | * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the |
| 6913 | things that depend on them. |
| 6914 | |
| 6915 | 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6916 | |
| 6917 | * Makefile.tpl: Make subsituted variables more autoconfy. |
| 6918 | * Makefile.in: Regenerate. |
| 6919 | * configure: Make seds more autoconfy. |
| 6920 | |
| 6921 | 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6922 | |
| 6923 | * Makefile.tpl: Rewrite substituted lines to look autoconfy. |
| 6924 | * Makefile.in: Regenerate. |
| 6925 | * configure.in: Rewrite sed statements to look autoconfy. |
| 6926 | |
| 6927 | * Makefile.tpl: Autogenerate *-target-* lists, dependencies of |
| 6928 | all-target-foo on configure-target-foo. |
| 6929 | * Makefile.def: Ditto. |
| 6930 | * Makefile.in: Rebuild. |
| 6931 | |
| 6932 | 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6933 | |
| 6934 | * Makefile.def: New file. |
| 6935 | * Makefile.tpl: New file. |
| 6936 | * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'. |
| 6937 | |
| 6938 | * configure.in: Minor rearrangement. Simplify tests. |
| 6939 | |
| 6940 | 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com> |
| 6941 | |
| 6942 | * configure.in (with_headers): Skip copy if value is "yes". |
| 6943 | (with_libs): Likewise. |
| 6944 | |
| 6945 | 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org> |
| 6946 | |
| 6947 | * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs. |
| 6948 | * configure.in (sh*-*-pe*): Ditto. |
| 6949 | * configure.in (mips*-*-pe*): Ditto. |
| 6950 | * configure.in (*arm-wince-pe): Ditto. |
| 6951 | |
| 6952 | * configure.in: Rearrange. |
| 6953 | |
| 6954 | 2002-09-12 Nick Clifton <nickc@redhat.com> |
| 6955 | |
| 6956 | * Import these changes from the config master repository: |
| 6957 | |
| 6958 | 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com> |
| 6959 | |
| 6960 | * config.sub: Add tic4x target. |
| 6961 | |
| 6962 | 2002-09-03 Ben Elliston <bje@redhat.com> |
| 6963 | |
| 6964 | * config.guess: Detect NSR-D machines for nsr-tandem-nsk. |
| 6965 | Reported by <Duncan_Stodart@insession.com>. |
| 6966 | |
| 6967 | 2002-09-10 Jeff Johnston <jjohnstn@redhat.com> |
| 6968 | |
| 6969 | * COPYING.NEWLIB: More updates. |
| 6970 | |
| 6971 | 2002-09-09 Jeff Johnston <jjohnstn@redhat.com> |
| 6972 | |
| 6973 | * COPYING.NEWLIB: Update. |
| 6974 | |
| 6975 | 2002-08-23 Andrew Cagney <ac131313@redhat.com> |
| 6976 | |
| 6977 | * texinfo/texinfo.tex: Import version 2002-06-04.06. |
| 6978 | |
| 6979 | * config.guess: Import version 2002-08-23. |
| 6980 | * config.sub: Import version 2002-08-22. |
| 6981 | |
| 6982 | 2002-08-20 Alexandre Oliva <aoliva@redhat.com> |
| 6983 | |
| 6984 | * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER. |
| 6985 | * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET, |
| 6986 | CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise. |
| 6987 | |
| 6988 | 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br> |
| 6989 | |
| 6990 | * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*. |
| 6991 | |
| 6992 | 2002-08-04 H.J. Lu (hjl@gnu.org) |
| 6993 | |
| 6994 | * configure.in (mips*-*-linux*): Don't skip target-libffi. |
| 6995 | |
| 6996 | 2002-07-31 Alan Modra <amodra@bigpond.net.au> |
| 6997 | |
| 6998 | * configure.in: Move generic linux case to end. Copy generic |
| 6999 | linux noconfigdirs to mips*-*-linux* entry and new |
| 7000 | powerpc64*-*-linux* entry. Add target-libffi for the latter. |
| 7001 | |
| 7002 | 2002-07-19 Chris Demetriou <cgd@broadcom.com> |
| 7003 | |
| 7004 | * MAINTAINERS: Clarify on config.guess and config.sub, and add |
| 7005 | one instance of them which was missed to the list to update. |
| 7006 | |
| 7007 | 2002-07-16 Chris Demetriou <cgd@broadcom.com> |
| 7008 | |
| 7009 | * config.guess: Update to 2002-07-09 version. |
| 7010 | * config.sub: Update to 2002-07-03 version. |
| 7011 | |
| 7012 | 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org> |
| 7013 | |
| 7014 | * configure.in: Remove two redundant tests. |
| 7015 | |
| 7016 | 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 7017 | |
| 7018 | * configure.in (mips*-*-irix6*o32): Enable stabs. |
| 7019 | |
| 7020 | 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org> |
| 7021 | |
| 7022 | * configure.in: Don't build grez. |
| 7023 | * Makefile.in: Ditto. |
| 7024 | |
| 7025 | * Makefile.in: Remove references to bsp, cygmon, libstub. |
| 7026 | * configure.in: Ditto. |
| 7027 | |
| 7028 | * configure.in: Remove leftover reference to gdbtest. |
| 7029 | |
| 7030 | 2002-07-08 Phil Edwards <pme@gcc.gnu.org> |
| 7031 | |
| 7032 | * configure.in (gxx_include_dir): Change to match versioned |
| 7033 | C++ headers if --enable-version-specific-runtime-libs is used. |
| 7034 | |
| 7035 | 2002-07-04 Steve Ellcey <sje@cup.hp.com> |
| 7036 | |
| 7037 | * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*. |
| 7038 | |
| 7039 | 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org> |
| 7040 | |
| 7041 | * configure.in: Make --without-x work. |
| 7042 | |
| 7043 | 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com> |
| 7044 | |
| 7045 | * contrib: New directory. Created to contain a copy of the |
| 7046 | texi2pod.pl script so that it is in the same place as the version in |
| 7047 | the FSF GCC sources. |
| 7048 | |
| 7049 | 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org> |
| 7050 | |
| 7051 | * configure.in: Rearrange target Makefile fragment collection. |
| 7052 | |
| 7053 | * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or |
| 7054 | cvs[src]. |
| 7055 | * configure.in: Ditto. |
| 7056 | |
| 7057 | 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org> |
| 7058 | |
| 7059 | * Makefile.in: Eliminate 'apache' targets. |
| 7060 | * configure.in: Eliminate 'apache' targets. |
| 7061 | |
| 7062 | * configure.in: Eliminate redundant tests. Reorganize. |
| 7063 | |
| 7064 | * Makefile.in: Eliminate last reference to LIBGCC1_TEST. |
| 7065 | |
| 7066 | * config-ml.in: Eliminate references to Cygnus configure. |
| 7067 | |
| 7068 | * Makefile.in: Eliminate references to building emacs. |
| 7069 | |
| 7070 | 2002-07-01 Denis Chertykov <denisc@overta.ru> |
| 7071 | |
| 7072 | * configure.in: Add support for ip2k. |
| 7073 | |
| 7074 | 2002-06-24 Ben Elliston <bje@redhat.com> |
| 7075 | |
| 7076 | * configure.in (host_tools): Remove cgen. |
| 7077 | |
| 7078 | * Makefile.in (all-cgen): Remove; runs from its source directory. |
| 7079 | (check-cgen, install-cgen, clean-cgen): Likewise. |
| 7080 | (all-opcodes): No not depend on all-cgen. |
| 7081 | (all-sim): Likewise. |
| 7082 | |
| 7083 | 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com> |
| 7084 | |
| 7085 | * configure.in: Fix AIX configury bug. |
| 7086 | |
| 7087 | 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com> |
| 7088 | |
| 7089 | * configure.in: Replace ${topsrcdir} with ${srcdir}. |
| 7090 | |
| 7091 | * configure.in: Move definition of libstdcxx_flags right above |
| 7092 | usage, rather than way earlier. |
| 7093 | |
| 7094 | * configure.in: Pull definition of is_cross_compiler earlier. |
| 7095 | |
| 7096 | * configure.in: Rearrange a little. |
| 7097 | |
| 7098 | * configure.in: Remove references to librx. |
| 7099 | * Makefile.in: Remove references to librx. |
| 7100 | |
| 7101 | 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com> |
| 7102 | |
| 7103 | * configure.in: Eliminate ${gasdir} variable. |
| 7104 | |
| 7105 | 2002-06-18 Dave Brolley <brolley@redhat.com> |
| 7106 | |
| 7107 | * configure.in: Add support for frv. |
| 7108 | * config.sub: Add support for frv. |
| 7109 | |
| 7110 | 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 7111 | |
| 7112 | * Makefile.in (CFLAGS_FOR_TARGET): Add -O2. |
| 7113 | |
| 7114 | 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com> |
| 7115 | |
| 7116 | * configure.in (vax-*-netbsd*): Re-enable gas. |
| 7117 | |
| 7118 | 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com> |
| 7119 | |
| 7120 | * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX, |
| 7121 | BUILD_PREFIX_1, to correct nomenclature. |
| 7122 | * configure: Likewise. |
| 7123 | |
| 7124 | * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1. |
| 7125 | * configure.in: Eliminate version-specific references to tcl8.1, tk8.1. |
| 7126 | |
| 7127 | 2002-05-31 Olaf Hering <olh@suse.de> |
| 7128 | |
| 7129 | * config-ml.in: Propogate DESTDIR also. |
| 7130 | |
| 7131 | 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com> |
| 7132 | |
| 7133 | * configure.in (vax-*-netbsd*): Don't build gas for this |
| 7134 | platform. |
| 7135 | |
| 7136 | 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl> |
| 7137 | |
| 7138 | * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx |
| 7139 | and libgcj for AVR. |
| 7140 | |
| 7141 | 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com> |
| 7142 | |
| 7143 | * config.sub: Add DLX target. |
| 7144 | |
| 7145 | 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com> |
| 7146 | |
| 7147 | * config.guess: Update to 2002-05-22 version. |
| 7148 | * config.sub: Likewise. |
| 7149 | |
| 7150 | 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 7151 | |
| 7152 | * Makefile.in: Allow for PWDCMD to override hardcoded pwd. |
| 7153 | * config-ml.in: Likewise. |
| 7154 | * configure: Likewise. |
| 7155 | * configure.in: Likewise. |
| 7156 | |
| 7157 | 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com> |
| 7158 | |
| 7159 | * configure.in: Simplify makefile fragment collection. |
| 7160 | |
| 7161 | * configure.in: Remove code to build emacs. |
| 7162 | |
| 7163 | * configure.in : Remove --srcdir argument from targargs and buildargs |
| 7164 | (it's always overridden in the Makefile anyway). Rearrange a bit. |
| 7165 | |
| 7166 | * configure: Move some logic to configure.in. |
| 7167 | * configure.in: Move some logic from configure. |
| 7168 | |
| 7169 | 2002-05-07 Jeff Johnston <jjohnstn@redhat.com> |
| 7170 | |
| 7171 | * COPYING.LIBGLOSS: New file. |
| 7172 | |
| 7173 | 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br> |
| 7174 | |
| 7175 | * Makefile.in: Honour DESTDIR. |
| 7176 | |
| 7177 | 2002-05-05 Alexandre Oliva <aoliva@redhat.com> |
| 7178 | |
| 7179 | * configure.in (noconfigdirs): Don't disable libgcj on |
| 7180 | sparc64-*-solaris* and sparcv9-*-solaris*. |
| 7181 | |
| 7182 | 2002-05-03 Alexandre Oliva <aoliva@redhat.com> |
| 7183 | |
| 7184 | * configure.in: Revert 2002-04-18's patch; fixed in libjava. |
| 7185 | |
| 7186 | 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com> |
| 7187 | |
| 7188 | * configure.in (FLAGS_FOR_TARGET): Do not add |
| 7189 | -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively |
| 7190 | on i[3456]86-*-linux*. |
| 7191 | |
| 7192 | 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com> |
| 7193 | |
| 7194 | * configure.in (noconfigdirs): Replace [ ] with test. |
| 7195 | |
| 7196 | * configure.in (noconfigdirs): Do not add target-newlib if |
| 7197 | target == i[3456]86-*-linux*, and host == target. |
| 7198 | |
| 7199 | 2002-04-29 Mark Mitchell <mark@codesourcery.com> |
| 7200 | |
| 7201 | * config.guess: Updated to 2002-04-26's version. |
| 7202 | * config.sub: Updated to 2002-04-26's version. |
| 7203 | |
| 7204 | 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org> |
| 7205 | |
| 7206 | * configure.in: delete reference to absent file |
| 7207 | |
| 7208 | * configure.in: replace '[' with 'test' |
| 7209 | |
| 7210 | * configure.in: Eliminate references to gash. |
| 7211 | * Makefile.in: Eliminate references to gash. |
| 7212 | |
| 7213 | * configure.in: remove useless references to 'pic' makefile fragments. |
| 7214 | |
| 7215 | * configure.in: (*-*-windows*) Finish removing. |
| 7216 | |
| 7217 | * configure.in: Eliminate redundant test for libgui. |
| 7218 | |
| 7219 | 2002-04-26 Joel Sherrill <joel@OARcorp.com> |
| 7220 | |
| 7221 | * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj. |
| 7222 | (sparc-*-elf*, sparc64-*-elf*): Disable libgcj. |
| 7223 | |
| 7224 | 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com> |
| 7225 | |
| 7226 | * configure.in: remove references to dead files |
| 7227 | |
| 7228 | 2002-04-18 Tom Tromey <tromey@redhat.com> |
| 7229 | |
| 7230 | * configure.in: Disallow configuring libgcj when it is already |
| 7231 | installed and we're using Solaris 2.8 linker. Do enable libgcj on |
| 7232 | Solaris 2.8 by default. For PR libgcj/6158. |
| 7233 | |
| 7234 | 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com> |
| 7235 | |
| 7236 | * configure.in: Move default CC setting out of config/mh-* fragments |
| 7237 | directly into here. |
| 7238 | |
| 7239 | 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com> |
| 7240 | |
| 7241 | * configure.in: don't even try to configure or make a subdirectory |
| 7242 | if there's no configure script for it. |
| 7243 | |
| 7244 | 2002-04-15 Mark Mitchell <mark@codesourcery.com> |
| 7245 | |
| 7246 | * MAINTAINERS: Remove chill maintainers. |
| 7247 | * Makefile.in (CHILLFLAGS): Remove. |
| 7248 | (CHILL_LIB): Remove. |
| 7249 | (TARGET_CONFIGDIRS): Remove libchill. |
| 7250 | (CHILL_FOR_TARGET): Remove. |
| 7251 | (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or |
| 7252 | CHILL_LIB. |
| 7253 | (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. |
| 7254 | (CHECK_TARGET_MODULES): Likewise. |
| 7255 | (INSTALL_TARGET_MODULES): Likewise. |
| 7256 | (CLEAN_TARGET_MODULES): Likewise. |
| 7257 | (configure-target-libchill): Remove. |
| 7258 | (all-target-libchill): Remove. |
| 7259 | * configure.in (target_libs): Remove target-libchill. |
| 7260 | Do not compute CHILL_FOR_TARGET. |
| 7261 | * libchill: Remove directory. |
| 7262 | |
| 7263 | 2002-04-15 DJ Delorie <dj@redhat.com> |
| 7264 | |
| 7265 | * Makefile.in, configure.in, configure: Sync with gcc, entries |
| 7266 | follow... |
| 7267 | |
| 7268 | 2002-04-08 Tom Tromey <tromey@redhat.com> |
| 7269 | |
| 7270 | * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET. |
| 7271 | Fixes PR libgcj/6068. |
| 7272 | |
| 7273 | 2002-03-30 Krister Walfridsson <cato@df.lth.se> |
| 7274 | |
| 7275 | * configure.in (i*86-*-netbsdelf*): Don't disable libgcj. |
| 7276 | |
| 7277 | 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 7278 | |
| 7279 | * configure.in (alpha*-dec-osf*): Enable libgcj. |
| 7280 | |
| 7281 | 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com> |
| 7282 | |
| 7283 | Fix for: PR bootstrap/3591, target/5676 |
| 7284 | * configure.in (mcore-pe): Disable the configuration of |
| 7285 | libstdc++-v3 since exceptions are not supported. |
| 7286 | |
| 7287 | 2002-03-20 Anthony Green <green@redhat.com> |
| 7288 | |
| 7289 | * configure.in: Enable libgcj for xscale-elf target. |
| 7290 | |
| 7291 | 2002-02-28 Alexandre Oliva <aoliva@redhat.com> |
| 7292 | |
| 7293 | * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for |
| 7294 | libjava. |
| 7295 | (CXX_FOR_TARGET): Explain why -shared-libgcc here. |
| 7296 | |
| 7297 | 2002-02-22 Alexandre Oliva <aoliva@redhat.com> |
| 7298 | |
| 7299 | * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for |
| 7300 | libstdc++-v3 and libjava. |
| 7301 | |
| 7302 | 2002-02-11 Adam Megacz <adam@xwt.org> |
| 7303 | |
| 7304 | * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and |
| 7305 | boehm-gc |
| 7306 | |
| 7307 | 2002-02-09 Alexandre Oliva <aoliva@redhat.com> |
| 7308 | |
| 7309 | * config.guess: Updated to 2002-01-30's version. |
| 7310 | * config.sub: Updated to 2002-02-01's version. |
| 7311 | Contribute sh64-elf. |
| 7312 | 2000-12-01 Alexandre Oliva <aoliva@redhat.com> |
| 7313 | * configure.in: Added sh64-*-*. |
| 7314 | |
| 7315 | 2002-01-17 H.J. Lu <hjl@gnu.org> |
| 7316 | |
| 7317 | * Makefile.in (all-fastjar): Also depend on all-libiberty. |
| 7318 | (all-target-fastjar): Also depend on all-target-libiberty. |
| 7319 | |
| 7320 | Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com> |
| 7321 | |
| 7322 | * configure, configure.in: Use temp file for long sed commands. |
| 7323 | |
| 7324 | 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com> |
| 7325 | |
| 7326 | * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable |
| 7327 | libf2c. |
| 7328 | |
| 7329 | 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com> |
| 7330 | |
| 7331 | * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj. |
| 7332 | |
| 7333 | 2001-10-11 Hans-Peter Nilsson <hp@axis.com> |
| 7334 | |
| 7335 | * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj. |
| 7336 | |
| 7337 | 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk> |
| 7338 | |
| 7339 | * configure: Handle temporary files securely using mkdir. |
| 7340 | |
| 7341 | 2001-09-26 Will Cohen <wcohen@redhat.com> |
| 7342 | |
| 7343 | * configure.in (*-*-linux*): Disable configuration of target-newlib |
| 7344 | and target-libgloss. |
| 7345 | |
| 7346 | 2001-09-26 Alexandre Oliva <aoliva@redhat.com> |
| 7347 | |
| 7348 | * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for |
| 7349 | RANLIB. |
| 7350 | |
| 7351 | 2001-08-11 Graham Stott <grahams@redhat.com> |
| 7352 | |
| 7353 | * Makefile.in (check-c++): Add missing semicolon. |
| 7354 | |
| 7355 | 2001-07-25 Andrew Haley <aph@cambridge.redhat.com> |
| 7356 | |
| 7357 | * configure.in (sh-*-linux*): New. |
| 7358 | |
| 7359 | 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr> |
| 7360 | |
| 7361 | * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx |
| 7362 | and libgcj on m68hc11/m68hc12. |
| 7363 | |
| 7364 | 2001-06-27 H.J. Lu (hjl@gnu.org) |
| 7365 | |
| 7366 | * Makefile (CFLAGS_FOR_BUILD): New. |
| 7367 | (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD. |
| 7368 | |
| 7369 | 2001-06-01 Hans-Peter Nilsson <hp@axis.com> |
| 7370 | |
| 7371 | * configure.in (libstdcxx_flags): Do not try to execute |
| 7372 | libstdc++-v3/testsuite_flags until it exists. |
| 7373 | |
| 7374 | 2001-05-18 Benjamin Kosnik <bkoz@redhat.com> |
| 7375 | |
| 7376 | * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC. |
| 7377 | |
| 7378 | 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com> |
| 7379 | |
| 7380 | * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds. |
| 7381 | |
| 7382 | Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com> |
| 7383 | |
| 7384 | * configure.in: Move *-chorusos target case to the proper switch. |
| 7385 | Disable libgcj. |
| 7386 | |
| 7387 | 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> |
| 7388 | |
| 7389 | * Makefile.in (STAGE1_CFLAGS): Pass down. |
| 7390 | |
| 7391 | 2001-04-13 Alan Modra <amodra@one.net.au> |
| 7392 | |
| 7393 | * config.guess: Add hppa64-linux support. Note for next import that |
| 7394 | this is already in the master file. |
| 7395 | * configure.in: Likewise. Accept `parisc' alias for `hppa'. |
| 7396 | |
| 7397 | 2001-03-22 Colin Howell <chowell@redhat.com> |
| 7398 | |
| 7399 | * Makefile.in (DO_X): Do not backslash single-quotes in |
| 7400 | backquotes (two places). |
| 7401 | |
| 7402 | 2001-03-18 Laurynas Biveinis <lauras@softhome.net> |
| 7403 | |
| 7404 | * Makefile.in (DO_X): Quote nested quotes. |
| 7405 | |
| 7406 | 2001-03-15 Laurynas Biveinis <lauras@softhome.net> |
| 7407 | |
| 7408 | * Makefile.in (DO_X): Use double quotes for quoting |
| 7409 | "RANLIB=$${RANLIB}". |
| 7410 | |
| 7411 | 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it> |
| 7412 | |
| 7413 | * configure.in: Only use `lang_requires' for languages athat are |
| 7414 | actually enabled. |
| 7415 | |
| 7416 | 2001-03-07 Tom Tromey <tromey@redhat.com> |
| 7417 | |
| 7418 | * configure.in: Allow config-lang.in to set `lang_requires' to list |
| 7419 | of other required languages. |
| 7420 | |
| 7421 | 2001-03-06 Laurynas Biveinis <lauras@softhome.net> |
| 7422 | |
| 7423 | * Makefile.in: Remove RANLIB definition. Use RANLIB |
| 7424 | in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, |
| 7425 | EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set. |
| 7426 | |
| 7427 | 2001-02-28 Benjamin Kosnik <bkoz@redhat.com> |
| 7428 | Alexandre Oliva <aoliva@redhat.com> |
| 7429 | |
| 7430 | * Makefile.in (check-c++): Use tabs, not spaces. |
| 7431 | |
| 7432 | 2001-02-19 Benjamin Kosnik <bkoz@redhat.com> |
| 7433 | |
| 7434 | * Makefile.in (check-c++): New rule. |
| 7435 | |
| 7436 | * configure.in (target_libs): Remove libg++. |
| 7437 | (noconfigdirs): Remove libg++. |
| 7438 | (noconfigdirs): Same. |
| 7439 | (noconfigdirs): Same. |
| 7440 | (noconfigdirs): Same. |
| 7441 | |
| 7442 | * config-ml.in: Remove libg++ references. |
| 7443 | |
| 7444 | * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++. |
| 7445 | (ALL_TARGET_MODULES): Same. |
| 7446 | (configure-target-libg++): Remove. |
| 7447 | (all-target-libg++): Remove. |
| 7448 | (configure-target-libio): Remove. |
| 7449 | (all-target-libio): Remove. |
| 7450 | (check-target-libio): Remove. |
| 7451 | (.PHONY): Remove. |
| 7452 | (libg++.tar.bz2): Remove. |
| 7453 | (all-target-cygmon): Remove libio. |
| 7454 | (all-target-libstdc++): Remove. |
| 7455 | (configure-target-libstdc++): Remove. |
| 7456 | (TARGET_LIB_PATH): Remove libstdc++. |
| 7457 | (ALL_GCC_CXX): Remove libstdc++. |
| 7458 | (all-target-gperf): Correct. |
| 7459 | |
| 7460 | 2001-02-15 Anthony Green <green@redhat.com> |
| 7461 | |
| 7462 | * configure: Introduce GCJ_FOR_TARGET. |
| 7463 | * configure.in: Ditto. |
| 7464 | * Makefile.in: Ditto. |
| 7465 | |
| 7466 | 2001-02-08 Chandrakala Chavva <cchavva@redhat.com> |
| 7467 | |
| 7468 | * configure.in: for *-chorusos, don't config target-newlib and |
| 7469 | target-libgloss. |
| 7470 | |
| 7471 | 2001-02-04 Mark Mitchell <mark@codesourcery.com> |
| 7472 | |
| 7473 | Remove V2 C++ library. |
| 7474 | * configure.in: Remove --enable-libstdcxx_v3 support. |
| 7475 | |
| 7476 | 2001-01-27 Richard Henderson <rth@redhat.com> |
| 7477 | |
| 7478 | * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee. |
| 7479 | |
| 7480 | 2001-01-26 Tom Tromey <tromey@redhat.com> |
| 7481 | |
| 7482 | * configure.in: Allow libgcj to be built on Sparc Solaris. |
| 7483 | |
| 7484 | 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz> |
| 7485 | |
| 7486 | * configure.in: Enable libgcj on several additional platforms. |
| 7487 | |
| 7488 | 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz> |
| 7489 | |
| 7490 | * configure.in: Enable libgcj for linux targets. |
| 7491 | |
| 7492 | 2001-01-09 Mike Stump <mrs@wrs.com> |
| 7493 | |
| 7494 | * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration |
| 7495 | failures of subdirectories. |
| 7496 | |
| 7497 | 2001-01-02 Laurynas Biveinis <lauras@softhome.net> |
| 7498 | |
| 7499 | * configure: handle DOS-style absolute paths. |
| 7500 | |
| 7501 | 2001-01-02 Laurynas Biveinis <lauras@softhome.net> |
| 7502 | |
| 7503 | * configure.in: remove supported directories from $noconfigdirs for DJGPP. |
| 7504 | |
| 7505 | 2000-12-18 Benjamin Kosnik <bkoz@redhat.com> |
| 7506 | |
| 7507 | * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. |
| 7508 | (libstdcxx_incdir): Pass down. |
| 7509 | * config.if: Remove expired bits for cxx_interface, add stub. |
| 7510 | (libstdcxx_incdir): Add variable for g++ include directory. |
| 7511 | * configure.in (gxx_include_dir): Use it. |
| 7512 | |
| 7513 | 2000-12-15 Andreas Jaeger <aj@suse.de> |
| 7514 | |
| 7515 | * configure.in: Handle lang_dirs. |
| 7516 | |
| 7517 | 2000-12-13 Anthony Green <green@redhat.com> |
| 7518 | |
| 7519 | * configure.in: Disable libgcj for any target not specifically |
| 7520 | listed. Disable libgcj for x86 and Alpha Linux until compatible |
| 7521 | with g++ abi. |
| 7522 | |
| 7523 | 2000-12-13 Mike Stump <mrs@wrs.com> |
| 7524 | |
| 7525 | * Makefile.in (local-distclean): Also remove fastjar. |
| 7526 | |
| 7527 | 2000-12-10 Anthony Green <green@redhat.com> |
| 7528 | |
| 7529 | * configure.in: Define libgcj. Disable libgcj target libraries for |
| 7530 | most targets. |
| 7531 | |
| 7532 | 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com> |
| 7533 | |
| 7534 | * configure.in (target_libs): Revert 2000-12-08 patch. |
| 7535 | (noconfigdirs): Added target-libjava. |
| 7536 | |
| 7537 | 2000-12-09 Laurynas Biveinis <lauras@softhome.net> |
| 7538 | |
| 7539 | * Makefile.in: handle DOS-style absolute paths. |
| 7540 | |
| 7541 | 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> |
| 7542 | |
| 7543 | * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about |
| 7544 | libjava. |
| 7545 | * configure.in (target_libs): Removed `target-libjava'. |
| 7546 | |
| 7547 | 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> |
| 7548 | |
| 7549 | * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava. |
| 7550 | (ALL_MODULES): Added fastjar. |
| 7551 | (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise. |
| 7552 | (all-target-libjava): all-fastjar replaces all-zip. |
| 7553 | (all-fastjar): Added. |
| 7554 | (configure-target-fastjar, all-target-fastjar): Likewise. |
| 7555 | * configure.in (host_tools): Added fastjar. |
| 7556 | |
| 7557 | 2000-12-07 Mike Stump <mrs@wrs.com> |
| 7558 | |
| 7559 | * Makefile.in (local-distclean): Remove leftover built files. |
| 7560 | |
| 7561 | 2000-11-16 Fred Fish <fnf@be.com> |
| 7562 | |
| 7563 | * configure.in (enable_libstdcxx_v3): Fix typo, |
| 7564 | libstd++ -> libstdc++. |
| 7565 | |
| 7566 | 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk> |
| 7567 | |
| 7568 | * configure: Provide the original toplevel configure arguments |
| 7569 | (including $0) to subprocesses in the environment rather than |
| 7570 | through gcc/configargs.h. |
| 7571 | |
| 7572 | 2000-11-12 Mark Mitchell <mark@codesourcery.com> |
| 7573 | |
| 7574 | * configure: Turn on libstdc++ V3 by default. |
| 7575 | |
| 7576 | 2000-10-16 Michael Meissner <meissner@redhat.com> |
| 7577 | |
| 7578 | * configure (gcc/configargs.h): Only create if there is a build GCC |
| 7579 | directory created. |
| 7580 | |
| 7581 | 2000-10-05 Phil Edwards <pme@gcc.gnu.org> |
| 7582 | |
| 7583 | * configure: Save configure arguments to gcc/configargs.h. |
| 7584 | |
| 7585 | 2000-10-04 Andris Pavenis <pavenis@latnet.lv> |
| 7586 | |
| 7587 | * Makefile.in (bootstrap): avoid recursion if subdir missing |
| 7588 | (cross): ditto |
| 7589 | (do-proto-toplev): ditto |
| 7590 | |
| 7591 | Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com) |
| 7592 | |
| 7593 | * configure.in: Do not build byacc for hppa64. Provide paths to the |
| 7594 | X11 libraries for hppa64. |
| 7595 | |
| 7596 | 2000-09-02 Anthony Green <green@cygnus.com> |
| 7597 | |
| 7598 | * Makefile.in (all-gcc): Depend on all-zlib. |
| 7599 | (CLEAN_MODULES): Add clean-zlib. |
| 7600 | (ALL_MODULES): Add all-zlib. |
| 7601 | * configure.in (host_libs): Add zlib. |
| 7602 | |
| 7603 | 2000-08-25 Alexandre Oliva <aoliva@redhat.com> |
| 7604 | |
| 7605 | * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and |
| 7606 | $targargs to tell whether newlib is going to be built. |
| 7607 | |
| 7608 | * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search |
| 7609 | $$r/TARGET_SUBDIR/libio for _G_config.h. |
| 7610 | |
| 7611 | 2000-08-14 Zack Weinberg <zack@wolery.cumb.org> |
| 7612 | |
| 7613 | * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio. |
| 7614 | |
| 7615 | * configure: Make enable_threads and enable_shared defaults |
| 7616 | explicit. Substitute enable_threads into generated Makefiles. |
| 7617 | * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. |
| 7618 | * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*. |
| 7619 | |
| 7620 | 2000-08-02 Manfred Hollstein <manfredh@redhat.com> |
| 7621 | |
| 7622 | * configure.in: Re-enable all references to libg++ and librx. |
| 7623 | |
| 7624 | 2002-04-09 Loren James Rittle <rittle@labs.mot.com> |
| 7625 | |
| 7626 | * configure.in: Add *-*-freebsd* configurations. |
| 7627 | |
| 7628 | 2002-04-07 Andrew Cagney <ac131313@redhat.com> |
| 7629 | |
| 7630 | * Makefile.in (do-tar-bz2): Delete rule. Replace with ... |
| 7631 | (do-tar, do-bz2): New rules. |
| 7632 | (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2. |
| 7633 | (gdb-tar): New rule. |
| 7634 | (gdb-taz): Rewrite. Use gdb-tar and do-bz2. |
| 7635 | (insight_dejagnu.tar): New rule. |
| 7636 | (insight.tar): New rule. |
| 7637 | (gdb+dejagnu.tar): New rule. |
| 7638 | (gdb.tar): New rule. |
| 7639 | |
| 7640 | 2002-04-07 Andrew Cagney <ac131313@redhat.com> |
| 7641 | |
| 7642 | * MAINTAINERS: Update dejagnu/ |
| 7643 | |
| 7644 | 2002-03-16 Alexandre Oliva <aoliva@redhat.com> |
| 7645 | |
| 7646 | * ltmain.sh (relink_command): Fix typo in previous change. |
| 7647 | |
| 7648 | 2002-03-15 Alexandre Oliva <aoliva@redhat.com> |
| 7649 | |
| 7650 | * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it. |
| 7651 | (relink_command): Added --tag flags. |
| 7652 | (mode=install): If relinking fails; error out. |
| 7653 | |
| 7654 | 2002-03-12 Richard Henderson <rth@redhat.com> |
| 7655 | |
| 7656 | * Makefile.in (NOTPARALLEL): New. Use it instead of explicit |
| 7657 | .NOTPARALLEL tag. |
| 7658 | (do-check): Rename from check. |
| 7659 | (check): Allow parallel check. |
| 7660 | |
| 7661 | 2002-03-11 Richard Henderson <rth@redhat.com> |
| 7662 | |
| 7663 | * Makefile.in (.NOTPARALLEL): Add fake tag. |
| 7664 | |
| 7665 | 2002-03-07 H.J. Lu (hjl@gnu.org) |
| 7666 | |
| 7667 | * configure.in: Enable gprof for mips*-*-linux*. |
| 7668 | |
| 7669 | 2002-02-28 Alexandre Oliva <aoliva@redhat.com> |
| 7670 | |
| 7671 | * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for |
| 7672 | libjava. |
| 7673 | (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava. |
| 7674 | |
| 7675 | 2002-02-24 Andrew Cagney <ac131313@redhat.com> |
| 7676 | |
| 7677 | * texinfo/texinfo.tex: Update to version 2002-02-14.08. |
| 7678 | |
| 7679 | 2002-02-23 Daniel Jacobowitz <drow@mvista.com> |
| 7680 | |
| 7681 | * config.guess: Import from master sources, rev 1.232. |
| 7682 | * config.sub: Import from master sources, rev 1.246. |
| 7683 | |
| 7684 | 2002-02-23 Alexandre Oliva <aoliva@redhat.com> |
| 7685 | |
| 7686 | * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just |
| 7687 | because its Makefile is there; test for the executable instead. |
| 7688 | |
| 7689 | 2002-02-09 Alexandre Oliva <aoliva@redhat.com> |
| 7690 | |
| 7691 | Contribute sh64-elf. |
| 7692 | 2000-12-01 Alexandre Oliva <aoliva@redhat.com> |
| 7693 | * configure.in: Added sh64-*-*. |
| 7694 | |
| 7695 | 2002-02-04 Jeff Johnston <jjohnstn@redhat.com> |
| 7696 | |
| 7697 | * COPYING.NEWLIB: Remove advertising clause from |
| 7698 | Berkeley and Red Hat licenses. |
| 7699 | |
| 7700 | 2002-02-01 Mo DeJong <supermo@bayarea.net> |
| 7701 | |
| 7702 | * Makefile.in: Add all-tix to deps for all-snavigator |
| 7703 | so that tix is built when building snavigator. |
| 7704 | |
| 7705 | 2002-02-01 Ben Elliston <bje@redhat.com> |
| 7706 | |
| 7707 | * config.guess: Import from master sources, rev 1.229. |
| 7708 | * config.sub: Import from master sources, rev 1.240. |
| 7709 | |
| 7710 | 2002-01-27 Daniel Jacobowitz <drow@mvista.com> |
| 7711 | |
| 7712 | From Steve Ellcey <sje@cup.hp.com>: |
| 7713 | * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. |
| 7714 | (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, |
| 7715 | lt_cv_file_magic_test_file): Set to appropriate values for HP-UX |
| 7716 | IA64. |
| 7717 | * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. |
| 7718 | * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, |
| 7719 | soname_spec, sys_lib_search_path_spec): Ditto. |
| 7720 | |
| 7721 | 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com> |
| 7722 | |
| 7723 | * configure.in (*-*-netbsd*): New. Skip target-newlib, |
| 7724 | target-libiberty, and target-libgloss. Skip Java-related |
| 7725 | libraries if not supported for NetBSD on target CPU. |
| 7726 | |
| 7727 | 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com> |
| 7728 | |
| 7729 | * configure.in: Import StrongARM and XScale target_configdirs from |
| 7730 | FSF GCC version. |
| 7731 | |
| 7732 | 2002-01-16 H.J. Lu (hjl@gnu.org) |
| 7733 | |
| 7734 | * config.guess: Import from master sources, rev 1.225. |
| 7735 | * config.sub: Import from master sources, rev 1.238. |
| 7736 | |
| 7737 | * MAINTAINERS: Updated notes on config.guess and config.sub. |
| 7738 | |
| 7739 | 2002-01-11 Steve Ellcey <sje@cup.hp.com> |
| 7740 | |
| 7741 | * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX, |
| 7742 | ld and gdb are not supported. |
| 7743 | |
| 7744 | 2002-01-07 Jeff Johnston <jjohnstn@redhat.com> |
| 7745 | |
| 7746 | * Change reference to Cygnus Solutions to be Red Hat. |
| 7747 | |
| 7748 | 2002-01-07 Jeff Johnston <jjohnstn@redhat.com> |
| 7749 | |
| 7750 | * COPYING.NEWLIB: Update generic copyright date. |
| 7751 | |
| 7752 | 2002-01-07 Mark Salter <msalter@redhat.com> |
| 7753 | |
| 7754 | * configure.in: Remove target-bsp and target-cygmon from arm builds. |
| 7755 | Allow target-libgloss to be built for arm, strongarm, and xscale. |
| 7756 | |
| 7757 | 2002-01-03 Ben Elliston <bje@redhat.com> |
| 7758 | |
| 7759 | * MAINTAINERS: Update URL for config.* scripts. |
| 7760 | |
| 7761 | 2001-12-18 Alan Modra <amodra@bigpond.net.au> |
| 7762 | |
| 7763 | * config.sub: Import latest version. |
| 7764 | * config.guess: Likewise. |
| 7765 | |
| 7766 | 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com> |
| 7767 | |
| 7768 | * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem |
| 7769 | options for i[3456]86-pc-linux* native builds. |
| 7770 | |
| 7771 | 2001-12-05 Laurent Guerby <guerby@acm.org> |
| 7772 | |
| 7773 | * MAINTAINERS: gcc adopts symlink-tree, refer more to |
| 7774 | libiberty. |
| 7775 | |
| 7776 | Import this patch from gcc: |
| 7777 | |
| 7778 | 2000-12-09 Laurynas Biveinis <lauras@softhome.net> |
| 7779 | |
| 7780 | * symlink-tree: handle DOS-style absolute paths. |
| 7781 | |
| 7782 | 2001-11-28 DJ Delorie <dj@redhat.com> |
| 7783 | Zack Weinberg <zack@codesourcery.com> |
| 7784 | |
| 7785 | When build != host, create libiberty for the build machine. |
| 7786 | |
| 7787 | * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace |
| 7788 | CONFIG_ARGUMENTS. |
| 7789 | (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR): |
| 7790 | New variables. |
| 7791 | (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables |
| 7792 | and rules. |
| 7793 | (all.normal): Depend on ALL_BUILD_MODULES. |
| 7794 | (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS. |
| 7795 | (all-build-libiberty): Depend on configure-build-libiberty. |
| 7796 | |
| 7797 | * configure: Calculate and substitute proper value for |
| 7798 | ALL_BUILD_MODULES. |
| 7799 | * configure.in: Create the build subdirectory. |
| 7800 | Calculate and substitute TARGET_CONFIGARGS (formerly |
| 7801 | CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new). |
| 7802 | |
| 7803 | 2001-11-26 Geoffrey Keating <geoffk@redhat.com> |
| 7804 | |
| 7805 | * config.sub: Update to version 1.232 on subversion. |
| 7806 | |
| 7807 | 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com> |
| 7808 | |
| 7809 | * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo |
| 7810 | files from .po files for a distribution. |
| 7811 | |
| 7812 | 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com> |
| 7813 | |
| 7814 | * COPYING.NEWLIB: Mention preserved notice in specific parts. |
| 7815 | |
| 7816 | 2001-11-13 Jeff Holcomb <jeffh@redhat.com> |
| 7817 | |
| 7818 | Merged from net gcc: |
| 7819 | 2001-07-30 Jeff Sturm <jsturm@one-pont.com> |
| 7820 | * ltcf-c.sh: Use $objext, not $ac_objext. |
| 7821 | 2001-07-27 Mark Kettenis <kettenis@gnu.org> |
| 7822 | * ltcf-cxx.sh: Add support for GNU. |
| 7823 | 2001-07-22 Timothy Wall <twall@redhat.com> |
| 7824 | * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve |
| 7825 | default settings if using GNU tools with that configuration. |
| 7826 | * ltcf-cxx.sh: Ditto. |
| 7827 | * ltcf-gcj.sh: Ditto. |
| 7828 | 2001-07-21 Michael Chastain <chastain@redhat.com> |
| 7829 | * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some |
| 7830 | HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local. |
| 7831 | * ltmain.sh: Mark as gcc-local. |
| 7832 | |
| 7833 | 2001-11-13 Jeff Holcomb <jeffh@redhat.com> |
| 7834 | |
| 7835 | * Makefile.in (all-bison): Revert 2001-10-24. |
| 7836 | Don't depend on texinfo. |
| 7837 | |
| 7838 | 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com> |
| 7839 | |
| 7840 | * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work. |
| 7841 | |
| 7842 | 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com> |
| 7843 | |
| 7844 | * configure.in (--enable-languages): Be more permissive about |
| 7845 | syntax. Check for empty lists better. Warn about $LANGUAGES. |
| 7846 | |
| 7847 | 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com> |
| 7848 | |
| 7849 | * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0. |
| 7850 | |
| 7851 | 2001-10-24 Jeff Holcomb <jeffh@redhat.com> |
| 7852 | |
| 7853 | Makefile.in (all-bison): Don't depend on texinfo. |
| 7854 | |
| 7855 | 2001-10-03 Alan Modra <amodra@bigpond.net.au> |
| 7856 | |
| 7857 | * gettext.m4: Test po/POTFILES.in exists before trying to read. |
| 7858 | |
| 7859 | 2001-09-29 Alexandre Oliva <aoliva@redhat.com> |
| 7860 | |
| 7861 | * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX). |
| 7862 | |
| 7863 | 2001-09-28 Hans-Peter Nilsson <hp@axis.com> |
| 7864 | |
| 7865 | * config.sub, config.guess: Import latest from subversions. |
| 7866 | |
| 7867 | 2001-09-21 Alexandre Oliva <aoliva@redhat.com> |
| 7868 | |
| 7869 | * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, |
| 7870 | DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET, |
| 7871 | RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to |
| 7872 | avoid quotes nesting problems. |
| 7873 | (NATIVE_CHECK_MODULES): Ditto, just for consistency. |
| 7874 | (DO_X): Export only variables that are set. |
| 7875 | |
| 7876 | 2001-09-19 Ben Elliston <bje@redhat.com> |
| 7877 | |
| 7878 | * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on |
| 7879 | Solaris when testing for the /usr/ucb/cc compiler; it has incorrect |
| 7880 | semantics. Use the shell built-in "type" command instead. |
| 7881 | |
| 7882 | 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> |
| 7883 | |
| 7884 | * config.sub: Reverted the earlier change, this version is not the |
| 7885 | master file. |
| 7886 | |
| 7887 | 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> |
| 7888 | |
| 7889 | * config.sub: Change machine triplets from mipsel*-* to mips*el-*. |
| 7890 | Add support for mips64. |
| 7891 | |
| 7892 | 2001-09-03 Jeff Holcomb <jeffh@redhat.com> |
| 7893 | |
| 7894 | * configure.in: Enable libstdc++-v3 for h8300 targets. |
| 7895 | |
| 7896 | 2001-08-30 Eric Christopher <echristo@redhat.com> |
| 7897 | Jason Eckhardt <jle@redhat.com> |
| 7898 | |
| 7899 | * config.sub: Add support for mipsisa32. |
| 7900 | |
| 7901 | 2001-08-30 Eric Christopher <echristo@redhat.com> |
| 7902 | |
| 7903 | * config.sub, config.guess: Import latest from subversions. |
| 7904 | |
| 7905 | 2001-08-20 Alan Modra <amodra@bigpond.net.au> |
| 7906 | |
| 7907 | * config.sub, config.guess: Import latest from subversions. |
| 7908 | |
| 7909 | 2001-07-26 DJ Delorie <dj@redhat.com> |
| 7910 | |
| 7911 | * MAINTAINERS: Clarify libiberty merge rules and procedures. |
| 7912 | |
| 7913 | 2001-06-19 Alan Modra <amodra@bigpond.net.au> |
| 7914 | |
| 7915 | * Makefile.in: Revert 2001-06-17. |
| 7916 | (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/. |
| 7917 | |
| 7918 | 2001-06-17 H.J. Lu <hjl@gnu.org> |
| 7919 | |
| 7920 | * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make. |
| 7921 | (gas+binutils.tar.bz2): Likewise. |
| 7922 | (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make. |
| 7923 | |
| 7924 | Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com> |
| 7925 | |
| 7926 | * Makefile.in (VER): When present, extract the version number from |
| 7927 | the file version.in. |
| 7928 | |
| 7929 | 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com> |
| 7930 | |
| 7931 | * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If |
| 7932 | gcc/xgcc is built, use -print-prog-name to find out the program |
| 7933 | name to use. |
| 7934 | |
| 7935 | 2001-06-04 Mark Mitchell <mark@codesourcery.com> |
| 7936 | |
| 7937 | * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris, |
| 7938 | with_gcc]: Use `gcc -shared' to build a shared library. |
| 7939 | |
| 7940 | 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca> |
| 7941 | |
| 7942 | * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared |
| 7943 | archives. |
| 7944 | |
| 7945 | 2001-05-28 Simon Patarin <simon.patarin@inria.fr> |
| 7946 | |
| 7947 | * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared |
| 7948 | libraries when using g++ with native linker. |
| 7949 | |
| 7950 | 2001-05-28 Alexandre Oliva <aoliva@redhat.com> |
| 7951 | |
| 7952 | * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256. |
| 7953 | |
| 7954 | 2001-05-24 Tom Rix <trix@redhat.com> |
| 7955 | |
| 7956 | * configure.in : enable ld for aix |
| 7957 | |
| 7958 | 2001-05-22 Alexandre Oliva <aoliva@redhat.com> |
| 7959 | |
| 7960 | * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag) |
| 7961 | [aix4*|aix5*]: Prepend blank. |
| 7962 | |
| 7963 | 2001-05-20 Alexandre Oliva <aoliva@redhat.com> |
| 7964 | |
| 7965 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, |
| 7966 | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number |
| 7967 | of subdir/configure scripts to use the new libtool.m4. |
| 7968 | |
| 7969 | 2001-05-14 H.J. Lu <hjl@gnu.org> |
| 7970 | |
| 7971 | * config.if (libc_interface): Set to -libc6.2- for cross |
| 7972 | compiling to Linux/glibc 2.2. |
| 7973 | |
| 7974 | 2001-05-03 Alexandre Oliva <aoliva@redhat.com> |
| 7975 | |
| 7976 | * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable |
| 7977 | libgcj. |
| 7978 | |
| 7979 | 2001-04-26 Alexandre Oliva <aoliva@redhat.com> |
| 7980 | |
| 7981 | * configure.in (noconfigdirs): Don't reset it from scratch in the |
| 7982 | target case; only append to it. |
| 7983 | |
| 7984 | 2001-04-26 Alexandre Oliva <aoliva@redhat.com> |
| 7985 | |
| 7986 | * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*, |
| 7987 | sparc-*-solaris2.8]: Disable ${libgcj}. |
| 7988 | |
| 7989 | 2001-04-25 Alexandre Oliva <aoliva@redhat.com> |
| 7990 | |
| 7991 | * configure.in (libgcj_saved): Copy from $libgcj. |
| 7992 | (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is |
| 7993 | --disable-libgcj. |
| 7994 | |
| 7995 | 2001-04-20 Alexandre Oliva <aoliva@redhat.com> |
| 7996 | |
| 7997 | * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a |
| 7998 | 1.641.2.228. |
| 7999 | |
| 8000 | 2001-04-12 Alexandre Oliva <aoliva@redhat.com> |
| 8001 | |
| 8002 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, |
| 8003 | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226. |
| 8004 | |
| 8005 | 2001-04-01 Alexandre Oliva <aoliva@redhat.com> |
| 8006 | |
| 8007 | * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): |
| 8008 | New macros. |
| 8009 | (bootstrap, cross): Use RECURSE_FLAGS. |
| 8010 | * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE. |
| 8011 | |
| 8012 | 2001-03-27 Alexandre Oliva <aoliva@redhat.com> |
| 8013 | |
| 8014 | * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3. |
| 8015 | |
| 8016 | 2001-03-23 Nick Clifton <nickc@redhat.com> |
| 8017 | |
| 8018 | * README-maintainer-mode: Add note about inability to use "make |
| 8019 | distclean" in maintainer mode. |
| 8020 | |
| 8021 | 2001-03-22 Alexandre Oliva <aoliva@redhat.com> |
| 8022 | |
| 8023 | Re-installed: |
| 8024 | 2001-01-02 Laurynas Biveinis <lauras@softhome.net> |
| 8025 | * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add |
| 8026 | '-DPIC' to ac_cv_prog_cc_pic for DJGPP. |
| 8027 | * ltcf-cxx.sh: Likewise. |
| 8028 | * ltcf-gcj.sh: Likewise. |
| 8029 | |
| 8030 | 2001-03-22 Philip Blundell <philb@gnu.org> |
| 8031 | |
| 8032 | * config.sub, config.guess: Import latest from subversions. |
| 8033 | |
| 8034 | 2001-03-22 Alexandre Oliva <aoliva@redhat.com> |
| 8035 | |
| 8036 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, |
| 8037 | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198. |
| 8038 | |
| 8039 | 2001-03-20 Michael Chastain <chastain@redhat.com> |
| 8040 | |
| 8041 | * Makefile.in: all-m4 depends on all-texinfo. |
| 8042 | |
| 8043 | 2001-03-08 Alexandre Oliva <aoliva@redhat.com> |
| 8044 | |
| 8045 | * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use. |
| 8046 | |
| 8047 | 2001-02-22 Jeff Johnston <jjohnstn@redhat.com> |
| 8048 | |
| 8049 | * COPYING.NEWLIB: Remove DJ Delorie's address because it is no |
| 8050 | longer valid. |
| 8051 | |
| 8052 | 2001-02-16 Nick Clifton <nickc@redhat.com> |
| 8053 | |
| 8054 | * configure.in (noconfigdirs): Allow configuration of texinfo |
| 8055 | for Cygwin hosts. |
| 8056 | |
| 8057 | 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com> |
| 8058 | |
| 8059 | * config.guess: Add linux target for S/390. |
| 8060 | * config.sub: Likewise. |
| 8061 | * configure.in: Likewise. |
| 8062 | |
| 8063 | 2001-02-06 Ben Elliston <bje@redhat.com> |
| 8064 | |
| 8065 | * configure: Output host type to stdout, not stderr. |
| 8066 | |
| 8067 | 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG> |
| 8068 | |
| 8069 | * config.guess: Import from subversions.gnu.org (revision 1.181). |
| 8070 | * config.sub: Import from subversions.gnu.org (revision 1.199). |
| 8071 | |
| 8072 | 2001-01-30 Alan Modra <alan@linuxcare.com.au> |
| 8073 | |
| 8074 | * config.guess: Handle hppa64-linux systems. |
| 8075 | |
| 8076 | 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG> |
| 8077 | |
| 8078 | * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works): |
| 8079 | Don't unset, it's non-portable and no longer necessary, set to empty |
| 8080 | instead. |
| 8081 | |
| 8082 | 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
| 8083 | |
| 8084 | * ltconfig: Shell portability fix for the tagname validity check. |
| 8085 | |
| 8086 | 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG> |
| 8087 | |
| 8088 | * ltcf-cxx.sh: Use parentheses around eval $ac_compile. |
| 8089 | |
| 8090 | 2001-01-27 Alexandre Oliva <aoliva@redhat.com> |
| 8091 | |
| 8092 | * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types. |
| 8093 | * ltcf-cxx.sh, ltcf-gcj.sh: Likewise. |
| 8094 | |
| 8095 | 2001-01-24 Alexandre Oliva <aoliva@redhat.com> |
| 8096 | |
| 8097 | * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we |
| 8098 | keep at least one of build_libtool_libs or build_old_libs set to |
| 8099 | yes. |
| 8100 | |
| 8101 | 2001-01-24 Alexandre Oliva <aoliva@redhat.com> |
| 8102 | |
| 8103 | * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'. |
| 8104 | * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on. |
| 8105 | |
| 8106 | 2000-11-07 Philip Blundell <pb@futuretv.com> |
| 8107 | |
| 8108 | * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*. |
| 8109 | |
| 8110 | 2000-11-03 Philip Blundell <pb@futuretv.com> |
| 8111 | |
| 8112 | * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info |
| 8113 | files. |
| 8114 | |
| 8115 | 2001-01-15 Jeff Johnston <jjohnstn@redhat.com> |
| 8116 | |
| 8117 | * COPYING.NEWLIB: Put into source repository. |
| 8118 | |
| 8119 | 2001-01-15 Ben Elliston <bje@redhat.com> |
| 8120 | |
| 8121 | * configure.in (host_tools): Add sid. |
| 8122 | Always configure cgen. |
| 8123 | * Makefile.in (all-sid): New target. |
| 8124 | (check-sid, clean-sid, install-sid): Likewise. |
| 8125 | |
| 8126 | 2001-01-07 Andreas Jaeger <aj@suse.de> |
| 8127 | |
| 8128 | * config.sub, config.guess: Update from subversions. |
| 8129 | |
| 8130 | 2000-12-12 Alexandre Oliva <aoliva@redhat.com> |
| 8131 | |
| 8132 | * configure.in: Disable language-specific target libraries for |
| 8133 | languages that aren't enabled. |
| 8134 | |
| 8135 | 2000-11-24 Nick Clifton <nickc@redhat.com> |
| 8136 | |
| 8137 | * configure.in (xscale-elf): Add target. |
| 8138 | (xscale-coff): Add target. |
| 8139 | (c4x, c5x, tic54x): Move after ARM targets. |
| 8140 | |
| 8141 | 2000-11-23 Alexandre Oliva <aoliva@redhat.com> |
| 8142 | |
| 8143 | * ltcf-gcj.sh: Added file, required by 2000-11-18 merge. |
| 8144 | |
| 8145 | 2000-11-20 Ian Lance Taylor <ian@zembu.com> |
| 8146 | |
| 8147 | * ltcf-cxx.sh: Added file, required by 2000-11-18 merge. |
| 8148 | |
| 8149 | 2000-11-18 Alexandre Oliva <aoliva@redhat.com> |
| 8150 | |
| 8151 | * Makefile.in: Merge with GCC and libgcj. |
| 8152 | (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of |
| 8153 | configure-target-<library> when their configure scripts need the C |
| 8154 | or C++ library to have already been built to work properly. |
| 8155 | (do_proto_toplev): Set them to an empty string. |
| 8156 | |
| 8157 | 2000-11-18 Alexandre Oliva <aoliva@redhat.com> |
| 8158 | |
| 8159 | * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. |
| 8160 | (REALLY_SET_LIB_PATH): Use them. |
| 8161 | |
| 8162 | 2000-11-06 Christopher Faylor <cgf@cygnus.com> |
| 8163 | |
| 8164 | * config.sub: Add support for Sun Chorus |
| 8165 | |
| 8166 | 2000-11-02 Per Lundberg <plundis@chaosdev.org> |
| 8167 | |
| 8168 | * config.sub: Add support for the *-storm-chaos OS. |
| 8169 | |
| 8170 | 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr> |
| 8171 | |
| 8172 | * configure.in (noconfigdirs): Don't compile some |
| 8173 | of the libraries for 68HC11 & 68hc12 targets. |
| 8174 | |
| 8175 | 2000-09-30 Alexandre Oliva <aoliva@redhat.com> |
| 8176 | |
| 8177 | * ltconfig, ltmain.sh, libtool.m4: Updated from libtool |
| 8178 | multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt |
| 8179 | all affected `configure' scripts. |
| 8180 | |
| 8181 | 2000-09-25 Alexandre Oliva <aoliva@redhat.com> |
| 8182 | |
| 8183 | * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and |
| 8184 | ltcf-c.sh. |
| 8185 | |
| 8186 | 2000-09-12 Philip Blundell <philb@gnu.org> |
| 8187 | |
| 8188 | * config.sub, config.guess: Update from subversions. |
| 8189 | |
| 8190 | 2000-09-06 Alexandre Oliva <aoliva@redhat.com> |
| 8191 | |
| 8192 | * Makefile.in (all-zlib): Added dummy target. |
| 8193 | |
| 8194 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool |
| 8195 | multi-language branch. |
| 8196 | |
| 8197 | 2000-09-05 Alexandre Oliva <aoliva@redhat.com> |
| 8198 | |
| 8199 | * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib. |
| 8200 | (bootstrap*): Depend on all-bootstrap. |
| 8201 | |
| 8202 | 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com> |
| 8203 | |
| 8204 | * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian |
| 8205 | crosses, but add gcc/include to the header search path for them. |
| 8206 | |
| 8207 | 2000-08-31 Alexandre Oliva <aoliva@redhat.com> |
| 8208 | |
| 8209 | * ltconfig, ltmain.sh: Updated from libtool multi-language branch. |
| 8210 | * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch. |
| 8211 | * gettext.m4: New file, extracted from aclocal.m4. |
| 8212 | |
| 8213 | 2000-08-22 Alexandre Oliva <aoliva@redhat.com> |
| 8214 | |
| 8215 | * config-ml.in (CC, CXX): Avoid trailing whitespace. |
| 8216 | (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to |
| 8217 | sub-configures. |
| 8218 | |
| 8219 | 2000-08-20 Doug Evans <dje@casey.transmeta.com> |
| 8220 | |
| 8221 | * Makefile.in (ALL_MODULES): Add all-cgen. |
| 8222 | (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily. |
| 8223 | (all-cgen): New target. |
| 8224 | (all-opcodes,all-sim): Depend on all-cgen. |
| 8225 | * configure.in (host_tools): Add cgen. |
| 8226 | Only configure cgen if --enable-cgen-maint. |
| 8227 | |
| 8228 | 2000-08-17 Alexandre Oliva <aoliva@redhat.com> |
| 8229 | |
| 8230 | * config-ml.in (CC, CXX): Don't introduce a leading space. |
| 8231 | |
| 8232 | 2000-08-16 Alexandre Oliva <aoliva@redhat.com> |
| 8233 | |
| 8234 | * configure.in (libstdcxx_flags): Use |
| 8235 | libstdc++-v3/src/libstdc++.INC. |
| 8236 | |
| 8237 | 2000-08-15 Alexandre Oliva <aoliva@redhat.com> |
| 8238 | |
| 8239 | * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES. |
| 8240 | |
| 8241 | 2000-08-11 Jason Merrill <jason@redhat.com> |
| 8242 | |
| 8243 | * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, |
| 8244 | CXX_FOR_TARGET): Add -B$$r/gcc/ here. |
| 8245 | (FLAGS_FOR_TARGET): Not here. |
| 8246 | (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages. |
| 8247 | |
| 8248 | 2000-08-07 DJ Delorie <dj@redhat.com> |
| 8249 | |
| 8250 | * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean |
| 8251 | "if we're also building gcc, and it's a gcc that will run on the |
| 8252 | build machine, we want to use its includes instead of the system's |
| 8253 | default includes". |
| 8254 | |
| 8255 | 2000-08-03 Alexandre Oliva <aoliva@redhat.com> |
| 8256 | |
| 8257 | * configure.in (libstdcxx_flags): Don't use `"'. |
| 8258 | |
| 8259 | * config-ml.in: Adjust multilib search paths to the |
| 8260 | appropriate multilib tree. |
| 8261 | |
| 8262 | 2000-08-02 Alexandre Oliva <aoliva@redhat.com> |
| 8263 | |
| 8264 | * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to |
| 8265 | commas in $LANGUAGES. |
| 8266 | |
| 8267 | 2000-08-01 Alexandre Oliva <aoliva@redhat.com> |
| 8268 | |
| 8269 | * configure.in (qCXX_FOR_TARGET): Use echo instead of expr. |
| 8270 | |
| 8271 | 2000-07-31 Alexandre Oliva <aoliva@redhat.com> |
| 8272 | |
| 8273 | * configure.in (qCXX_FOR_TARGET): Quote `&' characters in |
| 8274 | CXX_FOR_TARGET for sed. |
| 8275 | |
| 8276 | 2000-07-30 Alexandre Oliva <aoliva@redhat.com> |
| 8277 | |
| 8278 | * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): |
| 8279 | Do not override if already set in the environment or in configure. |
| 8280 | Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them. |
| 8281 | (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses. |
| 8282 | |
| 8283 | 2000-07-27 Alexandre Oliva <aoliva@redhat.com> |
| 8284 | |
| 8285 | * Makefile.in (FLAGS_FOR_TARGET): New macro. |
| 8286 | (GCC_FOR_TARGET): Use it. |
| 8287 | (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined... |
| 8288 | * configure.in: ... here. |
| 8289 | (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path. |
| 8290 | (libstdcxx_flags): Define and append to CXX_FOR_TARGET. |
| 8291 | |
| 8292 | 2000-07-24 Alexandre Oliva <aoliva@redhat.com> |
| 8293 | |
| 8294 | * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC). |
| 8295 | (configure-target-libchill, configure-target-libobjc): Likewise. |
| 8296 | |
| 8297 | * configure.in: Use the same cache file for all target libs. |
| 8298 | * config-ml.in: But different cache files per multilib variant. |
| 8299 | |
| 8300 | 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG> |
| 8301 | |
| 8302 | * configure (topsrcdir): Don't use dirname. |
| 8303 | |
| 8304 | 2000-07-20 Jason Merrill <jason@redhat.com> |
| 8305 | |
| 8306 | * configure.in: Remove all references to libg++ and librx. |
| 8307 | |
| 8308 | * configure, configure.in, Makefile.in: Unify gcc and binutils. |
| 8309 | |
| 8310 | 2000-07-20 Hans-Peter Nilsson <hp@axis.com> |
| 8311 | |
| 8312 | * config.sub: Update to subversions version 2000-07-06. |
| 8313 | |
| 8314 | 2000-07-12 Andrew Haley <aph@cygnus.com> |
| 8315 | |
| 8316 | * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts. |
| 8317 | (target_makefile_frag): Use mt-ia64pic on IA-64 targets. |
| 8318 | |
| 8319 | 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com> |
| 8320 | |
| 8321 | * symlink-tree: Check number of arguments. |
| 8322 | |
| 8323 | 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com> |
| 8324 | |
| 8325 | * texinfo/texinfo.tex: Update to version 2000-05-28.15. |
| 8326 | |
| 8327 | 2000-07-05 Jim Wilson <wilson@cygnus.com> |
| 8328 | |
| 8329 | * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library |
| 8330 | search path for a g++ extracted from the build tree. This |
| 8331 | will allow link tests run by configure scripts in |
| 8332 | subdirectories to succeed. |
| 8333 | |
| 8334 | 2000-07-01 Koundinya K <kk@ddeorg.soft.net> |
| 8335 | |
| 8336 | * ltconfig: Add support for mips-dde-sysv4.2MP |
| 8337 | |
| 8338 | 2000-06-28 Corinna Vinschen <vinschen@cygnus.com> |
| 8339 | |
| 8340 | * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or |
| 8341 | `os2'. Force ac_cv_exeext to be ".exe" in that case. |
| 8342 | |
| 8343 | 2000-06-19 Timothy Wall <twall@cygnus.com> |
| 8344 | |
| 8345 | * configure.in (noconfigdirs): Set noconfigdirs for tic54x target. |
| 8346 | * config.sub: Add tic54x target. |
| 8347 | |
| 8348 | 2000-06-07 Phillip Thomas <pthomas@suse.de> |
| 8349 | |
| 8350 | * README-maintainer-mode: New file: Contains notes on using |
| 8351 | --enable-maintainer-mode with binutils. |
| 8352 | |
| 8353 | 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com> |
| 8354 | |
| 8355 | * texinfo/texinfo.tex: Update. Version from makeinfo 4.0. |
| 8356 | |
| 8357 | 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com> |
| 8358 | |
| 8359 | * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000. |
| 8360 | * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000 |
| 8361 | |
| 8362 | 20000-05-21 H.J. Lu (hjl@gnu.org) |
| 8363 | |
| 8364 | * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc |
| 8365 | directory are used if they exist. Make sure |
| 8366 | $(build_tooldir)/include is searched for header files, |
| 8367 | $(build_tooldir)/lib/ for library files. |
| 8368 | (GCC_FOR_TARGET): Likewise. |
| 8369 | (CXX_FOR_TARGET): Likewise. |
| 8370 | |
| 8371 | 2000-05-18 Jeffrey A Law (law@cygnus.com) |
| 8372 | |
| 8373 | * configure.in (hppa*64*-*-*): Do build ld for this configuration. |
| 8374 | |
| 8375 | 2000-05-17 Alexandre Oliva <aoliva@cygnus.com> |
| 8376 | |
| 8377 | * Makefile.in (configure-target-libiberty): Depend on |
| 8378 | configure-target-newlib. |
| 8379 | |
| 8380 | 2000-05-16 Alexandre Oliva <aoliva@cygnus.com> |
| 8381 | |
| 8382 | * configure.in, Makefile.in: Merge all libffi-related |
| 8383 | configury stuff from the libgcj tree. |
| 8384 | |
| 8385 | 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com> |
| 8386 | |
| 8387 | Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>: |
| 8388 | * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories. |
| 8389 | |
| 8390 | 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com> |
| 8391 | |
| 8392 | Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>: |
| 8393 | * Makefile.in (do-djunpack): New target. Update djunpack.bat with |
| 8394 | current version information. Add to proto-toplev directory. |
| 8395 | (gdb-taz): Build do-djunpack. |
| 8396 | |
| 8397 | 2000-05-15 David Edelsohn <edelsohn@gnu.org> |
| 8398 | |
| 8399 | * configure.in: Special case powerpc*-*-aix* target_makefile_frag. |
| 8400 | |
| 8401 | 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
| 8402 | |
| 8403 | * ltmain.sh: Preserve in relink_command any environment |
| 8404 | variables that may affect the linker behavior. |
| 8405 | |
| 8406 | 2000-05-12 Jeffrey A Law (law@cygnus.com) |
| 8407 | |
| 8408 | * config.sub (basic_machine): Recognize hppa64 as a valid cpu type. |
| 8409 | |
| 8410 | 2000-05-10 Jim Wilson <wilson@cygnus.com> |
| 8411 | |
| 8412 | * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs. |
| 8413 | |
| 8414 | 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 8415 | |
| 8416 | * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst |
| 8417 | with the version name. |
| 8418 | |
| 8419 | 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com> |
| 8420 | |
| 8421 | * config.if: Tweak. |
| 8422 | |
| 8423 | 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 8424 | |
| 8425 | * djunpack.bat: New file. |
| 8426 | |
| 8427 | 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com> |
| 8428 | |
| 8429 | * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2, |
| 8430 | gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2, |
| 8431 | dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2, |
| 8432 | insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make. |
| 8433 | |
| 8434 | 2000-04-16 Dave Pitts <dpitts@cozx.com> |
| 8435 | |
| 8436 | * config.sub (case $basic_machine): Change default for "ibm-*" |
| 8437 | to "openedition". |
| 8438 | |
| 8439 | 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com> |
| 8440 | |
| 8441 | * Makefile.in (gdb-taz): New target. GDB specific archive. |
| 8442 | (do-md5sum): New target. |
| 8443 | (MD5PROG): Define. |
| 8444 | (PACKAGE): Default to TOOL. |
| 8445 | (VER): Default to a shell script. |
| 8446 | (taz): Rewrite target. Move real work to do-proto-toplev. Include |
| 8447 | md5 checksum generation. |
| 8448 | (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link. |
| 8449 | (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link. |
| 8450 | (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, |
| 8451 | insight.tar.bz2): Use gdb-taz to create archive. |
| 8452 | |
| 8453 | 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com> |
| 8454 | |
| 8455 | * configure (warn_cflags): Delete. |
| 8456 | |
| 8457 | 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com> |
| 8458 | Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de> |
| 8459 | |
| 8460 | * configure.in (enable_libstdcxx_v3): Add. |
| 8461 | (target_libs): Add bits here to switch between libstdc++-v2 and |
| 8462 | libstdc++-v3. |
| 8463 | * config.if: And this file too. |
| 8464 | * Makefile.in: Add libstdc++-v3 targets. |
| 8465 | |
| 8466 | 2000-04-05 Michael Meissner <meissner@redhat.com> |
| 8467 | |
| 8468 | * config.sub (d30v): Add d30v as a basic machine type. |
| 8469 | |
| 8470 | 2000-03-29 Jason Merrill <jason@casey.cygnus.com> |
| 8471 | |
| 8472 | * configure.in: -linux-gnu*, not -linux-gnu. |
| 8473 | |
| 8474 | 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com> |
| 8475 | |
| 8476 | * Makefile.in (taz): Set PACKAGE to TOOL when not defined. |
| 8477 | (do-tar-bz2): Replace TOOL with PACKAGE. |
| 8478 | (gdb.tar.bz2): Remove GDBTK from GDB package. |
| 8479 | (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2, |
| 8480 | dejagnu.tar.bz2): New packages. |
| 8481 | |
| 8482 | 2000-02-27 Andreas Jaeger <aj@suse.de> |
| 8483 | |
| 8484 | * configure.in: Add entry for mips*-*-linux*, move catch all |
| 8485 | *-*-*linux* entry below this one. |
| 8486 | |
| 8487 | 2000-02-27 Ian Lance Taylor <ian@zembu.com> |
| 8488 | |
| 8489 | * ltconfig, ltmain.sh: Update to libtool 1.3.4. |
| 8490 | |
| 8491 | 2000-02-24 Nick Clifton <nickc@cygnus.com> |
| 8492 | |
| 8493 | * config.sub: Support an OS of "wince". |
| 8494 | |
| 8495 | 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com> |
| 8496 | |
| 8497 | * config.guess, config.sub: Updated to match config's 2000-02-15 |
| 8498 | version. |
| 8499 | |
| 8500 | 2000-02-23 Linas Vepstas <linas@linas.org> |
| 8501 | |
| 8502 | * config.sub: Add support for Linux/IBM 370. |
| 8503 | * configure.in: Likewise. |
| 8504 | |
| 8505 | 2000-02-22 Nick Clifton <nickc@cygnus.com> |
| 8506 | |
| 8507 | * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets. |
| 8508 | |
| 8509 | 2000-02-20 Christopher Faylor <cgf@cygnus.com> |
| 8510 | |
| 8511 | * config.guess: Guess "cygwin" rather than "cygwin32". |
| 8512 | |
| 8513 | 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
| 8514 | |
| 8515 | * configure (gcc_version): When setting, narrow search to |
| 8516 | lines containing `version_string'. |
| 8517 | |
| 8518 | 2000-02-15 Denis Chertykov <denisc@overta.ru> |
| 8519 | |
| 8520 | * config.sub: Add support for avr target. |
| 8521 | |
| 8522 | 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com> |
| 8523 | |
| 8524 | * config.sub: Add mmix-knuth-mmixware. |
| 8525 | |
| 8526 | 2000-01-27 Christopher Faylor <cgf@redhat.com> |
| 8527 | |
| 8528 | * Makefile.in (CC_FOR_TARGET): Add new winsup directory |
| 8529 | structure stuff to -L library search. |
| 8530 | (CXX_FOR_TARGET): Ditto. |
| 8531 | (CROSS_CHECK_MODULES): Fix spelling mistake. |
| 8532 | |
| 8533 | 2000-01-24 Mark Mitchell <mark@codesourcery.com> |
| 8534 | |
| 8535 | * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke |
| 8536 | the C++ compiler. |
| 8537 | |
| 8538 | 2000-01-12 Richard Henderson <rth@cygnus.com> |
| 8539 | |
| 8540 | * configure.in: Don't build some bits for beos. |
| 8541 | |
| 8542 | 2000-01-12 Joel Sherrill (joel@OARcorp.com) |
| 8543 | |
| 8544 | * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well |
| 8545 | as include files. |
| 8546 | |
| 8547 | 2000-01-06 Geoff Keating <geoffk@cygnus.com> |
| 8548 | |
| 8549 | * configure.in: Use mt-aix43 to handle *_TARGET defs, |
| 8550 | not mh-aix43. |
| 8551 | |
| 8552 | 1999-12-14 Richard Henderson <rth@cygnus.com> |
| 8553 | |
| 8554 | * config.guess (alpha-osf, alpha-linux): Detect ev67. |
| 8555 | * config.sub: Accept alphaev[78], alphaev8. |
| 8556 | |
| 8557 | 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
| 8558 | |
| 8559 | * config.guess, config.sub: Update from autoconf. |
| 8560 | |
| 8561 | Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 8562 | |
| 8563 | * config-ml.in (sparc*-*-*): Disable sparcv9 support if the |
| 8564 | necessary libraries are missing. |
| 8565 | |
| 8566 | 1999-10-25 Andreas Schwab <schwab@suse.de> |
| 8567 | |
| 8568 | * configure: Fix quoting inside arguments of eval. |
| 8569 | |
| 8570 | 1999-10-21 Nick Clifton <nickc@cygnus.com> |
| 8571 | |
| 8572 | * config-ml.in: Allow suppression of some ARM multilibs. |
| 8573 | |
| 8574 | Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org> |
| 8575 | |
| 8576 | * config.guess: Add OS/390 match pattern. |
| 8577 | * config.sub: Add mvs, openedition targets. |
| 8578 | * configure.in (i370-ibm-opened*): New. |
| 8579 | |
| 8580 | 1999-09-04 Steve Chamberlain <sac@pobox.com> |
| 8581 | |
| 8582 | * config.sub: Add support for configuring for pj. |
| 8583 | |
| 8584 | 1999-08-31 Nick Clifton <nickc@cygnus.com> |
| 8585 | |
| 8586 | * config.sub (maybe_os): Add support for configuring for fr30. |
| 8587 | |
| 8588 | 1999-08-25 Nick Clifton <nickc@cygnus.com> |
| 8589 | |
| 8590 | * configure.in: Do not configure or build ld for AIX |
| 8591 | platforms. ld is known to be broken on these platforms. |
| 8592 | |
| 8593 | Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
| 8594 | |
| 8595 | * config-ml.in: Pass compiler flag corresponding to multidirs to |
| 8596 | subdir configures. |
| 8597 | |
| 8598 | 1999-08-09 Ian Lance Taylor <ian@zembu.com> |
| 8599 | |
| 8600 | * Makefile.in (LDFLAGS): Define. |
| 8601 | |
| 8602 | 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu> |
| 8603 | |
| 8604 | * configure.in (i[3456]-*-mingw32*): Don't put gprof in |
| 8605 | noconfigdirs. |
| 8606 | (*-*-cygwin*): Likewise. |
| 8607 | |
| 8608 | 1999-08-08 Ian Lance Taylor <ian@zembu.com> |
| 8609 | |
| 8610 | * mkdep: New file. |
| 8611 | * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep. |
| 8612 | (BINUTILS_SUPPORT_DIRS): Add mkdep. |
| 8613 | |
| 8614 | From Eli Zaretskii <eliz@is.elta.co.il>: |
| 8615 | * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly |
| 8616 | long file name when using DJGPP on MS-DOS. |
| 8617 | |
| 8618 | Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com) |
| 8619 | |
| 8620 | * config.sub (vxworks case): Use os=-vxworks, not os=vxworks. |
| 8621 | |
| 8622 | 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au> |
| 8623 | |
| 8624 | * Makefile.in (check-target-libio): Remove all-target-libstdc++ |
| 8625 | dependency as this causes "make check" to globally "make all" |
| 8626 | |
| 8627 | Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com> |
| 8628 | |
| 8629 | * configure.in (target_libs): Added target-zlib. |
| 8630 | * Makefile.in (ALL_TARGET_MODULES): Added zlib. |
| 8631 | (CONFIGURE_TARGET_MODULES): Likewise. |
| 8632 | (CHECK_TARGET_MODULES): Likewise. |
| 8633 | (INSTALL_TARGET_MODULES): Likewise. |
| 8634 | (CLEAN_TARGET_MODULES): Likewise. |
| 8635 | (configure-target-zlib): New target. |
| 8636 | (all-target-zlib): Likewise. |
| 8637 | (all-target-libjava): Depend on all-target-zlib. |
| 8638 | (configure-target-libjava): Depend on configure-target-zlib. |
| 8639 | |
| 8640 | * Makefile.in (configure-target-libjava): Depend on |
| 8641 | configure-target-newlib. |
| 8642 | (configure-target-boehm-gc): New target. |
| 8643 | (configure-target-qthreads): New target. |
| 8644 | |
| 8645 | * configure.in (target_libs): Added target-qthreads. |
| 8646 | * Makefile.in (ALL_TARGET_MODULES): Added qthreads. |
| 8647 | (CONFIGURE_TARGET_MODULES): Likewise. |
| 8648 | (CHECK_TARGET_MODULES): Likewise. |
| 8649 | (INSTALL_TARGET_MODULES): Likewise. |
| 8650 | (CLEAN_TARGET_MODULES): Likewise. |
| 8651 | (all-target-qthreads): New target. |
| 8652 | (configure-target-libjava): Depend on configure-target-qthreads. |
| 8653 | (all-target-libjava): Depend on all-target-qthreads. |
| 8654 | |
| 8655 | * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc. |
| 8656 | (CONFIGURE_TARGET_MODULES): Likewise. |
| 8657 | (CHECK_TARGET_MODULES): Likewise. |
| 8658 | (INSTALL_TARGET_MODULES): Likewise. |
| 8659 | (CLEAN_TARGET_MODULES): Likewise. |
| 8660 | (all-target-libjava): New target. |
| 8661 | (all-target-boehm-gc): Likewise. |
| 8662 | * configure.in (target_libs): Added libjava, boehm-gc. |
| 8663 | |
| 8664 | 1999-07-22 Ian Lance Taylor <ian@zembu.com> |
| 8665 | |
| 8666 | * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and |
| 8667 | configure.bat in SUPPORT_FILES. |
| 8668 | (gas+binutils.tar.bz2): Likewise. |
| 8669 | |
| 8670 | * makeall.bat: Remove; obsolete. |
| 8671 | |
| 8672 | 1999-07-21 Ian Lance Taylor <ian@zembu.com> |
| 8673 | |
| 8674 | From Mark Elbrecht: |
| 8675 | * configure.bat: Remove; obsolete. |
| 8676 | |
| 8677 | 1999-07-11 Ian Lance Taylor <ian@zembu.com> |
| 8678 | |
| 8679 | * configure: Add -W -Wall to the default CFLAGS when compiling with |
| 8680 | gcc. |
| 8681 | |
| 8682 | Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca> |
| 8683 | |
| 8684 | * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*. |
| 8685 | |
| 8686 | 1999-06-30 Mark Mitchell <mark@codesourcery.com> |
| 8687 | |
| 8688 | * configure.in: Build ld on IRIX6. |
| 8689 | |
| 8690 | 1999-06-12 Ian Lance Taylor <ian@zembu.com> |
| 8691 | |
| 8692 | * Makefile.in: Change distribution targets to use bzip2 instead of |
| 8693 | gzip. |
| 8694 | (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex. |
| 8695 | (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo. |
| 8696 | |
| 8697 | 1999-06-04 Nick Clifton <nickc@cygnus.com> |
| 8698 | |
| 8699 | * config.sub: Add mcore target. |
| 8700 | |
| 8701 | 1999-05-30 Cort Dougan <cort@cs.nmt.edu> |
| 8702 | |
| 8703 | * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux. |
| 8704 | |
| 8705 | 1999-05-25 H.J. Lu (hjl@gnu.org) |
| 8706 | |
| 8707 | * config.guess (dummy): Changed to $dummy. |
| 8708 | |
| 8709 | 1999-05-24 Nick Clifton <nickc@cygnus.com> |
| 8710 | |
| 8711 | * config.sub: Tidied up case statements. |
| 8712 | |
| 8713 | 1999-05-22 Ben Elliston <bje@cygnus.com> |
| 8714 | |
| 8715 | * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake |
| 8716 | <jiro@din.or.jp>. |
| 8717 | |
| 8718 | * config.guess: Merge with FSF version. Future changes will be |
| 8719 | more accurately recorded in this ChangeLog. |
| 8720 | * config.sub: Likewise. |
| 8721 | |
| 8722 | 1999-05-20 Stephen L Moshier <moshier@world.std.com> |
| 8723 | |
| 8724 | * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. |
| 8725 | |
| 8726 | 1999-04-30 Tom Tromey <tromey@cygnus.com> |
| 8727 | |
| 8728 | * ltmain.sh: [mode link] Always use CC given by ltconfig. |
| 8729 | |
| 8730 | 1999-04-23 Tom Tromey <tromey@cygnus.com> |
| 8731 | |
| 8732 | * ltconfig, ltmain.sh: Update to libtool 1.2f. |
| 8733 | |
| 8734 | 1999-04-20 Drew Moseley <dmoseley@cygnus.com> |
| 8735 | |
| 8736 | * configure.in (noconfigdirs): Don't build libstub for arm-elf targets. |
| 8737 | (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets. |
| 8738 | Bad merge removed these two changes. |
| 8739 | |
| 8740 | Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com) |
| 8741 | Martin Heller (Ing.-Buero_Heller@t-online.de) |
| 8742 | |
| 8743 | * config.guess (interix Alpha): Add. |
| 8744 | |
| 8745 | 1999-04-11 Richard Henderson <rth@cygnus.com> |
| 8746 | |
| 8747 | * configure.in (i?86-*-beos*): Do config gperf; don't config |
| 8748 | gdb, newlib, or libgloss. |
| 8749 | |
| 8750 | 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br> |
| 8751 | |
| 8752 | * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to |
| 8753 | link a trivial program with -mabi=64. If it fails, remove mabi=64 |
| 8754 | from multidirs. |
| 8755 | |
| 8756 | 1999-04-10 Philipp Thomas (kthomas@gwdg.de) |
| 8757 | |
| 8758 | * config.sub: Set basic_machine to i586 when target_alias = k6-*. |
| 8759 | |
| 8760 | 1999-04-08 Nick Clifton <nickc@cygnus.com> |
| 8761 | |
| 8762 | * config.sub: Add support for mcore targets. |
| 8763 | |
| 8764 | 1999-04-07 Michael Meissner <meissner@cygnus.com> |
| 8765 | |
| 8766 | * configure.in (d30v-*): Use config/mt-d30v as makefile fragment, |
| 8767 | not mt-ospace, in order to shut up assembler warning about using |
| 8768 | symbols that are named the same as registers. |
| 8769 | |
| 8770 | 1999-04-07 Drew Moseley <dmoseley@cygnus.com> |
| 8771 | |
| 8772 | * Makefile.in (all-target-cygmon): Added all-target-bsp to the |
| 8773 | dependency list for all-target-cygmon. |
| 8774 | |
| 8775 | 1999-04-05 Doug Evans <devans@casey.cygnus.com> |
| 8776 | |
| 8777 | * config-ml.in: Check $host, not $target, for selective multilibs. |
| 8778 | (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs, |
| 8779 | thumb interworking, and underscore prefix multilibs. |
| 8780 | |
| 8781 | 1999-04-04 Ian Lance Taylor <ian@zembu.com> |
| 8782 | |
| 8783 | * missing: Update to version from current automake. |
| 8784 | |
| 8785 | Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org) |
| 8786 | |
| 8787 | * configure (gxx_include_dir): Removed. |
| 8788 | |
| 8789 | * configure.in (gxx_include_dir): Handle it. |
| 8790 | * Makefile.in: Likewise. |
| 8791 | |
| 8792 | 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com> |
| 8793 | |
| 8794 | * config.sub (mips64vr4111,mips64vr4111el) Add. |
| 8795 | |
| 8796 | 1999-03-21 Ben Elliston <bje@cygnus.com> |
| 8797 | |
| 8798 | * config.guess: Correct typo for detecting ELF on FreeBSD. |
| 8799 | |
| 8800 | Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net> |
| 8801 | |
| 8802 | * configure.in (pc-msdosdjgpp): Set host_makefile_frag to |
| 8803 | config/mh-djgpp. |
| 8804 | |
| 8805 | Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com> |
| 8806 | |
| 8807 | * Makefile.in (all-target-bsp): Added all-gcc all-binutils and |
| 8808 | all-target-newlib to dependency list for all-target-bsp. |
| 8809 | |
| 8810 | Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu> |
| 8811 | |
| 8812 | * config.sub: Add i386-uwin support. |
| 8813 | * config.guess: Likewise. |
| 8814 | |
| 8815 | Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> |
| 8816 | |
| 8817 | * configure.in: cleanup, add mh-*pic handling for arm, special |
| 8818 | case powerpc*-*-aix* |
| 8819 | |
| 8820 | Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com> |
| 8821 | |
| 8822 | * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a |
| 8823 | can be built. |
| 8824 | |
| 8825 | Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com> |
| 8826 | |
| 8827 | * configure.in: Added bsp support to arm-*-coff and arm-*-elf |
| 8828 | targets. |
| 8829 | |
| 8830 | 1999-03-02 Nick Clifton <nickc@cygnus.com> |
| 8831 | |
| 8832 | * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL |
| 8833 | |
| 8834 | 1999-02-28 Geoffrey Noer <noer@cygnus.com> |
| 8835 | |
| 8836 | * config.sub: Check for "cygwin*" rather than "cygwin32*" |
| 8837 | |
| 8838 | 1999-02-24 Nick Clifton <nickc@cygnus.com> |
| 8839 | |
| 8840 | * config.sub: Fix typo in arm recognition. |
| 8841 | |
| 8842 | 1999-02-24 Drew Moseley <dmoseley@cygnus.com> |
| 8843 | |
| 8844 | * configure.in (noconfigdirs): Changed target_configdirs to |
| 8845 | include target-bsp only for m68k-*-elf* and m68k-*-coff* |
| 8846 | rather than m68k-*-* since it is not known to work on |
| 8847 | m68k-aout. Ditto for arm-*-*oabi. |
| 8848 | |
| 8849 | 1999-02-24 Stan Shebs <shebs@andros.cygnus.com> |
| 8850 | |
| 8851 | * configure.in (*-*-windows*): Remove, no longer used. |
| 8852 | |
| 8853 | 1999-02-19 Ben Elliston <bje@cygnus.com> |
| 8854 | |
| 8855 | * config.guess: Automatically recognise ELF on FreeBSD. From Niall |
| 8856 | Smart and improved by Andrew Cagney. |
| 8857 | |
| 8858 | 1999-02-18 Marc Espie <espie@cvs.openbsd.org> |
| 8859 | |
| 8860 | * config.guess: Recognize openbsd-*-hppa. |
| 8861 | |
| 8862 | 1999-02-17 H.J. Lu (hjl@gnu.org) |
| 8863 | |
| 8864 | * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR) |
| 8865 | only if it is not empty. |
| 8866 | |
| 8867 | 1999-02-17 Nick Clifton <nickc@cygnus.com> |
| 8868 | |
| 8869 | Patch from: Scott Bambrough <scottb@corelcomputer.com> |
| 8870 | |
| 8871 | * config.guess: Modified to recognize uname's armv* syntax. |
| 8872 | |
| 8873 | * config.sub: Modified to recognize uname's armv* syntax. |
| 8874 | |
| 8875 | 1999-02-17 Mark Salter <msalter@cygnus.com> |
| 8876 | |
| 8877 | * configure.in: Added target-bsp for sparclite. |
| 8878 | |
| 8879 | 1999-02-08 Richard Henderson <rth@cygnus.com> |
| 8880 | |
| 8881 | * config.sub: Recognize alphapca5[67] and up to alphaev8. |
| 8882 | |
| 8883 | 1999-02-08 Nick Clifton <nickc@cygnus.com> |
| 8884 | |
| 8885 | * configure.in: Add support for strongarm port. |
| 8886 | * config.sub: Add support for strongarm target. |
| 8887 | |
| 8888 | 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu> |
| 8889 | |
| 8890 | * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of |
| 8891 | the old name config/mh-cygwin32. |
| 8892 | Enable texinfo. |
| 8893 | |
| 8894 | 1999-02-04 Ian Lance Taylor <ian@cygnus.com> |
| 8895 | |
| 8896 | * configure.in: Do build ld for ix86 Solaris. |
| 8897 | |
| 8898 | 1999-02-02 Jim Wilson <wilson@cygnus.com> |
| 8899 | |
| 8900 | * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of |
| 8901 | $AR_FOR_TARGET. Likewise for RANLIB. |
| 8902 | |
| 8903 | 1999-02-02 Catherine Moore <clm@cygnus.com> |
| 8904 | |
| 8905 | * config.sub (oabi): Recognize. |
| 8906 | * configure.in (arm-*-oabi): Handle. |
| 8907 | |
| 8908 | 1999-01-30 Robert Lipe (robertlipe@usa.net) |
| 8909 | |
| 8910 | * config.guess: Improve detection of i686 on UnixWare 7. |
| 8911 | |
| 8912 | 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu> |
| 8913 | |
| 8914 | * config.guess: Add support for i386-pc-interix. |
| 8915 | * config.sub: Likewise. |
| 8916 | * configure.in: Likewise. |
| 8917 | |
| 8918 | 1999-01-18 Christopher Faylor <cgf@cygnus.com> |
| 8919 | |
| 8920 | * Makefile.in: Remove unneeded all-target-libio from |
| 8921 | from all-target-winsup target since it is now unneeded. |
| 8922 | Add all-target-libtermcap in its place since it is now |
| 8923 | needed. |
| 8924 | |
| 8925 | 1998-12-30 Christopher Faylor <cgf@cygnus.com> |
| 8926 | |
| 8927 | * configure.in: makefile stub for cygwin target is probably |
| 8928 | unnecessary. Remove it for now. |
| 8929 | |
| 8930 | 1998-12-30 Christopher Faylor <cgf@cygnus.com> |
| 8931 | |
| 8932 | * configure.in: libtermcap.a should be built when cygwin is the |
| 8933 | target as well as the host. |
| 8934 | * config.guess: Allow mixed case in cygwin uname output. |
| 8935 | * Makefile.in: Add libtermcap target. |
| 8936 | |
| 8937 | 1998-12-23 Jeffrey A Law (law@cygnus.com) |
| 8938 | |
| 8939 | * config.sub: Clean up handling of hppa2.0. |
| 8940 | |
| 8941 | 1998-12-22 Rodney Brown (rodneybrown@pmsc.com) |
| 8942 | |
| 8943 | * config.guess: Use C code to identify more HP machines. |
| 8944 | |
| 8945 | Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com) |
| 8946 | |
| 8947 | * config.sub: Handle hppa2.0. |
| 8948 | |
| 8949 | Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com> |
| 8950 | |
| 8951 | * configure.in: Add cygmon for x86-coff and x86-elf. Configure |
| 8952 | cygmon for all sparclite targets, regardless of object format. |
| 8953 | |
| 8954 | 1998-12-15 Mark Salter <msalter@cygnus.com> |
| 8955 | |
| 8956 | * configure.in: Added target-bsp for several target architectures. |
| 8957 | |
| 8958 | * Makefile.in: Added rules for bsp. |
| 8959 | |
| 8960 | Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com) |
| 8961 | |
| 8962 | * config.guess: Improve detection of hppa2.0 processors. |
| 8963 | |
| 8964 | Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie> |
| 8965 | |
| 8966 | * config.guess: Recognize FreeBSD using ELF automatically. |
| 8967 | |
| 8968 | 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> |
| 8969 | |
| 8970 | * configure (skip-this-dir): Add handling for new shell script, which |
| 8971 | might be created by a sub-directory's configure to indicate, this particular |
| 8972 | directory is "unwanted". |
| 8973 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. |
| 8974 | |
| 8975 | Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com> |
| 8976 | |
| 8977 | * ltconfig: import from libtool, after changing libtool to |
| 8978 | account for the cygwin name change. |
| 8979 | |
| 8980 | Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com> |
| 8981 | |
| 8982 | * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also |
| 8983 | include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32. |
| 8984 | |
| 8985 | Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com> |
| 8986 | |
| 8987 | * configure.in: Add libtermcap to list of cygwin dependencies. |
| 8988 | |
| 8989 | 1998-11-17 Geoffrey Noer <noer@cygnus.com> |
| 8990 | |
| 8991 | * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that |
| 8992 | they include winsup/include when it's a cygwin target. |
| 8993 | |
| 8994 | 1998-11-12 Tom Tromey <tromey@cygnus.com> |
| 8995 | |
| 8996 | * configure.in (host_tools): Added zip. |
| 8997 | * Makefile.in (all-target-libjava): Depend on all-zip. |
| 8998 | (all-zip): New target. |
| 8999 | (ALL_MODULES): Added all-zip. |
| 9000 | (NATIVE_CHECK_MODULES): Added check-zip. |
| 9001 | (INSTALL_MODULES): Added install-zip. |
| 9002 | (CLEAN_MODULES): Added clean-zip. |
| 9003 | |
| 9004 | 1998-11-12 Geoffrey Noer <noer@cygnus.com> |
| 9005 | |
| 9006 | * Makefile.in: lose "32" from comment about cygwin. |
| 9007 | |
| 9008 | 1998-11-05 Nick Clifton <nickc@cygnus.com> |
| 9009 | |
| 9010 | * configure.in: Use -Os to build target libraries for the fr30. |
| 9011 | |
| 9012 | 1998-11-04 Dave Brolley <brolley@cygnus.com> |
| 9013 | |
| 9014 | * config.sub: Add fr30. |
| 9015 | |
| 9016 | 1998-11-02 Geoffrey Noer <noer@cygnus.com> |
| 9017 | |
| 9018 | * configure.in: drop "32" from config/mh-cygwin32. Check |
| 9019 | cygwin* instead of cygwin32*. |
| 9020 | * config.sub: Check cygwin* instead of cygwin32*. |
| 9021 | |
| 9022 | 1998-10-22 Robert Lipe <robertl@dgii.com> |
| 9023 | |
| 9024 | * config.guess: Match any version of Unixware7. |
| 9025 | |
| 9026 | 1998-10-20 Syd Polk <spolk@cygnus.com> |
| 9027 | |
| 9028 | * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1 |
| 9029 | if desired. |
| 9030 | |
| 9031 | 1998-10-18 Jeffrey A Law (law@cygnus.com) |
| 9032 | |
| 9033 | * config.if (cxx_interface, libstdcxx_interface): Do not try to set |
| 9034 | these if the appropriate directories and files to not exist. |
| 9035 | |
| 9036 | 1998-10-14 Jeffrey A Law (law@cygnus.com) |
| 9037 | |
| 9038 | * Makefile.in (DEVO_SUPPORT): Add config.if. |
| 9039 | |
| 9040 | 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de> |
| 9041 | |
| 9042 | * configure: Add pattern to replace "build_tooldir"'s |
| 9043 | definition in the generated Makefile with "tooldir"'s |
| 9044 | actual value. |
| 9045 | |
| 9046 | Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com) |
| 9047 | |
| 9048 | * config.sub: Bring back lost sparcv9. |
| 9049 | |
| 9050 | * Makefile.in (all-snvavigator): Remove all-flexlm dependency. |
| 9051 | |
| 9052 | Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com) |
| 9053 | |
| 9054 | * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to |
| 9055 | CC_FOR_TARGET and friends. |
| 9056 | |
| 9057 | Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br> |
| 9058 | |
| 9059 | * Makefile.in (build_tooldir): New variable, same as tooldir. |
| 9060 | (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add |
| 9061 | -B$(build_tooldir)/bin/. |
| 9062 | (BASE_FLAGS_TO_PASS): Pass build_tooldir down. |
| 9063 | |
| 9064 | Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com> |
| 9065 | |
| 9066 | * config.sub: Add support for i[34567]86-pc-udk. |
| 9067 | * configure.in: Likewise. |
| 9068 | |
| 9069 | Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com> |
| 9070 | |
| 9071 | * Makefile.in: add bzip2 package building bits for user |
| 9072 | tools module |
| 9073 | * configure.in: ditto |
| 9074 | |
| 9075 | Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com) |
| 9076 | |
| 9077 | * Makefile.in (TARGET_CONFIGDIRS): Add libobjc. |
| 9078 | (ALL_TARGET_MODULES): Add all-target-libobjc. |
| 9079 | (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. |
| 9080 | (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. |
| 9081 | (all-target-libchill): Add dependencies. |
| 9082 | * configure.in (target_libs): Add libchill. |
| 9083 | |
| 9084 | 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de> |
| 9085 | |
| 9086 | * configure.in (target_subdir): Remove duplicate line. |
| 9087 | |
| 9088 | Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com> |
| 9089 | |
| 9090 | * Makefile.in (all-automake): fix dependencies. |
| 9091 | |
| 9092 | Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com) |
| 9093 | |
| 9094 | * configure.in: Minor cleanups for building in the $(target_alias) |
| 9095 | subdir. |
| 9096 | |
| 9097 | 1998-09-22 Jim Wilson <wilson@cygnus.com> |
| 9098 | |
| 9099 | * Makefile.in (bootstrap): Set r and s before make all. Use |
| 9100 | BASE_FLAGS_TO_PASS in make all. |
| 9101 | (cross): Likewise. |
| 9102 | |
| 9103 | 1998-09-20 Mark Mitchell <mark@markmitchell.com> |
| 9104 | |
| 9105 | * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'. |
| 9106 | |
| 9107 | Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com> |
| 9108 | |
| 9109 | * config.sub: Fix typo in last change. |
| 9110 | |
| 9111 | 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz> |
| 9112 | |
| 9113 | * config.sub: Add support for C4x target. |
| 9114 | * configure.in: Likewise. |
| 9115 | |
| 9116 | 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com> |
| 9117 | |
| 9118 | * config.sub: Recognize sparcv9 just like sparc64. |
| 9119 | |
| 9120 | Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com> |
| 9121 | |
| 9122 | * config.guess: Match "Pent II" or "PentII" for OpenServer. |
| 9123 | |
| 9124 | Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com) |
| 9125 | |
| 9126 | * config.guess: Correctly identify Pentium II sco boxes. |
| 9127 | |
| 9128 | * config.guess: Fix "tr" code. From Weiwen Liu. |
| 9129 | |
| 9130 | Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM> |
| 9131 | |
| 9132 | * configure.in: Do not assume x86-svr4 or x86-unixware can handle |
| 9133 | stabs. |
| 9134 | |
| 9135 | Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com) |
| 9136 | |
| 9137 | * Makefile.in (TARGET_CONFIGDIRS): Add libchill. |
| 9138 | (ALL_TARGET_MODULES): Add all-target-libchill. |
| 9139 | (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. |
| 9140 | (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. |
| 9141 | (all-target-libchill): Add dependencies. |
| 9142 | * configure.in (target_libs): Add libchill. |
| 9143 | |
| 9144 | Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de> |
| 9145 | |
| 9146 | * config.guess: Avoid assumptions about "tr" behaves when |
| 9147 | LANG is set to something other than English. |
| 9148 | |
| 9149 | Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org) |
| 9150 | |
| 9151 | * configure (gxx_include_dir): Changed to |
| 9152 | '${prefix}/include/g++'-${libstdcxx_interface}. |
| 9153 | |
| 9154 | * config.if: New to determine the interfaces. |
| 9155 | |
| 9156 | Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com) |
| 9157 | |
| 9158 | * config.guess: Detect and handle MPE/IX. |
| 9159 | * config.sub: Deal with MPE/IX. |
| 9160 | |
| 9161 | Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu> |
| 9162 | |
| 9163 | * configure.in: Use mh-aix43. |
| 9164 | |
| 9165 | 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de> |
| 9166 | |
| 9167 | * configure: Fix --without/--disable cases for gxx-include-dir. |
| 9168 | |
| 9169 | Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com> |
| 9170 | |
| 9171 | * mdata-sh: Imported. Needed for automake support. |
| 9172 | |
| 9173 | Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org> |
| 9174 | |
| 9175 | * Makefile.in (taz): Try "chmod -R og=u ." before |
| 9176 | "chmod og=u `find . -print`". |
| 9177 | |
| 9178 | Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com> |
| 9179 | |
| 9180 | * configure.in: Add arm-elf and thumb-elf support. |
| 9181 | |
| 9182 | Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com> |
| 9183 | |
| 9184 | * Makefile.in: Undo previous patch. |
| 9185 | |
| 9186 | Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com> |
| 9187 | |
| 9188 | * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES |
| 9189 | to here ... |
| 9190 | (install-no-fixedincludes): and here |
| 9191 | (INSTALL_MODULES): ... from here. |
| 9192 | |
| 9193 | Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9194 | |
| 9195 | * config.sub: Merge with FSF. |
| 9196 | |
| 9197 | * config.guess: Merge with FSF. |
| 9198 | |
| 9199 | Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com> |
| 9200 | |
| 9201 | * configure (extraconfigdirs): New variable. |
| 9202 | (SUBDIRS): Add extraconfigdirs and recurse on them too. |
| 9203 | * Makefile.in (all): Move higher in file. |
| 9204 | (EXTRA_TARGET_HOST_ALL_MODULES): New variable. |
| 9205 | (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables. |
| 9206 | (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES. |
| 9207 | (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES. |
| 9208 | (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES. |
| 9209 | |
| 9210 | 1998-07-23 Brendan Kehoe <brendan@cygnus.com> |
| 9211 | |
| 9212 | * Makefile.in (all-target-libjava): Depend on all-gcc and |
| 9213 | all-target-newlib. |
| 9214 | (configure-target-libjava): Depend on $(ALL_GCC). |
| 9215 | |
| 9216 | Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com> |
| 9217 | |
| 9218 | * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II. |
| 9219 | (*-pc-unixware7) Add detection for Pentium II, Pentium Pro. |
| 9220 | |
| 9221 | Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9222 | |
| 9223 | * ylwrap: Change absolute path checks to check for DOS style path |
| 9224 | names. |
| 9225 | |
| 9226 | * ylwrap: Don't use a full path name if the source file is in the |
| 9227 | same directory. From hjl@lucon.org (H.J. Lu). |
| 9228 | |
| 9229 | * config-ml.in: Default to being verbose, to match Feb 18 change to |
| 9230 | configure. |
| 9231 | |
| 9232 | Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9233 | |
| 9234 | Brought over from egcs: |
| 9235 | |
| 9236 | Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) |
| 9237 | |
| 9238 | * configure.in (target_subdir): Set to ${target_alias} instead |
| 9239 | of "libraries". |
| 9240 | |
| 9241 | Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com> |
| 9242 | |
| 9243 | * configure.in (target_subdir): Set to libraries if enable_multilib. |
| 9244 | |
| 9245 | Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9246 | |
| 9247 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any |
| 9248 | multilibs, force reconfiguration the first time we create |
| 9249 | multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'. |
| 9250 | |
| 9251 | Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9252 | |
| 9253 | * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to |
| 9254 | avoid confusion with --no-recursion. |
| 9255 | |
| 9256 | Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com> |
| 9257 | |
| 9258 | * configure.in: Win32 hosts shouldn't use install -x |
| 9259 | * install-sh: remove -x option, and special .exe-handling |
| 9260 | hack. |
| 9261 | |
| 9262 | Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com> |
| 9263 | |
| 9264 | * config.guess: Recognize i586-pc-beos. |
| 9265 | * configure.in: Don't build some bits for beos. |
| 9266 | |
| 9267 | Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9268 | |
| 9269 | * configure: If CC is set but CFLAGS is not, and CC is gcc, make |
| 9270 | CFLAGS default to -O2. |
| 9271 | |
| 9272 | * ltmain.sh: Add some hacks to make SunOS --enable-shared work |
| 9273 | when using GNU ld. |
| 9274 | |
| 9275 | Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9276 | |
| 9277 | * ltmain.sh: Correct install when using a different shell. |
| 9278 | |
| 9279 | Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9280 | |
| 9281 | * ltconfig, ltmain.sh: Update to libtool 1.2b. |
| 9282 | |
| 9283 | Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de> |
| 9284 | |
| 9285 | * makefile.vms: Update to build binutils/makefile.vms. Add install |
| 9286 | target. |
| 9287 | |
| 9288 | Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9289 | |
| 9290 | * ltconfig: Update to correct AIX handling. |
| 9291 | |
| 9292 | Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) |
| 9293 | |
| 9294 | * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR. |
| 9295 | |
| 9296 | * configure.in (target_subdir): Set to ${target_alias} instead |
| 9297 | of "libraries". |
| 9298 | |
| 9299 | 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> |
| 9300 | |
| 9301 | * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger. |
| 9302 | (Makefile): Depend on $(gcc_version_trigger). |
| 9303 | |
| 9304 | * configure (gcc_version): Change default initializer to empty |
| 9305 | string. |
| 9306 | (gcc_version_trigger): New variable; pass this variable down |
| 9307 | to subdir configures to enable them checking gcc's version |
| 9308 | themselves. Emit make macros for both gcc_version vars. |
| 9309 | (topsrcdir): Initialize reliably. |
| 9310 | (recursion line): Remove --with-gcc-version=${gcc_version}. |
| 9311 | |
| 9312 | 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> |
| 9313 | |
| 9314 | * configure (enable_version_specific_runtime_libs): Implement new flag |
| 9315 | --enable-version-specific-runtime-libs which installs C++ runtime stuff |
| 9316 | in $(libsubdir); emit definition in each generated Makefile. |
| 9317 | (gxx_include_dir): Initialize depending on |
| 9318 | $enable_version_specific_runtime_libs. |
| 9319 | |
| 9320 | 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> |
| 9321 | |
| 9322 | * configure (gcc_version): Initialize properly depending on |
| 9323 | how and where configure is started. |
| 9324 | (recursion line): Pass a --with-gcc-version=${gcc_version} |
| 9325 | to configures in subdirs. |
| 9326 | |
| 9327 | Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com> |
| 9328 | |
| 9329 | * configure.in (noconfigdirs): Add configure pattern for mips tx39 |
| 9330 | cygmon |
| 9331 | |
| 9332 | Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com> |
| 9333 | |
| 9334 | * configure.in: Add cygmon and libstub support for mn10200. |
| 9335 | |
| 9336 | 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> |
| 9337 | |
| 9338 | * configure (gcc_version): Add new variable describing the |
| 9339 | particular gcc version we're building. |
| 9340 | * Makefile.in (libsubdir): Add new macro for the directory |
| 9341 | in which the compiler finds executables, libraries, etc. |
| 9342 | (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias |
| 9343 | and libsubdir. |
| 9344 | |
| 9345 | Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br> |
| 9346 | |
| 9347 | * Makefile.in (local-clean): Remove *.log. |
| 9348 | (warning.log): Built with warn_summary from build.log. |
| 9349 | (mail-report.log): Run test_summary. |
| 9350 | (mail-report-with-warnings.log): Run test_summary including |
| 9351 | warning.log in the report. |
| 9352 | |
| 9353 | Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com> |
| 9354 | |
| 9355 | * config.guess: Detection of Pentium II for *-sco-3.2v5*. |
| 9356 | |
| 9357 | Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com> |
| 9358 | |
| 9359 | * Makefile.in (grep): Grep no longer depends on libiberty. |
| 9360 | |
| 9361 | Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com> |
| 9362 | |
| 9363 | * Makefile.in: all-snavigator needs all-libgui. |
| 9364 | |
| 9365 | Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com> |
| 9366 | |
| 9367 | * configure.in: Add cygmon and libstub support for mn10300. |
| 9368 | |
| 9369 | Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9370 | |
| 9371 | * missing: Update to version from automake 1.3. |
| 9372 | |
| 9373 | * ltmain.sh: On installation, don't get confused if the same name |
| 9374 | appears more than once in the list of library names. |
| 9375 | |
| 9376 | Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9377 | |
| 9378 | * config.sub: Accept m68060 and m5200 as CPU names. |
| 9379 | |
| 9380 | Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9381 | |
| 9382 | * configure: Use && rather than using -a in test, because odd |
| 9383 | strings can confuse test. |
| 9384 | * configure.in: Likewise. |
| 9385 | |
| 9386 | Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9387 | |
| 9388 | * ltconfig, ltmain.sh: Bring in Visual C++ support. |
| 9389 | |
| 9390 | Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br> |
| 9391 | |
| 9392 | * Makefile.in (boostrap2-lean, bootstrap3-lean, |
| 9393 | bootstrap4-lean): New targets. |
| 9394 | |
| 9395 | Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com) |
| 9396 | |
| 9397 | * mpw-* Delete. Not used. |
| 9398 | |
| 9399 | Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com) |
| 9400 | |
| 9401 | * COPYING.LIB: Update FSF address. |
| 9402 | |
| 9403 | Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9404 | |
| 9405 | * ltconfig, ltmain.sh: Update to libtool 1.2a. |
| 9406 | |
| 9407 | * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via |
| 9408 | GAS_SUPPORT_DIRS. |
| 9409 | |
| 9410 | Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9411 | |
| 9412 | * ltconfig, ltmain.sh: Avoid producing a version number if |
| 9413 | -version-info was not used. |
| 9414 | |
| 9415 | Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9416 | |
| 9417 | * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are |
| 9418 | building with newlib. |
| 9419 | |
| 9420 | 1998-04-30 Paul Eggert <eggert@twinsun.com> |
| 9421 | |
| 9422 | * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end; |
| 9423 | Solaris `make' causes it to continue to next definition. |
| 9424 | |
| 9425 | Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com) |
| 9426 | |
| 9427 | * Makefile.in (install-gdbtk): Call this 'install-gdb' so that |
| 9428 | the right GUI libraries and files are installed along with GDB. |
| 9429 | |
| 9430 | Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9431 | |
| 9432 | * configure.in: Change alpha to alpha* in several places. |
| 9433 | |
| 9434 | Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com> |
| 9435 | |
| 9436 | * config.sub: Recognize sparc86x. |
| 9437 | |
| 9438 | Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com> |
| 9439 | |
| 9440 | * configure.in (--enable-target-optspace): Remove debug echo. |
| 9441 | |
| 9442 | Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com> |
| 9443 | |
| 9444 | * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS. |
| 9445 | |
| 9446 | Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9447 | |
| 9448 | * ltconfig: Update cygwin32 support. |
| 9449 | |
| 9450 | * Makefile.in (GAS_SUPPORT_DIRS): Add intl. |
| 9451 | (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise. |
| 9452 | (GDB_SUPPORT_DIRS): Likewise. |
| 9453 | |
| 9454 | Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com> |
| 9455 | |
| 9456 | * configure.in (target_makefile_frag): If --enable-target-optspace, |
| 9457 | use -Os to compile target libraries rather than -O2. Default to |
| 9458 | using -Os for d10v and m32r if --{enable,disable}-target-optspace is |
| 9459 | not used. |
| 9460 | * configure.in (target_cflags): Ditto for d30v. |
| 9461 | |
| 9462 | Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com> |
| 9463 | |
| 9464 | * Makefile.in (all-bfd): Depend on all-intl. |
| 9465 | (all-binutils): Likewise. |
| 9466 | (all-gas): Likewise. |
| 9467 | (all-gprof): Likewise. |
| 9468 | (all-ld): Likewise. |
| 9469 | |
| 9470 | 1998-04-19 Brendan Kehoe <brendan@cygnus.com> |
| 9471 | |
| 9472 | * configure.in (host_tools): Fix typo, lbtool -> libtool. |
| 9473 | |
| 9474 | Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9475 | |
| 9476 | * Makefile.in (all-bfd): Depend upon all-libiberty. |
| 9477 | |
| 9478 | * ltconfig, ltmain.sh: Bring in newer cygwin32 support. |
| 9479 | |
| 9480 | Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com> |
| 9481 | |
| 9482 | * Makefile.in: Add libstub. |
| 9483 | |
| 9484 | * configure.in: Ditto. Build libstub for targets that have cygmon |
| 9485 | support. |
| 9486 | |
| 9487 | Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9488 | |
| 9489 | * configure.in: Don't set PICFLAG on ix86-cygwin32. |
| 9490 | |
| 9491 | Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com> |
| 9492 | |
| 9493 | * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and |
| 9494 | use mh-sysv5 if specified. Support gprof on SCO Open Server. |
| 9495 | |
| 9496 | Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se> |
| 9497 | |
| 9498 | * configure: Define DEFAULT_M4 by searching PATH. |
| 9499 | * Makfile.in: Use DEFAULT_M4. |
| 9500 | |
| 9501 | Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9502 | |
| 9503 | * ltconfig: Add cygwin32 support. |
| 9504 | |
| 9505 | * Makefile.in, configure.in: Add libtool as a native only directory |
| 9506 | to configure and build. |
| 9507 | |
| 9508 | Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com) |
| 9509 | |
| 9510 | * Makefile.in (INSTALL_MODULES): Remove texinfo. |
| 9511 | |
| 9512 | Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be> |
| 9513 | |
| 9514 | * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened. |
| 9515 | |
| 9516 | Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com> |
| 9517 | |
| 9518 | * Makefile.in: add ash make rules |
| 9519 | * configure.in: add ash to native_only and host_tools lists |
| 9520 | |
| 9521 | Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com> |
| 9522 | |
| 9523 | * Makefile.in (all-gettext, all-intl): New targets. |
| 9524 | (ALL_MODULES): Added all-gettext, all-intl. |
| 9525 | (CROSS_CHECK_MODULES): Added check-gettext, check-intl. |
| 9526 | (INSTALL_MODULES): Added install-gettext, install-intl. |
| 9527 | (CLEAN_MODULES): Added clean-gettext, clean-intl. |
| 9528 | |
| 9529 | * configure.in (host_tools): Added gettext. |
| 9530 | (native_only): Likewise. |
| 9531 | (noconfigdirs) [various cases]: Likewise. |
| 9532 | (host_libs): Added intl. |
| 9533 | |
| 9534 | Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com> |
| 9535 | |
| 9536 | * configure: Do not disable building gdbtk for cygwin32 hosts. |
| 9537 | |
| 9538 | Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com> |
| 9539 | |
| 9540 | * configure.in: Add thumb-coff target. |
| 9541 | * config.sub: Add thumb-coff target. |
| 9542 | |
| 9543 | Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com) |
| 9544 | |
| 9545 | * Makefile.in: Revert yesterday's change. |
| 9546 | (all-target-winsup): all-target-librx stays out of here. |
| 9547 | |
| 9548 | Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com) |
| 9549 | |
| 9550 | * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES, |
| 9551 | CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES, |
| 9552 | INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup): |
| 9553 | Remove references to librx and libg++. |
| 9554 | |
| 9555 | Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com> |
| 9556 | |
| 9557 | * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to |
| 9558 | recursive makes |
| 9559 | |
| 9560 | Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9561 | |
| 9562 | * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B |
| 9563 | for newlib directory. |
| 9564 | (CXX_FOR_TARGET): Likewise. |
| 9565 | |
| 9566 | Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com) |
| 9567 | |
| 9568 | * ltconfig: Update after libtool/ltconfig.in change for |
| 9569 | hpux11. |
| 9570 | |
| 9571 | Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9572 | |
| 9573 | * ltconfig, ltmain.sh: Update to libtool 1.2. |
| 9574 | |
| 9575 | Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de> |
| 9576 | |
| 9577 | * Makefile.in (install-gcc): Don't specify LANGUAGES here. |
| 9578 | (install-gcc-cross): Instead, override LANGUAGES here. |
| 9579 | |
| 9580 | 1998-03-18 Dave Love <d.love@dl.ac.uk> |
| 9581 | |
| 9582 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a |
| 9583 | non-existent file since /dev/null loses with bash 2.0/autoconf 2.12. |
| 9584 | |
| 9585 | Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com> |
| 9586 | |
| 9587 | * configure.in: Add Thumb-pe target. |
| 9588 | |
| 9589 | Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com> |
| 9590 | |
| 9591 | * Makefile.in - changed sn targets to snavigator |
| 9592 | * configure.in - changed sn targets to snavigator |
| 9593 | |
| 9594 | Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de> |
| 9595 | |
| 9596 | * config-ml.in: After building symlink tree call make distclean |
| 9597 | if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens |
| 9598 | to be the case for libiberty. |
| 9599 | |
| 9600 | Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu) |
| 9601 | |
| 9602 | * configure: When making link, also check the current |
| 9603 | directory. The configure scripts may create one. |
| 9604 | |
| 9605 | Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com> |
| 9606 | |
| 9607 | * config.sub: Accept alphapca56 and alphaev6 properly. |
| 9608 | |
| 9609 | Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> |
| 9610 | |
| 9611 | * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1. |
| 9612 | |
| 9613 | Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de |
| 9614 | |
| 9615 | * config.sub (sco5): Fix typo. |
| 9616 | |
| 9617 | Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9618 | |
| 9619 | * Makefile.in (INSTALL_MODULES): Move install-tcl before |
| 9620 | install-itcl. |
| 9621 | (install-itcl): Remove dependency on install-tcl. |
| 9622 | |
| 9623 | Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com> |
| 9624 | |
| 9625 | * configure.in: Remove libgloss from noconfigdirs for MN10300. |
| 9626 | |
| 9627 | Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9628 | |
| 9629 | * configure.in: Don't build libgui for a cygwin32 target when not on |
| 9630 | a cygwin32 host. |
| 9631 | |
| 9632 | Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com) |
| 9633 | |
| 9634 | * configure (redirect): Set to null, so default behavior of |
| 9635 | configure is now --verbose. |
| 9636 | |
| 9637 | 1998-02-16 Dave Love <d.love@dl.ac.uk> |
| 9638 | |
| 9639 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with |
| 9640 | CONFIG_SITE=/dev/null to forestall lossage with site configuration. |
| 9641 | |
| 9642 | Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de> |
| 9643 | |
| 9644 | * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add |
| 9645 | this change to sync Makefile.in with its ChangeLog entries. |
| 9646 | |
| 9647 | Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org> |
| 9648 | |
| 9649 | * ltmain.sh (mkdir): Check that the directory doesn't exist |
| 9650 | before we exit with error, so that we don't get races during |
| 9651 | parallel builds. |
| 9652 | |
| 9653 | Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9654 | |
| 9655 | * ltconfig, ltmain.sh: Update from libtool 1.0i. |
| 9656 | |
| 9657 | Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de> |
| 9658 | |
| 9659 | * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and |
| 9660 | PICFLAG_FOR_TARGET. |
| 9661 | (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET. |
| 9662 | |
| 9663 | * configure: Emit a definition for the new macro enable_shared |
| 9664 | into each Makefile. |
| 9665 | |
| 9666 | Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com) |
| 9667 | |
| 9668 | * configure.in (host_tools, native_only): Add libtool. |
| 9669 | |
| 9670 | Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com> |
| 9671 | |
| 9672 | * configure.in: add target-gperf to noconfigdirs for Cygwin32. |
| 9673 | Fix typo in ming config comment. |
| 9674 | |
| 9675 | Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9676 | |
| 9677 | * ltconfig, ltmain.sh: Update from libtool 1.0h. |
| 9678 | |
| 9679 | Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9680 | |
| 9681 | * config.sub: Add tic30 cases, and map c30 to tic30. |
| 9682 | |
| 9683 | Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com> |
| 9684 | |
| 9685 | * Makefile.in (TARGET_CONFIGDIRS): Add libf2c. |
| 9686 | (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly |
| 9687 | (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly |
| 9688 | (CLEAN_TARGET_MODULES): Similarly |
| 9689 | (all-target-libf2c): Add dependences. |
| 9690 | * configure.in (target_libs): Add libf2c. |
| 9691 | |
| 9692 | Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com> |
| 9693 | |
| 9694 | * configure.in: Remove expect from noconfigdirs when target |
| 9695 | is cygwin32. OK to build expect and dejagnu with Canadian |
| 9696 | Cross. |
| 9697 | |
| 9698 | Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com> |
| 9699 | |
| 9700 | * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32 |
| 9701 | host. |
| 9702 | |
| 9703 | * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32 |
| 9704 | and mingw32. |
| 9705 | |
| 9706 | Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de> |
| 9707 | |
| 9708 | * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix) |
| 9709 | here as it is not defined in the toplevel Makefile. |
| 9710 | |
| 9711 | Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de> |
| 9712 | |
| 9713 | * configure (package_makefile_rules_frag): New variable, which names |
| 9714 | a file with generic rules, ... |
| 9715 | Change comment to mention we now have FIVE parts. |
| 9716 | * configure: Undo last change. |
| 9717 | |
| 9718 | Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi> |
| 9719 | |
| 9720 | * config.guess: More accurate determination of HP processor types. |
| 9721 | * config.sub: More accurate determination of HP processor types. |
| 9722 | |
| 9723 | Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de> |
| 9724 | |
| 9725 | * configure (package_makefile_frag): Move inserting the |
| 9726 | ${package_makefile_frag} to where it should be according |
| 9727 | to the comment. |
| 9728 | |
| 9729 | Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk> |
| 9730 | |
| 9731 | * config.guess: Add support for Linux/ARM. |
| 9732 | |
| 9733 | Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com> |
| 9734 | |
| 9735 | * .cvsignore: Remove *-info and *-install since they match |
| 9736 | release-info and mpw-install, which we don't want to just ignore. |
| 9737 | |
| 9738 | Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com> |
| 9739 | |
| 9740 | * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1. |
| 9741 | |
| 9742 | Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za> |
| 9743 | |
| 9744 | * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and |
| 9745 | local_prefix to sub-make invocations. |
| 9746 | |
| 9747 | Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org) |
| 9748 | |
| 9749 | * configure.in: Check makefile fragments in the source |
| 9750 | directory. |
| 9751 | |
| 9752 | Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br> |
| 9753 | |
| 9754 | * configure.in: Check whether host and target makefile |
| 9755 | fragments exist before adding them to *_makefile_frag. |
| 9756 | |
| 9757 | Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com> |
| 9758 | |
| 9759 | * configure.in (target_configdirs): Add cygmon for sparc64-elf. |
| 9760 | |
| 9761 | Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com> |
| 9762 | |
| 9763 | * configure.in: Make sure we only replace RPATH_ENVVAR on |
| 9764 | lines which begin with RPATH_ENVVAR, i.e. add "^" to the |
| 9765 | regexp to sed. |
| 9766 | |
| 9767 | * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down |
| 9768 | to sub-makes. |
| 9769 | |
| 9770 | 1998-01-13 Lee Iverson (leei@ai.sri.com) |
| 9771 | |
| 9772 | * config-ml.in (multi-do): LDFLAGS must include multilib |
| 9773 | designator. |
| 9774 | |
| 9775 | Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com) |
| 9776 | |
| 9777 | * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5. |
| 9778 | |
| 9779 | Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu> |
| 9780 | |
| 9781 | * config.sub: Add mingw32 support. |
| 9782 | * configure.in: Likewise. |
| 9783 | |
| 9784 | Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com> |
| 9785 | |
| 9786 | * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 |
| 9787 | |
| 9788 | Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com) |
| 9789 | |
| 9790 | * Makefile.in (INSTALL_TARGET): Do install-gcc first. |
| 9791 | * configure (gxx_include_dir): Provide a definition for subdirs |
| 9792 | which do not use autoconf. |
| 9793 | |
| 9794 | Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com) |
| 9795 | |
| 9796 | * config.guess: Sync with egcs. Picks up new alpha support, |
| 9797 | BeOS & some additional linux support. |
| 9798 | |
| 9799 | Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com) |
| 9800 | |
| 9801 | * config.guess: HP 9000/803 is a PA1.1 machine. |
| 9802 | |
| 9803 | Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com> |
| 9804 | |
| 9805 | * configure.in: It's alpha*-... |
| 9806 | |
| 9807 | Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu) |
| 9808 | |
| 9809 | * configure.in (host_makefile_frag, target_makefile_frag): |
| 9810 | Handle multiple config files. |
| 9811 | (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and |
| 9812 | alpha-*-*. |
| 9813 | |
| 9814 | Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com> |
| 9815 | |
| 9816 | * mkdep: New file. |
| 9817 | |
| 9818 | Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com> |
| 9819 | |
| 9820 | * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc. |
| 9821 | |
| 9822 | Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com> |
| 9823 | |
| 9824 | * Makefile.in: Add libgui directory. |
| 9825 | (GDB_TK): Add all-libgui. |
| 9826 | * configure.in: Add libgui directory. |
| 9827 | * configure: Add all-libgui to GDB_TK. |
| 9828 | |
| 9829 | Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com> |
| 9830 | |
| 9831 | * config-ml.in (multidirs): Add m32r to multilib list. |
| 9832 | |
| 9833 | Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com> |
| 9834 | |
| 9835 | * Makefile.in (all-target-gperf): Change dependency to |
| 9836 | all-target-libstdc++. |
| 9837 | |
| 9838 | Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com> |
| 9839 | |
| 9840 | * config.guess: Add BeOS support. |
| 9841 | |
| 9842 | Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com> |
| 9843 | |
| 9844 | Source directory cvs renamed to cvssrc: |
| 9845 | * configure.in (host_tools): Change cvs to cvssrc. |
| 9846 | (native_only): Likewise. |
| 9847 | (noconfigdirs) [various cases]: Likewise. |
| 9848 | * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc. |
| 9849 | (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc. |
| 9850 | (INSTALL_MODULES): Change install-cvs to install-cvssrc. |
| 9851 | (CLEAN_MODULES): Change clean-cvs to clean-cvssrc. |
| 9852 | (all-cvssrc): Rename target from all-cvs. |
| 9853 | |
| 9854 | Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com) |
| 9855 | |
| 9856 | * configure (gxx_include_dir): Fix thinko. |
| 9857 | |
| 9858 | Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com) |
| 9859 | |
| 9860 | * Makefile.in (INSTALL_TARGET_CROSS): Define. |
| 9861 | (install-cross, install-gcc-cross): New targets. |
| 9862 | |
| 9863 | Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com> |
| 9864 | |
| 9865 | * configure.in (noconfigdirs): Add support for Thumb target. |
| 9866 | |
| 9867 | * config.sub (maybe_os): Add support for Thumb target. |
| 9868 | |
| 9869 | Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com> |
| 9870 | |
| 9871 | * Makefile.in: Add rules for cygmon. |
| 9872 | |
| 9873 | * configure.in: Build cygmon for sparc-elf and sparclite-aout. |
| 9874 | |
| 9875 | Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com) |
| 9876 | |
| 9877 | * Makefile.in (INSTALL_TARGET): Do install-gcc first. |
| 9878 | * configure (gxx_include_dir): Provide a definition for subdirs |
| 9879 | which do not use autoconf. |
| 9880 | |
| 9881 | Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com> |
| 9882 | |
| 9883 | * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's |
| 9884 | 11/18/97 build |
| 9885 | |
| 9886 | Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com) |
| 9887 | |
| 9888 | * From Franz Sirl. |
| 9889 | * config.guess (powerpc*-*-linux): Handle glibc2 beta release |
| 9890 | found on RedHat Linux systems. |
| 9891 | |
| 9892 | Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com) |
| 9893 | |
| 9894 | * config.guess (alpha stuff): Merge with FSF to avoid incorrect |
| 9895 | guesses. |
| 9896 | |
| 9897 | Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com) |
| 9898 | |
| 9899 | * configure.in (i[3456]86-ncr-sysv4.3*): Tweak. |
| 9900 | |
| 9901 | Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu> |
| 9902 | |
| 9903 | * ltmain.sh: If mkdir fails, check whether the directory was created |
| 9904 | anyhow by some other process. |
| 9905 | |
| 9906 | Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com> |
| 9907 | |
| 9908 | * configure.in (d30v-*-*): Configure all directories. |
| 9909 | |
| 9910 | Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com> |
| 9911 | |
| 9912 | * configure.in (d30v-*-*): Configure newlib, libiberty directories |
| 9913 | for the D30V. |
| 9914 | |
| 9915 | Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com> |
| 9916 | |
| 9917 | * configure.in (d30v-*-*): Configure target-libgloss on the D30V. |
| 9918 | |
| 9919 | Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com> |
| 9920 | |
| 9921 | * include/libiberty.h: Add extern "C" { so it can be used with C++ |
| 9922 | progrms. |
| 9923 | * include/remote-sim.h: Add extern "C" { so it can be used with C++ |
| 9924 | programs. |
| 9925 | |
| 9926 | Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com> |
| 9927 | |
| 9928 | * configure.in (d30v-*-*): Configure GCC now. |
| 9929 | |
| 9930 | Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com> |
| 9931 | |
| 9932 | * configure.in: Remove a "second pass" of tweaking noconfigdirs, |
| 9933 | is no longer needed. |
| 9934 | |
| 9935 | Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com> |
| 9936 | |
| 9937 | * Makefile.in: check-target-libio depends on all-target-libstdc++. |
| 9938 | |
| 9939 | Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de) |
| 9940 | |
| 9941 | * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap |
| 9942 | targets using "$@" to provide support for similar but not identical |
| 9943 | targets without having to duplicate code. |
| 9944 | |
| 9945 | Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de> |
| 9946 | |
| 9947 | * makefile.vms: Fix to work with DEC C. |
| 9948 | |
| 9949 | Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com> |
| 9950 | |
| 9951 | * config.sub: Add mips-tx39-elf to marketing names. |
| 9952 | |
| 9953 | Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com> |
| 9954 | |
| 9955 | * ltmain.sh: Handle symlinks in generated script. |
| 9956 | |
| 9957 | Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com> |
| 9958 | |
| 9959 | * configure: Handle autoconf style directory options: --bindir, |
| 9960 | --datadir, --includedir, --infodir, --libdir, --libexecdir, |
| 9961 | --mandir, --oldincludedir, --sbindir, --sharedstatedir, |
| 9962 | --sysconfdir. |
| 9963 | * Makefile.in (sbindir, libexecdir, sysconfdir): New variables. |
| 9964 | (sharedstatedir, localstatedir, oldincludedir): New variables. |
| 9965 | (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir, |
| 9966 | infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir, |
| 9967 | sbindir, sharedstatedir, and sysconfdir. |
| 9968 | |
| 9969 | Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu> |
| 9970 | |
| 9971 | * Makefile.in (bootstrap-lean): New target. |
| 9972 | |
| 9973 | Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com> |
| 9974 | |
| 9975 | * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db, |
| 9976 | sn, and gnuserv from noconfigdirs. |
| 9977 | |
| 9978 | Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com> |
| 9979 | |
| 9980 | * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh. |
| 9981 | |
| 9982 | Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com) |
| 9983 | |
| 9984 | * Makefile.in (cross): New target. |
| 9985 | |
| 9986 | Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br> |
| 9987 | Jeff Law <law@cygnus.com> |
| 9988 | |
| 9989 | * Makefile.in (bootstrap2, bootstrap3): New targets. |
| 9990 | (all-bootstrap): Remove outdated and confusing target. |
| 9991 | (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down. |
| 9992 | |
| 9993 | Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com> |
| 9994 | |
| 9995 | * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for |
| 9996 | windows. Consistent with gdb/configure. |
| 9997 | |
| 9998 | 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com> |
| 9999 | |
| 10000 | * configure.in: Name Linux target fragment. |
| 10001 | |
| 10002 | * configure: Rewrite so that project Makefile fragment is inserted |
| 10003 | first and appears last in the resulting Makefile. |
| 10004 | |
| 10005 | Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com> |
| 10006 | |
| 10007 | * Makefile.in (install-itcl): Install tcl first. |
| 10008 | |
| 10009 | Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com> |
| 10010 | |
| 10011 | * configure.in: remove bison from noconfigdirs for Cygwin32 host |
| 10012 | |
| 10013 | Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu) |
| 10014 | |
| 10015 | * Makefile.in (local-distclean): Also remove mh-frag mt-frag. |
| 10016 | |
| 10017 | * configure.in (skipdirs): Add target-librx for Linux. |
| 10018 | (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic. |
| 10019 | |
| 10020 | Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com) |
| 10021 | |
| 10022 | * Makefile.in (bootstrap): New target. |
| 10023 | |
| 10024 | Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com) |
| 10025 | |
| 10026 | * config.sub: Accept 'amigados' for backward compatability. |
| 10027 | |
| 10028 | Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10029 | |
| 10030 | * config.guess: Merge with FSF. |
| 10031 | |
| 10032 | Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com> |
| 10033 | |
| 10034 | * config.sub: Change 'amigados' to 'amigaos' to match current usage. |
| 10035 | |
| 10036 | Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com> |
| 10037 | |
| 10038 | * config.sub: Add "marketing-names" patch. |
| 10039 | |
| 10040 | Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com) |
| 10041 | |
| 10042 | * configure.in (*-*-rtems*): Do not build libgloss for rtems. |
| 10043 | |
| 10044 | Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com) |
| 10045 | |
| 10046 | * config.sub: Handle v850-elf. |
| 10047 | |
| 10048 | Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com> |
| 10049 | |
| 10050 | * .cvsignore (*-install): Remove. |
| 10051 | |
| 10052 | Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com> |
| 10053 | |
| 10054 | * ltconfig: Set CONFIG_SHELL in libtool. |
| 10055 | * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh |
| 10056 | |
| 10057 | Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com> |
| 10058 | |
| 10059 | * configure.in (target_subdir): Set to libraries if enable_multilib. |
| 10060 | |
| 10061 | Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com> |
| 10062 | |
| 10063 | * config.guess: Update from gcc directory. |
| 10064 | |
| 10065 | Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com> |
| 10066 | |
| 10067 | * Makefile.in (all-sim): Depends on all-readline. |
| 10068 | |
| 10069 | Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com> |
| 10070 | |
| 10071 | * Makefile.in (BISON, YACC): Use $$s. |
| 10072 | (all-bison): Depend on all-texinfo. |
| 10073 | |
| 10074 | Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com> |
| 10075 | |
| 10076 | * Makefile.in (BISON): Add -L flag. |
| 10077 | (YACC): Likewise. |
| 10078 | |
| 10079 | Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com> |
| 10080 | |
| 10081 | * configure.in (noconfigdirs): Add support for v850e target. |
| 10082 | |
| 10083 | * config.sub (maybe_os): Add support for v850e target. |
| 10084 | |
| 10085 | Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com> |
| 10086 | |
| 10087 | * configure.in (noconfigdirs): Add support for v850ea target. |
| 10088 | |
| 10089 | * config.sub (maybe_os): Add support for v850ea target. |
| 10090 | |
| 10091 | Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com> |
| 10092 | |
| 10093 | * config.sub: Add mipstx39. Delete r3900. |
| 10094 | |
| 10095 | Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) |
| 10096 | |
| 10097 | * Makefile.in (all-autoconf): Depends on all-texinfo. |
| 10098 | |
| 10099 | Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com> |
| 10100 | |
| 10101 | * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and |
| 10102 | eabi targets. |
| 10103 | |
| 10104 | Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10105 | |
| 10106 | * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible. |
| 10107 | |
| 10108 | * configure: When handling a Canadian Cross, handle YACC as well as |
| 10109 | BISON. Just set BISON to bison. When setting YACC, prefer bison. |
| 10110 | * Makefile.in (all-bison): Depend upon all-texinfo. |
| 10111 | |
| 10112 | Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com> |
| 10113 | |
| 10114 | * Makefile.in (BISON): bison, not byacc or bison -y. |
| 10115 | (YACC): bison -y or byacc or yacc. |
| 10116 | (various): Add *-bison as appropriate. |
| 10117 | (taz): No need to mess with BISON anymore. |
| 10118 | |
| 10119 | Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10120 | |
| 10121 | * configure: If OSTYPE matches *win32*, try to find a good value for |
| 10122 | CONFIG_SHELL. |
| 10123 | |
| 10124 | Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10125 | |
| 10126 | * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in |
| 10127 | configure.in if it is present. |
| 10128 | |
| 10129 | Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10130 | |
| 10131 | * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new. |
| 10132 | |
| 10133 | Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com> |
| 10134 | |
| 10135 | * config.sub: Recognize `arc' cpu. |
| 10136 | * configure.in: Likewise. |
| 10137 | * config-ml.in: Likewise. |
| 10138 | |
| 10139 | Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10140 | |
| 10141 | * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs. |
| 10142 | |
| 10143 | Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com> |
| 10144 | |
| 10145 | * configure: Changed sed delimiter from ':' to '|' when |
| 10146 | attempting to substitute ${config_shell} for SHELL. On |
| 10147 | NT ${config_shell} may contain a ':' in it. |
| 10148 | |
| 10149 | Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com> |
| 10150 | |
| 10151 | * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells. |
| 10152 | |
| 10153 | Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10154 | |
| 10155 | * Makefile.in (AS_FOR_TARGET): Change as.new to as-new. |
| 10156 | |
| 10157 | Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10158 | |
| 10159 | * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new. |
| 10160 | |
| 10161 | * ylwrap: If the program is a relative path, force it to be |
| 10162 | absolute. |
| 10163 | |
| 10164 | Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com> |
| 10165 | |
| 10166 | * configure (tooldir): Set BISON to `bison -y' and not just bison. |
| 10167 | |
| 10168 | Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com> |
| 10169 | |
| 10170 | * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present, |
| 10171 | correctly specify the target build directory $(TARGET_SUBDIR)/winsup |
| 10172 | for libraries. |
| 10173 | |
| 10174 | Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com> |
| 10175 | |
| 10176 | * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values |
| 10177 | separated by spaces. |
| 10178 | |
| 10179 | Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10180 | |
| 10181 | * ylwrap: New file. |
| 10182 | * Makefile.in (DEVO_SUPPORT): Add ylwrap. |
| 10183 | |
| 10184 | * ltmain.sh: Handle /bin/sh at start of install program. |
| 10185 | |
| 10186 | * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing. |
| 10187 | |
| 10188 | * ltconfig, ltmain.sh: New files, from libtool 1.0. |
| 10189 | * missing: New file, from automake 1.2. |
| 10190 | |
| 10191 | Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10192 | |
| 10193 | * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add |
| 10194 | check-tk to CHECK_X11_MODULES. |
| 10195 | |
| 10196 | Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10197 | |
| 10198 | * config.sub: Merge with FSF. |
| 10199 | |
| 10200 | Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10201 | |
| 10202 | * config.guess: Merge with FSF. |
| 10203 | |
| 10204 | Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE> |
| 10205 | |
| 10206 | * configure: Treat msdosdjgpp like go32. |
| 10207 | * configure.in: Likewise. Don't remove gprof for go32. |
| 10208 | |
| 10209 | * configure: Change Makefile.tem2 to Makefile.tm2. |
| 10210 | |
| 10211 | Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com> |
| 10212 | |
| 10213 | * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep. |
| 10214 | |
| 10215 | Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 10216 | |
| 10217 | * install-sh (chmodcmd): Set to null if the DST directory already |
| 10218 | exists. Same as Nov 11th change. |
| 10219 | |
| 10220 | Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com> |
| 10221 | |
| 10222 | * configure (GDB_TK): Needs itcl and tix. |
| 10223 | |
| 10224 | Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com> |
| 10225 | |
| 10226 | * config.guess: Update from FSF. |
| 10227 | |
| 10228 | Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com> |
| 10229 | |
| 10230 | * Makefile.in (GDB_TK): Depend on itcl and tix. |
| 10231 | |
| 10232 | Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10233 | |
| 10234 | * Makefile.in (INSTALL_PROGRAM_ARGS): New variable. |
| 10235 | (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS). |
| 10236 | (INSTALL_SCRIPT): New variable. |
| 10237 | (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT. |
| 10238 | * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS |
| 10239 | to -x. |
| 10240 | * install-sh: Add support for -x option. |
| 10241 | |
| 10242 | Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10243 | |
| 10244 | * configure.in, Makefile.in: Treat tix like itcl. |
| 10245 | |
| 10246 | Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10247 | |
| 10248 | * Makefile.in (WINDRES): New variable. |
| 10249 | (WINDRES_FOR_TARGET): New variable. |
| 10250 | (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET. |
| 10251 | (EXTRA_HOST_FLAGS): Add WINDRES. |
| 10252 | (EXTRA_TARGET_FLAGS): Add WINDRES. |
| 10253 | (EXTRA_GCC_FLAGS): Add WINDRES. |
| 10254 | ($(DO_X)): Pass down WINDRES. |
| 10255 | ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring. |
| 10256 | * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like |
| 10257 | DLLTOOL_FOR_TARGET. |
| 10258 | |
| 10259 | Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com> |
| 10260 | |
| 10261 | * configure.in: configure sim before gdb for win32-x-ppc |
| 10262 | |
| 10263 | Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 10264 | |
| 10265 | Move gperf into the toplevel, from libg++. |
| 10266 | * configure.in (target_tools): Add target-gperf. |
| 10267 | (native_only): Add target-gperf. |
| 10268 | * Makefile.in (all-target-gperf): New target, depend on |
| 10269 | all-target-libg++. |
| 10270 | (configure-target-gperf): Empty rule. |
| 10271 | (ALL_TARGET_MODULES): Add all-target-gperf. |
| 10272 | (CONFIGURE_TARGET_MODULES): Add configure-target-gperf. |
| 10273 | (CHECK_TARGET_MODULES): Add check-target-gperf. |
| 10274 | (INSTALL_TARGET_MODULES): Add install-target-gperf. |
| 10275 | (CLEAN_TARGET_MODULES): Add clean-target-gperf. |
| 10276 | |
| 10277 | Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com) |
| 10278 | |
| 10279 | * config.sub (mn10200): Recognize new basic machine. |
| 10280 | |
| 10281 | Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 10282 | |
| 10283 | * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing |
| 10284 | --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough. |
| 10285 | |
| 10286 | Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 10287 | |
| 10288 | * configure.in: If we're building mips-sgi-irix6* native, turn on |
| 10289 | ENABLE_MULTILIB and set TARGET_SUBDIR. |
| 10290 | |
| 10291 | Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com> |
| 10292 | |
| 10293 | * Makefile.in (all-sn): Depend on all-grep. |
| 10294 | |
| 10295 | Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10296 | |
| 10297 | * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets. |
| 10298 | |
| 10299 | * configure: Set CFLAGS and CXXFLAGS, and substitute them into |
| 10300 | Makefile. From Jeff Makey <jeff@cts.com>. |
| 10301 | * Makefile.in: Add comment for CFLAGS and CXXFLAGS. |
| 10302 | |
| 10303 | * Makefile.in (DISTBISONFILES): Remove. |
| 10304 | (taz): Don't futz with DISTBISONFILES. Change BISON to use |
| 10305 | $(DEFAULT_YACC). |
| 10306 | |
| 10307 | * configure.in: Build itl, db, sn, etc., when building for native |
| 10308 | cygwin32. |
| 10309 | |
| 10310 | * Makefile.in (LD): New variable. |
| 10311 | (EXTRA_HOST_FLAGS): Pass down LD. |
| 10312 | ($(DO_X)): Likewise. |
| 10313 | |
| 10314 | Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com> |
| 10315 | |
| 10316 | * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh. |
| 10317 | |
| 10318 | Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com> |
| 10319 | |
| 10320 | * configure.in (targargs): Strip out any supplied --build argument |
| 10321 | before adding our own. Always add --build. |
| 10322 | |
| 10323 | Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com> |
| 10324 | |
| 10325 | * configure.in (targargs): Pass --build if we're doing |
| 10326 | a cross-compile. |
| 10327 | |
| 10328 | Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com> |
| 10329 | |
| 10330 | * configure: Use '|' instead of ":" as the separator in |
| 10331 | sed. Otherwise sed chokes on NT path names with drive |
| 10332 | designators. Also look for "?:*" as the leading characters in an |
| 10333 | absolute pathname. |
| 10334 | |
| 10335 | Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com> |
| 10336 | |
| 10337 | * config.sub: Support for r3900. |
| 10338 | |
| 10339 | Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10340 | |
| 10341 | * configure.in: Use install-sh, not install.sh. |
| 10342 | |
| 10343 | Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10344 | |
| 10345 | * Makefile.in (taz): Improve check for BISON so it doesn't try to |
| 10346 | apply it twice. |
| 10347 | |
| 10348 | Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10349 | |
| 10350 | * Makefile.in (INSTALL_MODULES): Put install-opcodes before |
| 10351 | install-binutils. |
| 10352 | |
| 10353 | Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10354 | |
| 10355 | * Makefile.in: Add automake targets. |
| 10356 | * configure.in (host_tools): Add automake. |
| 10357 | |
| 10358 | Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10359 | |
| 10360 | * configure: Default CXX to c++, not gcc. |
| 10361 | * Makefile.in (CXX): Set to c++, not gcc. |
| 10362 | (CXX_FOR_TARGET): When cross, transform c++, not gcc. |
| 10363 | |
| 10364 | Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com> |
| 10365 | |
| 10366 | * install-sh: try appending a .exe if source file doesn't |
| 10367 | exist |
| 10368 | |
| 10369 | Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com> |
| 10370 | |
| 10371 | * configure.in: Turn on multilib by default. |
| 10372 | (cross_only): Remove target-libiberty. |
| 10373 | |
| 10374 | * Makefile.in (all-gcc): Don't depend on libiberty. |
| 10375 | |
| 10376 | Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com> |
| 10377 | |
| 10378 | * config.guess: improve algorithm for recognizing Gnu Hurd x86. |
| 10379 | |
| 10380 | Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10381 | |
| 10382 | * Makefile.in (DEVO_SUPPORT): Add mpw-install. |
| 10383 | (DISTBISONFILES): Add ld/Makefile.in |
| 10384 | |
| 10385 | Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com> |
| 10386 | |
| 10387 | * configure.in: if target is cygwin32 but host isn't cygwin32, |
| 10388 | don't configure gdb tcl tk expect, not just gdb. |
| 10389 | |
| 10390 | Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com> |
| 10391 | |
| 10392 | * configure.in: Added gnuserv everywhere sn appears. |
| 10393 | |
| 10394 | * Makefile.in (ALL_MODULES): Added all-gnuserv. |
| 10395 | (CROSS_CHECK_MODULES): Added check-gnuserv. |
| 10396 | (INSTALL_MODULES): Added install-gnuserv. |
| 10397 | (CLEAN_MODULES): Added clean-gnuserv. |
| 10398 | (all-gnuserv): New target. |
| 10399 | |
| 10400 | Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org> |
| 10401 | |
| 10402 | * config.guess: Fixes for MIPS OpenBSD systems. |
| 10403 | |
| 10404 | Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10405 | |
| 10406 | * Makefile.in (INSTALL_XFORM): Remove. |
| 10407 | (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM. |
| 10408 | |
| 10409 | * mkinstalldirs: New file, copied from automake. |
| 10410 | * Makefile.in (installdirs): Rename from install-dirs. Use |
| 10411 | mkinstalldirs. Change all users. |
| 10412 | (DEVO_SUPPORT): Add mkinstalldirs. |
| 10413 | |
| 10414 | Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10415 | |
| 10416 | * install-sh: Rename from install.sh. |
| 10417 | * Makefile.in (INSTALL): Change install.sh to install-sh. |
| 10418 | (DEVO_SUPPORT): Likewise. |
| 10419 | |
| 10420 | * configure: Use ${config_shell} with ${moveifchange}. From Thomas |
| 10421 | Graichen <graichen@rzpd.de>. |
| 10422 | |
| 10423 | Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se> |
| 10424 | |
| 10425 | * config.guess: Recognize OpenBSD systems correctly. |
| 10426 | |
| 10427 | Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) |
| 10428 | |
| 10429 | * README, Makefile.in (ETC_SUPPORT): Remove references to |
| 10430 | cfg-paper*, configure.{texi,man,info*}._ |
| 10431 | |
| 10432 | Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com> |
| 10433 | |
| 10434 | * Makefile.in (all.normal): Ensure that gcc is built after all |
| 10435 | the x11 - ie gdb - targets. |
| 10436 | |
| 10437 | Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de> |
| 10438 | |
| 10439 | * makefile.vms: Don't run conf-a-gas. |
| 10440 | |
| 10441 | Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com> |
| 10442 | |
| 10443 | * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*. |
| 10444 | |
| 10445 | Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com> |
| 10446 | |
| 10447 | * configure.in: Remove noconfigdirs case since gdb also |
| 10448 | configures and builds for tic80-coff. |
| 10449 | |
| 10450 | Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10451 | |
| 10452 | * configure: Set cache_file to config.cache. |
| 10453 | * Makefile.in (local-distclean): Remove config.cache. |
| 10454 | |
| 10455 | Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10456 | |
| 10457 | * COPYING: Update FSF address. |
| 10458 | |
| 10459 | Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com> |
| 10460 | |
| 10461 | * configure.in (tic80-*-*): Remove G++ libraries and libgloss from |
| 10462 | noconfigdirs. |
| 10463 | |
| 10464 | Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10465 | |
| 10466 | * Makefile.in (install-dirs): Don't crash if prefix, and hence |
| 10467 | MAKEDIRS, is empty. |
| 10468 | |
| 10469 | Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com> |
| 10470 | |
| 10471 | * config.sub: Tweak mn10300 entry. |
| 10472 | |
| 10473 | Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com> |
| 10474 | |
| 10475 | * configure.in (host_tools): Put sim before gdb, so gdb's |
| 10476 | configure.tgt can determine if the simulator was configured. |
| 10477 | |
| 10478 | Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com> |
| 10479 | |
| 10480 | * config.sub: Move BeOS $os case to be with other Cygnus |
| 10481 | local cases. |
| 10482 | |
| 10483 | Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com> |
| 10484 | |
| 10485 | * config.sub: Remove misplaced comment that broke Linux. |
| 10486 | |
| 10487 | Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com> |
| 10488 | |
| 10489 | * config.sub: Add BeOS support. |
| 10490 | |
| 10491 | Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com> |
| 10492 | |
| 10493 | * Makefile.in (CHECK_X11_MODULES): Don't run check-tk. |
| 10494 | |
| 10495 | Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com> |
| 10496 | |
| 10497 | * configure.in (noconfigdirs): Remove tcl and tk from |
| 10498 | noconfigdirs for cygwin32 builds. |
| 10499 | |
| 10500 | Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com> |
| 10501 | |
| 10502 | * configure.in (tic80-*-*): Remove ld from noconfigdirs. |
| 10503 | |
| 10504 | Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com> |
| 10505 | |
| 10506 | * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove |
| 10507 | make-all.com, use makefile.vms instead. |
| 10508 | |
| 10509 | Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com> |
| 10510 | |
| 10511 | * config.sub: Accept -lnews*. |
| 10512 | |
| 10513 | Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au> |
| 10514 | |
| 10515 | * configure.in (noconfigdirs): Disable target-newlib, |
| 10516 | target-examples and target-libiberty for d30v. |
| 10517 | |
| 10518 | Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com> |
| 10519 | |
| 10520 | * configure.in (noconfigdirs): Enable ld for d30v. |
| 10521 | |
| 10522 | Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com> |
| 10523 | |
| 10524 | * configure.in (tic80-*-*): Build compiler. |
| 10525 | |
| 10526 | Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com> |
| 10527 | |
| 10528 | * configure.in (d30v-*): Remove sim directory from list of |
| 10529 | unsupported d30v directories |
| 10530 | |
| 10531 | Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com> |
| 10532 | |
| 10533 | * config.sub, configure.in: Add d30v target cpu. |
| 10534 | |
| 10535 | Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de> |
| 10536 | |
| 10537 | * makefile.vms: New file. |
| 10538 | * make-all.com: Remove. |
| 10539 | |
| 10540 | Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com> |
| 10541 | |
| 10542 | * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS. |
| 10543 | |
| 10544 | Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com> |
| 10545 | |
| 10546 | * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl. |
| 10547 | |
| 10548 | Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com> |
| 10549 | |
| 10550 | * Makefile.in (ALL_MODULES): Added all-db. |
| 10551 | (CROSS_CHECK_MODULES): Addec check-db. |
| 10552 | (INSTALL_MODULES): Added install-db. |
| 10553 | (CLEAN_MODULES): Added clean-db. |
| 10554 | |
| 10555 | Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10556 | |
| 10557 | * config.guess: Merge with latest FSF sources. |
| 10558 | |
| 10559 | Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com> |
| 10560 | |
| 10561 | * Makefile.in (ALL_MODULES): Added all-itcl. |
| 10562 | (CROSS_CHECK_MODULES): Added check-itcl. |
| 10563 | (INSTALL_MODULES): Added install-itcl. |
| 10564 | (CLEAN_MODULES): Added clean-itcl. |
| 10565 | |
| 10566 | Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com> |
| 10567 | |
| 10568 | * configure.in: build gdb for mn10200 |
| 10569 | |
| 10570 | Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com> |
| 10571 | |
| 10572 | * Makefile.in (all-target-winsup): Depend on all-target-libio. |
| 10573 | |
| 10574 | Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com> |
| 10575 | |
| 10576 | * configure.in (tic80-*-*): Turn off most targets right now. |
| 10577 | |
| 10578 | Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com> |
| 10579 | |
| 10580 | * Makefile.in (MAKEINFO): Check for the existence of the Makefile, |
| 10581 | rather than the makeinfo program. |
| 10582 | (do-info): Depend upon all-texinfo. |
| 10583 | |
| 10584 | Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10585 | |
| 10586 | * configure.in: Remove uses of config/mh-linux. |
| 10587 | |
| 10588 | * config.sub, config.guess: Merge with latest FSF sources. |
| 10589 | |
| 10590 | Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com> |
| 10591 | |
| 10592 | * config.sub (case $basic_machine): Add tic80 entries. |
| 10593 | |
| 10594 | Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10595 | |
| 10596 | * config.sub, config.guess: Merge with latest FSF sources. |
| 10597 | |
| 10598 | Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 10599 | |
| 10600 | * mpw-build.in: Build ld before gcc, use NewFolderRecursive. |
| 10601 | * mpw-config.in: Test for NewFolderRecursive. |
| 10602 | * mpw-install: Use symbolic name for startup filename. |
| 10603 | * mpw-README: Add various additional details. |
| 10604 | |
| 10605 | Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com> |
| 10606 | |
| 10607 | * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs. |
| 10608 | |
| 10609 | Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com) |
| 10610 | |
| 10611 | * configure.in: Do build gcc and the target libraries for |
| 10612 | the mn10200. |
| 10613 | |
| 10614 | Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com> |
| 10615 | |
| 10616 | * configure.in: don't avoid building gdb for mn10300 any more |
| 10617 | * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS |
| 10618 | instead of single-quoting it. |
| 10619 | |
| 10620 | Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com> |
| 10621 | |
| 10622 | * configure.in: Don't use --with-stabs on IRIX 6. |
| 10623 | |
| 10624 | Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com> |
| 10625 | |
| 10626 | * configure.in (m32r): Build gdb, libg++ now. |
| 10627 | |
| 10628 | Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
| 10629 | |
| 10630 | * configure.in (mips*-sgi-irix6*): Remove gdb and related |
| 10631 | directories from noconfigdirs. |
| 10632 | |
| 10633 | Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com> |
| 10634 | |
| 10635 | * config.sub (basic_machine): added mips16 configuration |
| 10636 | |
| 10637 | Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 10638 | |
| 10639 | * config.sub: Handle d10v-unknown. |
| 10640 | |
| 10641 | Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com> |
| 10642 | |
| 10643 | * config.sub: Handle v850-unknown. |
| 10644 | |
| 10645 | Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com> |
| 10646 | |
| 10647 | * Makefile.in: add findutils |
| 10648 | * configure.in: add findutils to list of host_tools |
| 10649 | |
| 10650 | Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com) |
| 10651 | |
| 10652 | * config.sub: Handle mn10200 and mn10300. |
| 10653 | |
| 10654 | Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 10655 | |
| 10656 | * configure.in (d10v-*): Do not build librx. |
| 10657 | |
| 10658 | Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com) |
| 10659 | |
| 10660 | * configure.in (mn10300): Build everything except gdb & libgloss. |
| 10661 | |
| 10662 | Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com> |
| 10663 | |
| 10664 | * config.guess: Patch for Dansk Data Elektronik servers, |
| 10665 | from Niels Skou Olsen <nso@dde.dk>. |
| 10666 | |
| 10667 | For ncr, use /bin/uname rather than uname, since GNU uname does not |
| 10668 | support -p. Suggested by Mark Mitchell <mmitchell@usa.net>. |
| 10669 | |
| 10670 | Patch for MIPS R4000 running System V, |
| 10671 | from Eric S. Raymond <esr@snark.thyrsus.com>. |
| 10672 | |
| 10673 | Fix thinko for nextstep. |
| 10674 | |
| 10675 | Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn. |
| 10676 | |
| 10677 | Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu> |
| 10678 | * config.guess: Guess mips-dec-mach_bsd4.3. |
| 10679 | |
| 10680 | Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com> |
| 10681 | * config.guess (i?86-ncr-sysv*): Emit just enough of the minor |
| 10682 | release numbers. |
| 10683 | * config.guess (mips-mips-riscos*): Emit just enough of the |
| 10684 | release number. |
| 10685 | |
| 10686 | Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com> |
| 10687 | * config.guess (sparc-auspex-sunos*): Added. |
| 10688 | (f300-fujitsu-*): Added. |
| 10689 | |
| 10690 | Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com> |
| 10691 | * config.guess: Recognize a Tadpole as a sparc. |
| 10692 | |
| 10693 | Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu> |
| 10694 | |
| 10695 | * config.guess: Don't assume that NextStep version is either 2 or |
| 10696 | 3. NextStep 4 (aka OpenStep 4) has come out now. |
| 10697 | |
| 10698 | Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu> |
| 10699 | |
| 10700 | * config.guess: Support Cray T90 that reports itself as "CRAY TS". |
| 10701 | From Rik Faith <faith@cs.unc.edu>. |
| 10702 | |
| 10703 | Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> |
| 10704 | |
| 10705 | * config.sub: Contributions from bug-gnu-utils to: |
| 10706 | Support plain "hppa" (no version given) architecture, reported by |
| 10707 | OpenStep. |
| 10708 | OpenBSD like NetBSD. |
| 10709 | LynxOs is not a hardware supplier. |
| 10710 | |
| 10711 | * config.guess: Contributions from bug-gnu-utils to add support for: |
| 10712 | OpenBSD like NetBSD. |
| 10713 | Stratus systems. |
| 10714 | More Pyramid systems. |
| 10715 | i[n>4]86 Intel chips. |
| 10716 | M680[n>4]0 Motorola chips. |
| 10717 | Use unknown instead of lynx for hardware manufacturer. |
| 10718 | |
| 10719 | Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 10720 | |
| 10721 | * install.sh (chmodcmd): Set to null if the DST directory already |
| 10722 | exists. |
| 10723 | |
| 10724 | Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 10725 | |
| 10726 | * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do |
| 10727 | not use mt-ppc target Makefile fragment any more. |
| 10728 | |
| 10729 | Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com) |
| 10730 | |
| 10731 | * configure.in (*-*-windows): Exclude everything but those dirs |
| 10732 | needed to build windows. |
| 10733 | |
| 10734 | Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com> |
| 10735 | |
| 10736 | * Makefile.in (all-target-winsup): Depend on all-target-librx. |
| 10737 | |
| 10738 | Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com) |
| 10739 | |
| 10740 | * configure.in: Exclude mmalloc from i386-windows. |
| 10741 | |
| 10742 | Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com) |
| 10743 | |
| 10744 | * Undo my previous change. |
| 10745 | |
| 10746 | Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10747 | |
| 10748 | * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET |
| 10749 | unconditionally. |
| 10750 | (MAKEOVERRIDES): Define (revert this part of October 18 change). |
| 10751 | |
| 10752 | Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com) |
| 10753 | |
| 10754 | * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the |
| 10755 | host to add it's own flags. |
| 10756 | |
| 10757 | Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10758 | |
| 10759 | * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET. |
| 10760 | |
| 10761 | Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10762 | |
| 10763 | * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile. |
| 10764 | (CXX_FOR_TARGET): Likewise. |
| 10765 | (GCC_FOR_TARGET): Define. |
| 10766 | (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET. |
| 10767 | (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether |
| 10768 | CC_FOR_TARGET was specified on the command line. |
| 10769 | (MAKEOVERRIDES): Don't define. |
| 10770 | |
| 10771 | Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com> |
| 10772 | |
| 10773 | * configure.in (m32r): Fix spelling of libg++ libs. |
| 10774 | |
| 10775 | Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 10776 | |
| 10777 | * config.sub (-apple*): Remove, now redundant. |
| 10778 | |
| 10779 | Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10780 | |
| 10781 | * configure: Don't get confused by CPU-VENDOR-linux-gnu. |
| 10782 | |
| 10783 | * configure: Rework yesterday's sed script patch. |
| 10784 | |
| 10785 | * config.sub: Merge with FSF. |
| 10786 | |
| 10787 | Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com> |
| 10788 | |
| 10789 | * config.guess: Merge from FSF. |
| 10790 | |
| 10791 | 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> |
| 10792 | * config.guess: Use pc instead of unknown, for pc clone systems. |
| 10793 | Change linux to linux-gnu. |
| 10794 | |
| 10795 | Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> |
| 10796 | * config.guess: Avoid non-portable tr syntax. |
| 10797 | |
| 10798 | Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com) |
| 10799 | |
| 10800 | * test-build.mk (HOLES): Add "xargs" for gdb. |
| 10801 | |
| 10802 | * configure: Avoid hpux10.20 sed bug. |
| 10803 | |
| 10804 | Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com) |
| 10805 | |
| 10806 | * configure.in: Add support for windows host |
| 10807 | (that is a build done under the Microsoft build environment). |
| 10808 | |
| 10809 | Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10810 | |
| 10811 | * Makefile.in: Replace all uses of srcroot with s, to shrink |
| 10812 | command line lengths. |
| 10813 | |
| 10814 | Patches from Geoffrey Noer <noer@cygnus.com>: |
| 10815 | * configure.in: If configuring for newlib, pass --with-newlib to |
| 10816 | subdirectories. |
| 10817 | * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a |
| 10818 | -Bnewlib/ and -Lwinsup to gcc. |
| 10819 | (CXX_FOR_TARGET): Likewise. |
| 10820 | |
| 10821 | Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10822 | |
| 10823 | * Makefile.in (ETC_SUPPORT): Add configure. |
| 10824 | |
| 10825 | Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com) |
| 10826 | |
| 10827 | * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux |
| 10828 | host configuration file. |
| 10829 | |
| 10830 | Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com) |
| 10831 | |
| 10832 | * configure.in: Break mn10x00 support into separate |
| 10833 | mn10200 and mn10300 configurations. |
| 10834 | * config.sub: Likewise. |
| 10835 | |
| 10836 | Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com) |
| 10837 | |
| 10838 | * configure.in: Add lots of stuff to noconfigdirs for |
| 10839 | the mn10x00 targets. |
| 10840 | |
| 10841 | * config.sub, configure.in: Add mn10x00 support. |
| 10842 | |
| 10843 | Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de> |
| 10844 | |
| 10845 | * make-all.com: Call conf-a-gas, not config-a-gas. |
| 10846 | |
| 10847 | Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk> |
| 10848 | |
| 10849 | * configure.in (noconfigdirs): Don't build libgloss for arm-coff |
| 10850 | targets. |
| 10851 | |
| 10852 | Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 10853 | |
| 10854 | * mpw-README: Add much more detail for native PowerMac. |
| 10855 | * mpw-install: New file. |
| 10856 | * mpw-configure: Add --norecursion and --help options. |
| 10857 | * mpw-config.in: Translate readme and install files when |
| 10858 | copying to objdir. |
| 10859 | * mpw-build.in: Don't always depend on byacc and flex. |
| 10860 | (install-only-top): New action. |
| 10861 | |
| 10862 | Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com) |
| 10863 | |
| 10864 | * configure.in: You can now configure GDB for the v850. |
| 10865 | |
| 10866 | Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 10867 | |
| 10868 | * configure.in (noconfigdirs): Don't configure any C++ dirs |
| 10869 | if targeting D10V. |
| 10870 | |
| 10871 | Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10872 | |
| 10873 | * config.sub: Recognize mips64vr5000. |
| 10874 | |
| 10875 | Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10876 | |
| 10877 | * configure.in: Use a single line for host_tools and native_only. |
| 10878 | |
| 10879 | Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com> |
| 10880 | |
| 10881 | * config.sub, configure.in: Add entries for m32r. |
| 10882 | |
| 10883 | Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com> |
| 10884 | |
| 10885 | * Makefile.in (inet-install): Don't run install-gzip. |
| 10886 | |
| 10887 | Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com) |
| 10888 | |
| 10889 | * configure.in: Don't config lots of things for *-*-windows*. |
| 10890 | |
| 10891 | Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 10892 | |
| 10893 | * mpw-config.in: Test for mpw-true, true, and null-command scripts. |
| 10894 | (host_libs, host_tools): Copy from configure.in. |
| 10895 | * mpw-configure: Don't complain about directories not found. |
| 10896 | |
| 10897 | Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 10898 | |
| 10899 | * configure.in (i[345]86): Recognize i686 for pentium pro. |
| 10900 | (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration |
| 10901 | file. |
| 10902 | |
| 10903 | * config.guess (i[345]86): Ditto. |
| 10904 | |
| 10905 | Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com> |
| 10906 | |
| 10907 | * configure.in (noconfigdirs): Removed gdb for D10V. |
| 10908 | |
| 10909 | Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com) |
| 10910 | |
| 10911 | * configure.in: Remove ld, target-libio, target-libg++, and |
| 10912 | target-libstdc++ from noconfigdirs. |
| 10913 | |
| 10914 | Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com> |
| 10915 | |
| 10916 | * configure: Fix three locations where shell scripts were |
| 10917 | being run directly rather than with config_shell. |
| 10918 | |
| 10919 | Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com> |
| 10920 | |
| 10921 | * configure.in (v850-*-*): Set up initial $noconfigdirs. |
| 10922 | * config.sub (basic_machine): Recognize v850. |
| 10923 | |
| 10924 | Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 10925 | |
| 10926 | * mpw-configure: Handle multiple enable/disable options and |
| 10927 | pass them down recursively, handle -c and -s flags appropriately |
| 10928 | depending on choice of compiler, add escape mechanism for |
| 10929 | quoted arguments to gC. |
| 10930 | |
| 10931 | Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 10932 | |
| 10933 | * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and |
| 10934 | solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS |
| 10935 | so that -mrelocatable-lib and -mno-eabi are used. |
| 10936 | |
| 10937 | * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does |
| 10938 | not support --print-multi-lib, don't abort. |
| 10939 | |
| 10940 | Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de> |
| 10941 | |
| 10942 | * make-all.com: Run config-a-gas. |
| 10943 | * setup.com: Don't copy subdirectory files around. |
| 10944 | |
| 10945 | Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com> |
| 10946 | |
| 10947 | * configure.in (*-*-ose): Remove exclusion of libgloss for this |
| 10948 | target, it now compiles correctly. |
| 10949 | |
| 10950 | Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 10951 | |
| 10952 | * mpw-config.in: Generate Mac include for elf/dwarf2.h. |
| 10953 | |
| 10954 | Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com> |
| 10955 | |
| 10956 | * configure.in (d10v-*-*): Remove ld from $noconfigdirs. |
| 10957 | |
| 10958 | Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 10959 | |
| 10960 | * configure.in (native_only): Add prms. |
| 10961 | |
| 10962 | Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com> |
| 10963 | |
| 10964 | * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com. |
| 10965 | (BINUTILS_SUPPORT_DIRS): Likewise. |
| 10966 | |
| 10967 | Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 10968 | |
| 10969 | * configure.in (d10v-*-*): Don't configure ld or gdb until the |
| 10970 | d10v support is added. |
| 10971 | |
| 10972 | Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com> |
| 10973 | |
| 10974 | * configure.in (d10v-*-*): New target. |
| 10975 | |
| 10976 | Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com) |
| 10977 | |
| 10978 | * config.guess (HP 9000/811): Recognize this as a PA1.1 |
| 10979 | machine. |
| 10980 | |
| 10981 | Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com> |
| 10982 | |
| 10983 | * Makefile.in (do-tar-gz): New target, split out from tail end of |
| 10984 | taz target. Run each command separately, don't use pipes. |
| 10985 | (taz): Use it. |
| 10986 | |
| 10987 | Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 10988 | |
| 10989 | * mpw-configure: Look for g-mpw-make.sed in config/mpw. |
| 10990 | * mpw-build.in: No builds should depend on building byacc or flex, |
| 10991 | they are assumed to be installed already. |
| 10992 | |
| 10993 | Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 10994 | |
| 10995 | * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment |
| 10996 | variable that CC_FOR_TARGET needs. |
| 10997 | |
| 10998 | Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 10999 | |
| 11000 | * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib |
| 11001 | options have changed since the last time the subdirectory was |
| 11002 | configured, and if it has, reconfigure. |
| 11003 | (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which |
| 11004 | CONFIGURE_TARGET_MODULES uses to remember the old multilib options. |
| 11005 | |
| 11006 | Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com> |
| 11007 | |
| 11008 | * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES, |
| 11009 | CLEAN_MODULES): Add bash. |
| 11010 | (all-bash): New target. |
| 11011 | |
| 11012 | Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com> |
| 11013 | |
| 11014 | * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5. |
| 11015 | |
| 11016 | Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11017 | |
| 11018 | * config.sub (basic_machine): Recognize d10v as a valid processor. |
| 11019 | |
| 11020 | Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 11021 | |
| 11022 | * mpw-configure: Add support for --bindir. |
| 11023 | * mpw-build.in: Use a GCC-specific build script for GCC actions. |
| 11024 | |
| 11025 | Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com> |
| 11026 | |
| 11027 | * configure.in: add bash, time, gawk to list of hosttools and things |
| 11028 | to only build for native toolchains |
| 11029 | |
| 11030 | Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) |
| 11031 | |
| 11032 | * Makefile.in (docdir): Remove. |
| 11033 | |
| 11034 | Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) |
| 11035 | |
| 11036 | * Makefile.in (datadir): Set to $(prefix)/share. |
| 11037 | |
| 11038 | Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com> |
| 11039 | |
| 11040 | * configure.in: build diff and patch for cygwin32-hosted |
| 11041 | toolchains. |
| 11042 | |
| 11043 | Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil> |
| 11044 | |
| 11045 | * config.sub: Accept -rtems*. |
| 11046 | |
| 11047 | Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com> |
| 11048 | |
| 11049 | * configure.in: enable dosrel for cygwin32-hosted builds, |
| 11050 | remove diff from the list of things not buildable |
| 11051 | via Canadian Cross |
| 11052 | |
| 11053 | Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com> |
| 11054 | |
| 11055 | * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we |
| 11056 | don't get ". ". |
| 11057 | |
| 11058 | Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com> |
| 11059 | |
| 11060 | * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately. |
| 11061 | |
| 11062 | Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com> |
| 11063 | |
| 11064 | * Makefile.in (taz): Handle case where tex3patch didn't even get |
| 11065 | checked out. Also, if it was found, put the symlink in a new util |
| 11066 | subdirectory. |
| 11067 | |
| 11068 | Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11069 | |
| 11070 | * config.guess (*:Linux:*:*): Add support for PowerPC Linux. |
| 11071 | |
| 11072 | Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de) |
| 11073 | |
| 11074 | * config.sub: Recognize -openvms. |
| 11075 | * configure.in (alpha*-*-*vms*): Set noconfigdirs. |
| 11076 | * make-all.com, setup.com: New files. |
| 11077 | |
| 11078 | Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com> |
| 11079 | |
| 11080 | * Makefile.in (taz): tex3patch moved to texinfo/util. |
| 11081 | |
| 11082 | Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com> |
| 11083 | |
| 11084 | * configure: enable_gdbtk=no for cygwin32-hosted toolchains |
| 11085 | * configure.in: remove make from disable-if-Can-Cross list |
| 11086 | enable gdb if ${host} and ${target} are cygwin32 |
| 11087 | |
| 11088 | Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com> |
| 11089 | |
| 11090 | * config.guess (i?86-ncr-sysv*): Emit minor release numbers. |
| 11091 | Recognize the NCR 4850 machine and NCR Pentium-based platforms. |
| 11092 | |
| 11093 | Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu> |
| 11094 | |
| 11095 | * config.guess: Combine mips-mips-riscos cases, and use cpp to |
| 11096 | distinguish sysv/svr4/bsd variants. |
| 11097 | Based on a patch from Harlan Stenn <harlan@pfcs.com>. |
| 11098 | |
| 11099 | Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com> |
| 11100 | |
| 11101 | * configure.in: Added copyright notice. |
| 11102 | * move-if-change: Added copyright notice. |
| 11103 | |
| 11104 | Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11105 | |
| 11106 | * configure.in (powerpcle-*-solaris*): Until we get shared |
| 11107 | libraries working, don't build gdb, sim, make, tcl, tk, or |
| 11108 | expect. |
| 11109 | |
| 11110 | Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com> |
| 11111 | |
| 11112 | * config.guess: Merge with FSF: |
| 11113 | |
| 11114 | Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> |
| 11115 | * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux. |
| 11116 | |
| 11117 | Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> |
| 11118 | * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110. |
| 11119 | |
| 11120 | Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu> |
| 11121 | * config.guess: Combine two OSF1 rules. |
| 11122 | Also recognize field test versions. From mjr@zk3.dec.com. |
| 11123 | * config.guess (dgux): Use /usr/bin/uname rather than uname, |
| 11124 | because GNU uname does not support -p. From pmr@pajato.com. |
| 11125 | |
| 11126 | Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com> |
| 11127 | |
| 11128 | * Makefile.in (MAKEDIRS): Removed $(tooldir). |
| 11129 | |
| 11130 | Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 11131 | |
| 11132 | * mpw-README: Document GCCIncludes. |
| 11133 | |
| 11134 | Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com> |
| 11135 | |
| 11136 | * configure.in (alpha-*-linux*): Set enable_shared to yes. |
| 11137 | |
| 11138 | Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 11139 | |
| 11140 | * mpw-configure: Handle --enable-FOO and --disable-FOO. |
| 11141 | |
| 11142 | Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com> |
| 11143 | |
| 11144 | * configure.in (*-*-cygwin32): Configure make. |
| 11145 | |
| 11146 | Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com> |
| 11147 | |
| 11148 | * Makefile.in (inet-install): Quote value of INSTALL_MODULES. |
| 11149 | |
| 11150 | Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com> |
| 11151 | |
| 11152 | * Makefile.in (all-inet): Depend on all-perl. |
| 11153 | |
| 11154 | * Makefile.in (inet-install): New target. |
| 11155 | |
| 11156 | * Makefile.in (all-inet): Depend on all-tcl. |
| 11157 | (all-inet): Depend on all-send-pr. |
| 11158 | |
| 11159 | Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11160 | |
| 11161 | * configure.in (powerpcle-*-solaris*): Turn off tk and tcl |
| 11162 | temporarily. |
| 11163 | |
| 11164 | Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11165 | |
| 11166 | * configure.in: Don't configure --with-gnu-ld on AIX. |
| 11167 | |
| 11168 | Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net> |
| 11169 | |
| 11170 | * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily. |
| 11171 | |
| 11172 | Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com> |
| 11173 | |
| 11174 | * Makefile.in (ALL_MODULES): Added all-inet. |
| 11175 | (CROSS_CHECK_MODULES): Added check-inet. |
| 11176 | (INSTALL_MODULES): Added install-inet. |
| 11177 | (CLEAN_MODULES): Added clean-inet. |
| 11178 | (all-indent): New target. |
| 11179 | |
| 11180 | * configure.in (host_tools): Added inet. |
| 11181 | (native_only): Added inet. |
| 11182 | (noconfigdirs): Added inet. |
| 11183 | |
| 11184 | Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11185 | |
| 11186 | * configure.in: Don't configure libgloss if we are not configuring |
| 11187 | newlib. |
| 11188 | |
| 11189 | Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com> |
| 11190 | |
| 11191 | * configure.in: Don't configure libgloss for unsupported |
| 11192 | architectures. |
| 11193 | |
| 11194 | Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11195 | |
| 11196 | * Makefile.in (CLEAN_MODULES): Add clean-apache. |
| 11197 | |
| 11198 | Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com> |
| 11199 | |
| 11200 | * Makefile.in (ALL_MODULES): Include all-apache. |
| 11201 | (CROSS_CHECK_MODULES): Include check-apache. |
| 11202 | (INSTALL_MODULES): Include install-apache. |
| 11203 | (all-apache): New target. |
| 11204 | |
| 11205 | * configure.in: Added apache everywhere perl is seen. |
| 11206 | |
| 11207 | Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11208 | |
| 11209 | * Makefile.in: Add support for clean-{module} and |
| 11210 | clean-target-{module} rules. |
| 11211 | |
| 11212 | Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com> |
| 11213 | |
| 11214 | * configure.in (*-*-ose) do not build libgloss. |
| 11215 | |
| 11216 | Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11217 | |
| 11218 | * config.guess (prep*:SunOS:5.*:*): Turn into |
| 11219 | powerpele-unknown-solaris2. |
| 11220 | |
| 11221 | Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11222 | |
| 11223 | * configure.in: Permit --enable-shared to specify a list of |
| 11224 | directories. |
| 11225 | |
| 11226 | Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11227 | |
| 11228 | * configure.in (host==solaris): Pass only the first word of $CC |
| 11229 | to /usr/bin/which when checking if we're using /usr/ccs/bin/cc. |
| 11230 | |
| 11231 | Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11232 | |
| 11233 | * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE). |
| 11234 | |
| 11235 | Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com> |
| 11236 | |
| 11237 | * Makefile.in (ALL_MODULES): Include all-perl. |
| 11238 | (CROSS_CHECK_MODULES): Include check-perl. |
| 11239 | (INSTALL_MODULES): Include install-perl. |
| 11240 | (ALL_X11_MODULES): Include all-guile. |
| 11241 | (CHECK_X11_MODULES): Include check-guile. |
| 11242 | (INSTALL_X11_MODULES): Include install-guile. |
| 11243 | (all-perl): New target. |
| 11244 | (all-guile): New target. |
| 11245 | |
| 11246 | * configure.in (host_tools): Include perl and guile. |
| 11247 | (native_only): Include perl and guile. |
| 11248 | (noconfigdirs): Don't build guile and perl; no ports have been |
| 11249 | done. |
| 11250 | |
| 11251 | Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au> |
| 11252 | |
| 11253 | * configure (--enable-*): Handle quoted option lists such as |
| 11254 | --enable-sim-cflags='-g0 -O' better. |
| 11255 | |
| 11256 | Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11257 | |
| 11258 | * Makefile.in ({,inst}all-target): New rule so we can make and |
| 11259 | install all of the target directories easily. |
| 11260 | |
| 11261 | Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
| 11262 | |
| 11263 | * configure.in: Add missing global flag in sed substitution when |
| 11264 | deleting `target-' from ${configdirs}. |
| 11265 | |
| 11266 | Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11267 | |
| 11268 | * Makefile.in (DO_X): Don't get confused if CC contains `=' in an |
| 11269 | option. |
| 11270 | |
| 11271 | * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of |
| 11272 | config/mh-necv4. |
| 11273 | |
| 11274 | * install.sh: Correct misspelling of transformbasename. |
| 11275 | |
| 11276 | * config.guess: Recognize mips-*-sysv*. |
| 11277 | |
| 11278 | Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com> |
| 11279 | |
| 11280 | * config.sub: Recognize mon960. |
| 11281 | |
| 11282 | Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11283 | |
| 11284 | * configure: Restore Canadian Cross handling of BISON and LEX, |
| 11285 | removed in Feb 20 change. |
| 11286 | |
| 11287 | Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com> |
| 11288 | |
| 11289 | * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>: |
| 11290 | Mention make install. Remove the old copyright date as well the |
| 11291 | clumsy and rather pointless copyright on the README file. |
| 11292 | |
| 11293 | Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11294 | |
| 11295 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a |
| 11296 | Makefile after running symlink-tree, then run `make distclean' to |
| 11297 | avoid clobbering any generated files in srcdir. |
| 11298 | |
| 11299 | Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com> |
| 11300 | |
| 11301 | * configure.in (m68k-*-netbsd*): Build everything now. |
| 11302 | |
| 11303 | Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com> |
| 11304 | |
| 11305 | * Makefile.in (taz): Fix quoting. |
| 11306 | |
| 11307 | Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com> |
| 11308 | |
| 11309 | * configure.in (sparclet-*-*): Build everything now. |
| 11310 | |
| 11311 | Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
| 11312 | |
| 11313 | * configure.in (m68k-*-linux*): New host. |
| 11314 | |
| 11315 | Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11316 | |
| 11317 | * configure: Check for bison before byacc. |
| 11318 | |
| 11319 | Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com) |
| 11320 | |
| 11321 | * Makefile.in configure: Change the way LEX and BISON/YACC are |
| 11322 | set. configure now defines DEFAULT_LEX and DEFAULT_YACC by |
| 11323 | searching PATH. These are used as fallbacks by Makefile.in if |
| 11324 | flex/bison/byacc aren't in objdir. |
| 11325 | |
| 11326 | Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11327 | |
| 11328 | * Makefile.in: Make everything which depends upon all-bfd also |
| 11329 | depend upon all-opcodes, in case --with-commonbfdlib is used. |
| 11330 | |
| 11331 | Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11332 | |
| 11333 | * configure.in (host *-*-cygwin32): Don't build gdb if we are |
| 11334 | building NT native compilers on Unix. |
| 11335 | |
| 11336 | Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11337 | |
| 11338 | * configure.in: Don't get CC from the host Makefile fragment if we |
| 11339 | can find gcc in PATH, or if this is a Canadian Cross. Move the |
| 11340 | Solaris test for /usr/ucb/cc to the post target script, just after |
| 11341 | the compiler sanity test. |
| 11342 | |
| 11343 | Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11344 | |
| 11345 | * config.sub: Merge with FSF. |
| 11346 | |
| 11347 | Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11348 | |
| 11349 | * Makefile.in (RPATH_ENVVAR): New variable. |
| 11350 | (REALLY_SET_LIB_PATH): Use it. |
| 11351 | * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH. |
| 11352 | |
| 11353 | Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com> |
| 11354 | |
| 11355 | * config.sub, configure.in: Recognize sparclet cpu. |
| 11356 | |
| 11357 | Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de> |
| 11358 | |
| 11359 | * config.guess: Support m68k-cbm-sysv4. |
| 11360 | |
| 11361 | Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
| 11362 | |
| 11363 | * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and |
| 11364 | m68k-unknown-linuxaout from linker help string. Put quotes around |
| 11365 | $ld_help_string. |
| 11366 | |
| 11367 | Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com> |
| 11368 | |
| 11369 | * config.guess (powerpc-harris-powerunix): Add guess for port |
| 11370 | to new target. |
| 11371 | |
| 11372 | Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 11373 | |
| 11374 | * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version. |
| 11375 | |
| 11376 | Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11377 | |
| 11378 | * configure.in: If --enable-shared was used, set SET_LIB_PATH to |
| 11379 | $(REALLY_SET_LIB_PATH) in Makefile. |
| 11380 | * Makefile.in (SET_LIB_PATH): New variable. |
| 11381 | (REALLY_SET_LIB_PATH): New variable. |
| 11382 | ($(DO_X)): Use $(SET_LIB_PATH). |
| 11383 | (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise. |
| 11384 | ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise. |
| 11385 | ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise. |
| 11386 | ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise. |
| 11387 | ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise. |
| 11388 | ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise. |
| 11389 | (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise. |
| 11390 | (install-dosrel): Likewise. |
| 11391 | (all-opcodes): Depend upon all-libiberty. |
| 11392 | |
| 11393 | Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com> |
| 11394 | |
| 11395 | * config.guess (*:CYGWIN*): New |
| 11396 | |
| 11397 | Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11398 | |
| 11399 | * Makefile.in (all-target-winsup): All all-target-libiberty. |
| 11400 | |
| 11401 | Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11402 | |
| 11403 | * configure.in (noconfigdirs): Add missing # in front of comment. |
| 11404 | |
| 11405 | Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com> |
| 11406 | |
| 11407 | * configure.in: add second pass to things added to noconfigdirs |
| 11408 | so *-gm-magic can exclude libgloss properly. |
| 11409 | |
| 11410 | Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 11411 | |
| 11412 | * mpw-configure (extralibs_name, rez_name): Set correctly |
| 11413 | for MWC68K compiler. |
| 11414 | |
| 11415 | * mpw-README: Add more info on the necessary build tools. |
| 11416 | |
| 11417 | Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com> |
| 11418 | |
| 11419 | * configure.in, config.sub: Recognize cygwin32. |
| 11420 | |
| 11421 | Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu> |
| 11422 | |
| 11423 | * config.guess, config.sub: Recognize A/UX. |
| 11424 | |
| 11425 | Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11426 | |
| 11427 | * config.sub: Merge with gcc/config.sub. |
| 11428 | |
| 11429 | Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com> |
| 11430 | |
| 11431 | * mpw-build.in (do-binutils): Add build of stamps. |
| 11432 | |
| 11433 | Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk> |
| 11434 | |
| 11435 | * config.sub: Add recognition for mips64vr4100*-* targets. |
| 11436 | |
| 11437 | Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 11438 | |
| 11439 | * test-build.mk: Add checking of `hpux9' rather than just `hpux'. |
| 11440 | Add creation of gconfigargs with `--enable-shared' turned on. |
| 11441 | ($(host)-stamp-stage2-configured): Pass $(gconfigargs). |
| 11442 | ($(host)-stamp-stage3-configured): Likewise. |
| 11443 | (HOLES): Add chatr and ldd. |
| 11444 | (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS. |
| 11445 | |
| 11446 | Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se> |
| 11447 | |
| 11448 | * configure: Pass --nfp to recursive configures. |
| 11449 | |
| 11450 | Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com> |
| 11451 | |
| 11452 | * Makefile.in (DLLTOOL): New. |
| 11453 | (DLLTOOL_FOR_TARGET): New. |
| 11454 | (EXTRA_HOST_FLAGS): Pass down DLLTOOL. |
| 11455 | (EXTRA_TARGET_FLAGS): Ditto. |
| 11456 | (EXTRA_GCC_FLAGS): Ditto. |
| 11457 | (CONFIGURE_TARGET_MODULES): Ditto. |
| 11458 | (DO_X): Ditto. |
| 11459 | * configure: Add DLLTOOL. |
| 11460 | |
| 11461 | Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com> |
| 11462 | |
| 11463 | SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>: |
| 11464 | * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of |
| 11465 | mh-sco, since old workarounds no longer needed, and don't |
| 11466 | build ld, since libraries have weak symbols in COFF. |
| 11467 | |
| 11468 | Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com> |
| 11469 | |
| 11470 | * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'. |
| 11471 | |
| 11472 | Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com> |
| 11473 | |
| 11474 | * configure.in: Make sure that ${CC} can be used to compile an |
| 11475 | executable. |
| 11476 | |
| 11477 | Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net> |
| 11478 | |
| 11479 | * Makefile.in (all-gdb): Depend on $(GDB_TK). |
| 11480 | * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or |
| 11481 | nothing depending on whether gdbtk is being built. |
| 11482 | |
| 11483 | Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com> |
| 11484 | |
| 11485 | * Makefile.in (newlib.tar.gz): Delete building of newlib's info files. |
| 11486 | |
| 11487 | Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com> |
| 11488 | |
| 11489 | * configure.in (noconfigdirs): Put ld or gas in this early, if the |
| 11490 | user specifically used --with-gnu-ld=no or --with-gnu-as=no. |
| 11491 | |
| 11492 | Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com> |
| 11493 | |
| 11494 | * config-ml.in: Add support for |
| 11495 | --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*. |
| 11496 | Simplify setting of multidirs from --disable-foo. |
| 11497 | |
| 11498 | Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11499 | |
| 11500 | * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables |
| 11501 | LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST, |
| 11502 | LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are |
| 11503 | non-empty, pass them on to the GCC make. |
| 11504 | (all-bootstrap): New rule that is like all-gcc, except it executes |
| 11505 | the GCC bootstrap rule instead of the GCC all rule. |
| 11506 | |
| 11507 | Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com> |
| 11508 | |
| 11509 | * config-ml.in (ml_realsrcdir): New, to account for ${subdir}. |
| 11510 | |
| 11511 | Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11512 | |
| 11513 | * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium |
| 11514 | DG/UX support. |
| 11515 | |
| 11516 | Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com> |
| 11517 | |
| 11518 | * config.sub (i*86*) Change [345] to [3456] |
| 11519 | |
| 11520 | Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 11521 | |
| 11522 | * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or |
| 11523 | --with-gnu-ld=no. |
| 11524 | |
| 11525 | Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11526 | |
| 11527 | * config-ml.in (rs6000*, powerpc*): Add switches to control which |
| 11528 | AIX multilibs get built. |
| 11529 | |
| 11530 | Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11531 | |
| 11532 | * configure.in (i386-win32): Don't build expect if we're not |
| 11533 | building the tcl subdir. |
| 11534 | |
| 11535 | Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 11536 | |
| 11537 | * Makefile.in: (configure-target-examples, all-target-examples): |
| 11538 | New targets, configure and build example programs. |
| 11539 | |
| 11540 | Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 11541 | |
| 11542 | * mpw-configure: If an mpw-config.in generated a file mk.sed, |
| 11543 | use it as input to sedit the generated MPW makefile. |
| 11544 | * mpw-README: Add a suggestion about Gestalt.h. |
| 11545 | |
| 11546 | Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11547 | |
| 11548 | * config.sub: Accept *-*-ieee*. |
| 11549 | |
| 11550 | Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11551 | |
| 11552 | * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From |
| 11553 | Ronald F. Guilmette <rfg@monkeys.com>. |
| 11554 | |
| 11555 | Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11556 | |
| 11557 | * configure.in (host==powerpc-pe): Add many directories to noconfigdirs |
| 11558 | for powerpc-pe native. |
| 11559 | (target==i386-win32): add tcl, make to noconfigdirs if canadian cross. |
| 11560 | (target==powerpc-pe): duplicate i386-win32 entry. |
| 11561 | |
| 11562 | Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com> |
| 11563 | |
| 11564 | * configure.in (noconfigdirs): Exclude target-newlib for all versions |
| 11565 | of vxworks, not just vxworks5.1. |
| 11566 | |
| 11567 | Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 11568 | |
| 11569 | * mpw-configure: Add support for exec-prefix. |
| 11570 | |
| 11571 | Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com> |
| 11572 | |
| 11573 | * config.guess: Recognize HP model 816 machines as having |
| 11574 | a PA1.1 processor. |
| 11575 | |
| 11576 | Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11577 | |
| 11578 | * configure: Ignore new autoconf configure options. |
| 11579 | |
| 11580 | Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu> |
| 11581 | |
| 11582 | * config.guess: Recognize Pentium under SCO. |
| 11583 | From Robert Lipe <robertl@arnet.com>. |
| 11584 | |
| 11585 | Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com> |
| 11586 | |
| 11587 | * configure.in (noconfigdirs): Disable target-libio on v810-*-*. |
| 11588 | |
| 11589 | Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11590 | |
| 11591 | * configure.in: Don't configure gas for alpha-dec-osf*. |
| 11592 | |
| 11593 | Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11594 | |
| 11595 | * configure.in: Default to --with-stabs for some targets for which |
| 11596 | it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and |
| 11597 | i[345]86*-*-unixware*. |
| 11598 | |
| 11599 | Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11600 | |
| 11601 | * config-ml.in: Get list of multidirs using gcc --print-multi-lib |
| 11602 | rather than basing it on the target. Simplify handling of options |
| 11603 | controlling which directories to configure. Remove extraneous |
| 11604 | slash in multi-clean target. |
| 11605 | |
| 11606 | Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com> |
| 11607 | |
| 11608 | * config-ml.in: Prefix more variables with ml_ so they don't collide |
| 11609 | with configure's. |
| 11610 | |
| 11611 | Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11612 | |
| 11613 | * configure: Don't turn -v into --v. |
| 11614 | |
| 11615 | Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com> |
| 11616 | |
| 11617 | * configure.in (targargs): Fix typo. |
| 11618 | |
| 11619 | * Makefile.in (DEVO_SUPPORT): Add symlink-tree. |
| 11620 | |
| 11621 | Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11622 | |
| 11623 | * configure.in: Strip --host and --target options from |
| 11624 | CONFIG_ARGUMENTS, and always configure for --host only. Add |
| 11625 | --with-cross-host option when building with a cross-compiler. |
| 11626 | * configure: Canonicalize the arguments put into config.status by |
| 11627 | always using `=' for an option with an argument. Pass a presumed |
| 11628 | --host or --target explicitly. |
| 11629 | |
| 11630 | Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 11631 | |
| 11632 | * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases |
| 11633 | into general OS recognition case. |
| 11634 | |
| 11635 | Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11636 | |
| 11637 | * configure.in (target_configdirs): add target-winsup only |
| 11638 | for win32 target systems. |
| 11639 | |
| 11640 | Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11641 | |
| 11642 | * Makefile.in (all-target-libgloss): Depend upon |
| 11643 | configure-target-newlib, since when libgloss is built it looks to |
| 11644 | see if the newlib directory exists. |
| 11645 | |
| 11646 | Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com> |
| 11647 | |
| 11648 | * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of |
| 11649 | cfg-ml-*.in. |
| 11650 | |
| 11651 | Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11652 | |
| 11653 | * configure: Handle LD and LD_FOR_TARGET when configuring a |
| 11654 | Canadian Cross. |
| 11655 | |
| 11656 | Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11657 | |
| 11658 | * configure.in (target_libs): add target-winsup. |
| 11659 | (target==i386-win32): add patch diff flex make to $noconfigdirs. |
| 11660 | (target==ppcle-pe): remove ld from $noconfigdirs. |
| 11661 | |
| 11662 | Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com> |
| 11663 | |
| 11664 | * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir. |
| 11665 | Preserve relative path names in $srcdir. Build symlink tree if |
| 11666 | configuring cross target dir and srcdir=. (= no VPATH support). |
| 11667 | (configure-target-libg++): Depend on configure-target-librx. |
| 11668 | * cfg-ml-com.in, cfg-ml-pos.in: Deleted. |
| 11669 | * config-ml.in: New file. |
| 11670 | * symlink-tree: New file. |
| 11671 | * configure: Ensure srcdir="." if that's what it is. |
| 11672 | |
| 11673 | Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 11674 | |
| 11675 | * mpw-README: Clarify some phrasing, add notes about CodeWarrior |
| 11676 | includes and FLEX_SKELETON setting. |
| 11677 | * mpw-configure (--with-gnu-ld): New option, controls whether |
| 11678 | to use PPCLink or ld with PowerMac GCC. |
| 11679 | * mpw-build.in (all-grez, do-grez, install-grez): New targets. |
| 11680 | * mpw-config.in: Configure grez if targeting Mac. |
| 11681 | |
| 11682 | * config.sub: Accept pmac and pmac-mpw as names for PowerMacs, |
| 11683 | accept mpw and mac-mpw as names for m68k Macs, change macos7 to |
| 11684 | just macos. |
| 11685 | * configure.in: Configure grez resource compiler if targeting Mac. |
| 11686 | * Makefile.in (all-grez, install-grez): New targets. |
| 11687 | |
| 11688 | Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com> |
| 11689 | |
| 11690 | * configure: CXX defaults to gcc, not g++. If we find |
| 11691 | gcc in the path, set CC to gcc -O2. |
| 11692 | |
| 11693 | Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11694 | |
| 11695 | * configure: Default ${build} correctly. Avoid picking up extra |
| 11696 | spaces when reading CC and CXX from Makefile. When doing a |
| 11697 | Canadian Cross, use plausible default values for numerous |
| 11698 | variables. |
| 11699 | * configure.in: When doing a Canadian Cross, don't try to |
| 11700 | configure tools whose configure script can't handle it. |
| 11701 | |
| 11702 | Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com> |
| 11703 | |
| 11704 | * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs. |
| 11705 | |
| 11706 | Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 11707 | |
| 11708 | * configure: Remove dubious bug reporting address. |
| 11709 | |
| 11710 | Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 11711 | |
| 11712 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has |
| 11713 | configure script, run that instead of this directory's configure. |
| 11714 | In either case, print a message that we're configuring the sub-dir. |
| 11715 | |
| 11716 | Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 11717 | |
| 11718 | * configure.in: Before checking for the existence of various files, |
| 11719 | use sed to filter out "target-". |
| 11720 | |
| 11721 | Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11722 | |
| 11723 | * Makefile.in (DO_X): Split rule to decrease command line length |
| 11724 | for systems with small ARG_MAX values. From phdm@info.ucl.ac.be |
| 11725 | (Philippe De Muyter). |
| 11726 | |
| 11727 | Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11728 | |
| 11729 | * Makefile.in (all-patch): depend on all-libiberty. |
| 11730 | |
| 11731 | Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11732 | |
| 11733 | * configure.in: If the only directory in target_configdirs which |
| 11734 | actually exists is libiberty, then set target_configdirs to empty, |
| 11735 | to avoid trying to build a target libiberty in a gas or gdb |
| 11736 | distribution. |
| 11737 | |
| 11738 | Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com> |
| 11739 | |
| 11740 | * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead |
| 11741 | of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3 |
| 11742 | systems. |
| 11743 | |
| 11744 | Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com> |
| 11745 | |
| 11746 | * configure.in (copy_dirs): Use sys-include instead of include |
| 11747 | for --with-headers option. |
| 11748 | |
| 11749 | Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com> |
| 11750 | |
| 11751 | * Makefile.in, configure.in: Make winsup builds work with |
| 11752 | new scheme. |
| 11753 | |
| 11754 | Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11755 | |
| 11756 | * configure.in: Build the linker on AIX. |
| 11757 | |
| 11758 | Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 11759 | |
| 11760 | * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR) |
| 11761 | where needed. |
| 11762 | |
| 11763 | Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com> |
| 11764 | |
| 11765 | * Makefile.in (all-gcc): Fix typo. |
| 11766 | |
| 11767 | Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 11768 | |
| 11769 | * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo. |
| 11770 | |
| 11771 | Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 11772 | |
| 11773 | * configure.in: Rename libFOO to target-libFOO, and xiberty |
| 11774 | to target-xiberty, to provide more flexibility. |
| 11775 | (target_subdir): Define. Create if cross. |
| 11776 | Set TARGET_SUBDIR in Makefile to ${target_subdir}. |
| 11777 | * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty |
| 11778 | -> all-target-libiberty, configure-libFOO -> configure-target-libFOO, |
| 11779 | check-libFOO -> check-target-libFOO, etc. |
| 11780 | ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS. |
| 11781 | ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES), |
| 11782 | $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly. |
| 11783 | (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to |
| 11784 | allow ALL_GCC="" to only configure. |
| 11785 | (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in. |
| 11786 | (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly. |
| 11787 | (LIBGXX_SUPPORT_DIRS): Remove xiberty. |
| 11788 | |
| 11789 | Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com> |
| 11790 | |
| 11791 | * Makefile.in (taz): Build "info" in etc explicitly. |
| 11792 | |
| 11793 | Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com) |
| 11794 | |
| 11795 | * configure.in: Make sure that CC is undefined (as opposed to |
| 11796 | null) if toplevel/config/mh-{host} doesn't define it. Fixes a |
| 11797 | problem with autoconf trying to configure on a host without GCC. |
| 11798 | |
| 11799 | Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 11800 | |
| 11801 | * mpw-configure: Set host alias from choice of host compiler, |
| 11802 | only use generic MPW Makefile sed if present, edit a file |
| 11803 | named "hacked_Makefile.in" instead of "Makefile.in" if present. |
| 11804 | * mpw-README: Add problem notes about CW6 and CW7. |
| 11805 | |
| 11806 | Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com> |
| 11807 | |
| 11808 | * Makefile.in (taz): Use ";" instead of ";;". |
| 11809 | |
| 11810 | Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 11811 | |
| 11812 | * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in |
| 11813 | sub-directory Makefiles, instead of using DISTSTUFFDIRS and |
| 11814 | DISTDOCDIRS. |
| 11815 | (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used. |
| 11816 | (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make. |
| 11817 | |
| 11818 | Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 11819 | |
| 11820 | * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb |
| 11821 | and gnats, because they are now subsumed by DISTSTUFFDIRS. |
| 11822 | Move bfd to DISTSTUFFDIRS. |
| 11823 | |
| 11824 | Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11825 | |
| 11826 | * Makefile.in (X11_LIB): Removed. |
| 11827 | (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS. |
| 11828 | |
| 11829 | * configure.in (host_makefile_frag): mh-aix & mh-sun removed. |
| 11830 | |
| 11831 | Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11832 | |
| 11833 | * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory |
| 11834 | names. |
| 11835 | |
| 11836 | Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11837 | |
| 11838 | * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients. |
| 11839 | |
| 11840 | Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com> |
| 11841 | |
| 11842 | * configure.in (i[345]86-*-win32): Always build newlib. |
| 11843 | Don't configure cvs, autoconf or texinfo. |
| 11844 | * Makefile.in (LD_FOR_TARGET): New. |
| 11845 | (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES): |
| 11846 | Pass down LD_FOR_TARGET. |
| 11847 | |
| 11848 | Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com> |
| 11849 | |
| 11850 | * winsup: New directory. |
| 11851 | * Makefile.in: Build winsup. |
| 11852 | * configure.in: Winsup is configured when target is win32. |
| 11853 | Can only build win32 target GDB when native. |
| 11854 | |
| 11855 | Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com) |
| 11856 | |
| 11857 | * config.guess: Recognize HP model 819 machines as having |
| 11858 | a PA 1.1 processor. |
| 11859 | |
| 11860 | Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11861 | |
| 11862 | * configure: Fix sed loop which substitutes for CC and CXX to |
| 11863 | avoid bug found in various sed implementations. |
| 11864 | |
| 11865 | Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11866 | |
| 11867 | * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for |
| 11868 | simulator. Use standard powerpc-*-eabi*. |
| 11869 | |
| 11870 | Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11871 | |
| 11872 | * configure.in: Stop putting gas and binutils in noconfigdirs for |
| 11873 | powerpc-*-aix* and rs6000-*-*. |
| 11874 | |
| 11875 | Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com> |
| 11876 | |
| 11877 | * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building |
| 11878 | -mcall-aixdesc libraries. |
| 11879 | |
| 11880 | Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com> |
| 11881 | |
| 11882 | Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
| 11883 | |
| 11884 | * config.sub (arm | armel | armeb): Fix shell syntax. |
| 11885 | |
| 11886 | Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 11887 | |
| 11888 | * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for |
| 11889 | -msoft-float and -mcpu=common support. |
| 11890 | (powerpc*-*-eabisim*): Add support for building -mcall-aix |
| 11891 | libraries. |
| 11892 | |
| 11893 | Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 11894 | |
| 11895 | * configure.in: Allow configuration and build of emacs19 for the alpha. |
| 11896 | |
| 11897 | Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11898 | |
| 11899 | * configure.in (CC): Get ^CC, not just any old CC, from |
| 11900 | ${host_makefile_frag}. |
| 11901 | |
| 11902 | Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11903 | |
| 11904 | * configure.in (CC): Try to get CC from |
| 11905 | ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}. |
| 11906 | |
| 11907 | Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11908 | |
| 11909 | * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs |
| 11910 | only if it exists in $(srcdir). |
| 11911 | |
| 11912 | Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11913 | |
| 11914 | * configure: If CC and CXX are not set in the environment, set |
| 11915 | them, based on either an existing Makefile or on searching for gcc |
| 11916 | in PATH. Substitute for CC and CXX in Makefile. |
| 11917 | * configure.in: Remove libm from target_libs. Separate |
| 11918 | target_configdirs from configdirs. If CC is not set in |
| 11919 | environment, try to get it from a host Makefile fragment. Rewrite |
| 11920 | changes of configdirs to use skipdirs instead. A few minor |
| 11921 | tweaks. Take directories out of target_configdirs as they are |
| 11922 | taken out of configdirs. Remove existing Makefile files from |
| 11923 | subdirectories. Substitute for TARGET_CONFIGDIRS and |
| 11924 | CONFIG_ARGUMENTS in Makefile. |
| 11925 | * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set |
| 11926 | by configure.in. |
| 11927 | (CONFIG_ARGUMENTS): Likewise. |
| 11928 | (CONFIGURE_TARGET_MODULES): New variable. |
| 11929 | ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS. |
| 11930 | ($(CONFIGURE_TARGET_MODULES)): New target. |
| 11931 | (configure-libg++, configure-libio): New targets. |
| 11932 | (all-libg++): Depend upon configure-libg++. |
| 11933 | (all-libio): Depend upon configure-libio. |
| 11934 | (configure-libgloss, all-libgloss): New targets. |
| 11935 | (configure-libstdc++): New target. |
| 11936 | (all-libstdc++): Depend upon configure-libstdc++. |
| 11937 | (configure-librx, all-librx): New targets. |
| 11938 | (configure-newlib): New target. |
| 11939 | (all-newlib): Depend upon configure-newlib |
| 11940 | (configure-xiberty): New target. |
| 11941 | (all-xiberty): Depend upon configure-xiberty. |
| 11942 | |
| 11943 | Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 11944 | |
| 11945 | * configure.in (host i[345]86-*-win32): Expand the |
| 11946 | noconfigdirs again. |
| 11947 | |
| 11948 | Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 11949 | |
| 11950 | * mpw-configure: Fix sed command file name. |
| 11951 | |
| 11952 | Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com> |
| 11953 | |
| 11954 | * configure.in (host i[345]86-*-win32): Reduce the |
| 11955 | noconfigdirs again. |
| 11956 | |
| 11957 | Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11958 | |
| 11959 | * configure.in: Don't configure ld and gdb for powerpc*-*-winnt* |
| 11960 | or powerpc*-*-pe*, since they are not yet supported. |
| 11961 | |
| 11962 | Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 11963 | |
| 11964 | Add PowerMac support and many other enhancements. |
| 11965 | * mpw-configure: New option --cc to select compiler to use, |
| 11966 | paste options set according to --cc into the generated |
| 11967 | Makefile, generate the Makefile by sed'ing the Unix Makefile.in |
| 11968 | if mpw-make.sed is present. |
| 11969 | * mpw-config.in: Don't test for gC1, test for mpw-touch, |
| 11970 | add forward includes for PowerPC include files. |
| 11971 | * mpw-build.in: Build using Makefile.PPC if present. |
| 11972 | (do-byacc, etc): Remove separate version resource builds. |
| 11973 | (do-gas): Build "stamps" before "all". |
| 11974 | (do-gcc): Build "stamps-h" and "stamps-c" before "all". |
| 11975 | * mpw-README: Update to reflect --cc option, PowerMac support, |
| 11976 | and recently-reported compatibility problems. |
| 11977 | |
| 11978 | Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com> |
| 11979 | |
| 11980 | * cfg-ml-com.in (m68*-*-*): Only build multilibs for |
| 11981 | embedded m68k systems (-aout, -coff, -elf, -vxworks). |
| 11982 | (--with-multilib-top): Pass to recursive invocations. |
| 11983 | |
| 11984 | Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com> |
| 11985 | |
| 11986 | * configure.in (noconfigdirs): Disable libg++ and libstdc++ on |
| 11987 | v810-*-*. |
| 11988 | |
| 11989 | Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com> |
| 11990 | |
| 11991 | * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc, |
| 11992 | gdb, ld and opcodes on v810-*-*. |
| 11993 | |
| 11994 | Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com> |
| 11995 | |
| 11996 | * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean. |
| 11997 | (local-maintainer-clean): New target. |
| 11998 | (maintainer-clean): New target. |
| 11999 | (realclean): Just depend upon maintainer-clean. |
| 12000 | |
| 12001 | Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com> |
| 12002 | |
| 12003 | * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*. |
| 12004 | |
| 12005 | Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com> |
| 12006 | |
| 12007 | * configure.in: Build ld in mips*-*-bsd* case. |
| 12008 | |
| 12009 | Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com> |
| 12010 | |
| 12011 | * config.sub: Accept -lites* OS. From Ian Dall. |
| 12012 | |
| 12013 | Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com> |
| 12014 | |
| 12015 | * config.sub: recognise mips64vr4300 and mips64vr4300el as valid |
| 12016 | targets. |
| 12017 | |
| 12018 | Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 12019 | |
| 12020 | * configure.in: treat i386-win32 canadian cross the same as |
| 12021 | i386-go32 canadian cross. |
| 12022 | |
| 12023 | Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 12024 | |
| 12025 | * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC |
| 12026 | running under the simulator to build a reduced set of libraries. |
| 12027 | (powerpc-*-eabiaix): Add fine grained multilib support added to |
| 12028 | other powerpc targets yesterday. |
| 12029 | |
| 12030 | Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 12031 | |
| 12032 | * cfg-ml-com.in (powerpc*): Add support for -disable-biendian, |
| 12033 | -disable-softfloat, -disable-relocatable, -disable-aix, and |
| 12034 | -disable-sysv to control which multilib libraries get built. |
| 12035 | |
| 12036 | Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com> |
| 12037 | |
| 12038 | * configure: Add Makefile.tem to list of files to remove in trap |
| 12039 | handler. |
| 12040 | |
| 12041 | Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 12042 | |
| 12043 | * config.guess (*Linux*): Add missing "exit"s. |
| 12044 | Also, need specific check for alpha-unknown-linux (uses COFF). |
| 12045 | |
| 12046 | Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 12047 | |
| 12048 | * config.guess: Merge with FSF: |
| 12049 | |
| 12050 | Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu> |
| 12051 | * config.guess (AIX4): More robust release numbering discovery. |
| 12052 | |
| 12053 | Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov) |
| 12054 | * config.guess (i386-sequent-ptx): Properly get version number. |
| 12055 | |
| 12056 | Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de) |
| 12057 | * config.guess (mips:*:4*:UMIPS): New case. |
| 12058 | |
| 12059 | Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com> |
| 12060 | |
| 12061 | * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu). |
| 12062 | (i386-win32 host): Likewise. Don't build readline. |
| 12063 | |
| 12064 | Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com> |
| 12065 | |
| 12066 | * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of |
| 12067 | SUPPORT_FILES to submakes. |
| 12068 | |
| 12069 | Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com> |
| 12070 | |
| 12071 | * Makefile.in (GDB_SUPPORT_DIRS): Add utils. |
| 12072 | (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and |
| 12073 | mpw-configure. |
| 12074 | |
| 12075 | Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com> |
| 12076 | |
| 12077 | * configure.in (appdirs): Use =, not ==, in test expression when |
| 12078 | trying to build the text to print in the warning message for |
| 12079 | Solaris users. |
| 12080 | |
| 12081 | Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com> |
| 12082 | |
| 12083 | * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build. |
| 12084 | |
| 12085 | Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com> |
| 12086 | |
| 12087 | * config.guess: Recognize lynx-2.3. |
| 12088 | |
| 12089 | Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com> |
| 12090 | |
| 12091 | * config.sub (z8ksim): Deleted |
| 12092 | (z8k-*-coff): New, this is the one true name of the target. |
| 12093 | |
| 12094 | Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com> |
| 12095 | |
| 12096 | * cfg-ml-pos.in (dotdot): Work around SunOS sed bug. |
| 12097 | |
| 12098 | Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com) |
| 12099 | |
| 12100 | * config.guess (*:Linux:*:*): First try asking the linker what the |
| 12101 | default object file format is (elf, aout, or coff). Then if this |
| 12102 | fails, try previous methods. |
| 12103 | |
| 12104 | Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com> |
| 12105 | |
| 12106 | * configure.in: Don't build newlib for *-*-vxworks5.1. |
| 12107 | |
| 12108 | Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com> |
| 12109 | |
| 12110 | * configure.in: Don't build newlib for a29k-*-vxworks5.1. |
| 12111 | * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1. |
| 12112 | |
| 12113 | Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com> |
| 12114 | |
| 12115 | * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.". |
| 12116 | |
| 12117 | Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com> |
| 12118 | |
| 12119 | * cfg-ml-com.in: New file. |
| 12120 | * cfg-ml-pos.in: New file. |
| 12121 | |
| 12122 | Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com> |
| 12123 | |
| 12124 | * COPYING.NEWLIB: Add HP free copyright to list. |
| 12125 | |
| 12126 | Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com> |
| 12127 | |
| 12128 | * config.sub: Recognize -eabi* for the system, not just -eabi. |
| 12129 | |
| 12130 | Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com> |
| 12131 | |
| 12132 | * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down. |
| 12133 | * config.sub, configure.in (win32): New target and host. |
| 12134 | |
| 12135 | Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com> |
| 12136 | |
| 12137 | * configure.in: Add i386-pe configuration. |
| 12138 | |
| 12139 | Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 12140 | |
| 12141 | * mpw-build.in (install): Install GDB after LD. |
| 12142 | |
| 12143 | Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 12144 | |
| 12145 | * mpw-config.in (elf/mips.h): Always forward-include, needed |
| 12146 | for GDB to build. |
| 12147 | |
| 12148 | Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com> |
| 12149 | |
| 12150 | * testsuite: New directory for customer acceptance and whole tool |
| 12151 | chain tests. |
| 12152 | |
| 12153 | Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com> |
| 12154 | |
| 12155 | * configure: If per-host line isn't found, but AC_OUTPUT is found |
| 12156 | and a configure script exists, run it instead. |
| 12157 | |
| 12158 | Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 12159 | |
| 12160 | * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays. |
| 12161 | |
| 12162 | Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com> |
| 12163 | |
| 12164 | * configure: Set build_{cpu,vendor,os,alias} to host values when |
| 12165 | --build isn't specified. |
| 12166 | |
| 12167 | Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com> |
| 12168 | |
| 12169 | * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros. |
| 12170 | (FLAGS_TO_PASS): Pass them. |
| 12171 | (EXTRA_TARGET_FLAGS): Ditto. |
| 12172 | |
| 12173 | Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com> |
| 12174 | |
| 12175 | * Makefile.in (all-libg++): Depend on all-libstdc++. |
| 12176 | |
| 12177 | Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com> |
| 12178 | |
| 12179 | * configure.in (noconfigdirs): Enable all packages for |
| 12180 | i386-unknown-netbsd. |
| 12181 | |
| 12182 | Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com> |
| 12183 | |
| 12184 | * configure.in (noconfigdirs): Don't configure tk for i386-go32 |
| 12185 | hosted builds (DOS builds) |
| 12186 | |
| 12187 | Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com> |
| 12188 | |
| 12189 | Changes for ARM based on patches from Richard Earnshaw: |
| 12190 | * config.sub: Handle armeb and armel. |
| 12191 | * configure.in: Omit arm linker only for riscix. |
| 12192 | |
| 12193 | Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 12194 | |
| 12195 | * config.guess: Update from FSF. |
| 12196 | |
| 12197 | Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com> |
| 12198 | |
| 12199 | * config.sub: Recognize powerpcle as the little endian varient of |
| 12200 | the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a |
| 12201 | powerpcle variant. Convert pentium into i586, not i486. Add p5 |
| 12202 | alias for i586. Map new x86 variants p6, k5, nexgen into i586 |
| 12203 | temporarily. |
| 12204 | |
| 12205 | Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu) |
| 12206 | |
| 12207 | * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*. |
| 12208 | |
| 12209 | Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu) |
| 12210 | |
| 12211 | * config.sub: Accept -lites* as a basic system type. |
| 12212 | |
| 12213 | Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com) |
| 12214 | |
| 12215 | * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is |
| 12216 | installed, and if so return linuxoldld as the system name. |
| 12217 | |
| 12218 | Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu) |
| 12219 | |
| 12220 | * config.guess: Add hppa1.1-hp-lites support. |
| 12221 | |
| 12222 | Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com> |
| 12223 | |
| 12224 | * configure.in: Don't build newlib for m68k-vxworks5.1. |
| 12225 | |
| 12226 | Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com> |
| 12227 | |
| 12228 | * configure.in (mips-sgi-irix6): Use mh-irix5. |
| 12229 | |
| 12230 | Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com> |
| 12231 | |
| 12232 | * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test). |
| 12233 | |
| 12234 | Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com> |
| 12235 | |
| 12236 | * test-build.mk: Enable building of shared libraries on IRIX 5 and |
| 12237 | OSF/1. Fix compiler flags. |
| 12238 | * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags. |
| 12239 | |
| 12240 | Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com> |
| 12241 | |
| 12242 | * configure.in: Recognize --with-newlib. |
| 12243 | (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target. |
| 12244 | |
| 12245 | Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 12246 | |
| 12247 | * Makefile.in: move {all,check,install}-gdb from *_MODULES |
| 12248 | to *_X11_MODULES due to gdbtk needing X include files et al. |
| 12249 | |
| 12250 | Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com> |
| 12251 | |
| 12252 | Merge in support for Mac MPW as a host. |
| 12253 | (Old change descriptions retained for informational value.) |
| 12254 | |
| 12255 | * mpw-config.in: Add generic include forwards for cpu-specific |
| 12256 | include files in aout and elf directories. |
| 12257 | |
| 12258 | * mpw-configure: Added copyright. |
| 12259 | * mpw-config.in: Check for presence of required build tools. |
| 12260 | (target_libs): Add newlib. |
| 12261 | (target_tools): Add examples. |
| 12262 | (Read Me): Generate as "Read Me for MPW" instead. |
| 12263 | * mpw-build.in: Base sub-builds on all-foo instead of do-foo. |
| 12264 | (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions. |
| 12265 | (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first. |
| 12266 | |
| 12267 | * mpw-configure: Remove subdir-specific makefile hackery, |
| 12268 | delete mk.tmp after using it. |
| 12269 | |
| 12270 | * mpw-build.in (all): Display start and end times. |
| 12271 | |
| 12272 | * mpw-configure (host_canonical): Set. |
| 12273 | (target_cpu): Always add to makefiles. |
| 12274 | (ARCHDEFS, EMUL): Add to makefile only if nonempty. |
| 12275 | (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile. |
| 12276 | (mpw-mh-mpw): Look for in srcdir and srcroot. |
| 12277 | Use sed instead of mpw-edit-prefix to edit prefix definitions. |
| 12278 | |
| 12279 | * mpw-build.in: (install-only): New target. |
| 12280 | |
| 12281 | * mpw-configure (host_alias, target_alias): Rename from hostalias |
| 12282 | and targetalias, add into generated Makefile. |
| 12283 | (mk.tmp): If present, add into generated Makefile. |
| 12284 | * mpw-build.in (all-gas): Build config.h first before gas proper. |
| 12285 | |
| 12286 | * mpw-configure (config.status): Write only if changed. |
| 12287 | * mpw-config.in (readline): Configure it (not built, just used for |
| 12288 | definitions). |
| 12289 | |
| 12290 | * mpw-config.in (elf/mips.h): Add a forward include. |
| 12291 | |
| 12292 | * mpw-config.in: Forward-include most .h files in include into |
| 12293 | extra-include. |
| 12294 | (readline): Don't build. |
| 12295 | mpw-build.in (install): Install GDB. |
| 12296 | |
| 12297 | * mpw-configure (prefix, mpw_prefix): Handle it. |
| 12298 | * mpw-config.in (mmalloc, readline): Don't configure. |
| 12299 | * mpw-build.in (thisscript): Rename to ThisScript. |
| 12300 | Use mpw-build instead of BuildProgram everywhere. |
| 12301 | (mmalloc, readline): Don't build. |
| 12302 | * mpw-README: New file, basic documentation about the MPW port. |
| 12303 | |
| 12304 | * mpw-config.in: Use forward-include to create include files. |
| 12305 | |
| 12306 | * mpw-configure: Add more things to the top of each configured |
| 12307 | Makefile, including contents of config/mpw-mh-mpw. |
| 12308 | * mpw-config.in (extra-include): Create this directory and fill it |
| 12309 | with Posix-like include files when configuring. |
| 12310 | |
| 12311 | * config.sub (apple, mac, mpw): Add various aliases. |
| 12312 | |
| 12313 | * mpw-build.in: New file, top-level build script fragment for MPW. |
| 12314 | * mpw-configure: New file, configure script for MPW. |
| 12315 | * mpw-config.in: New file, config fragment for MPW. |
| 12316 | |
| 12317 | Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 12318 | |
| 12319 | * configure.in (host_libs): Remove glob, since it is gone from the |
| 12320 | sources. |
| 12321 | |
| 12322 | Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 12323 | |
| 12324 | * Makefile.in: define empty GDB_NLM_DEPS var. |
| 12325 | |
| 12326 | * configure.in(target_makefile_frag): use config/mt-netware |
| 12327 | for netware targets. |
| 12328 | |
| 12329 | Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com> |
| 12330 | |
| 12331 | * config.sub: Merge in recent FSF changes. Remove linux special |
| 12332 | cases. |
| 12333 | |
| 12334 | Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
| 12335 | |
| 12336 | Revert this change: |
| 12337 | |
| 12338 | Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com) |
| 12339 | |
| 12340 | * build-all.mk: Use CC=cc -Xs on Solaris. |
| 12341 | |
| 12342 | Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 12343 | |
| 12344 | * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us |
| 12345 | stop using it. |
| 12346 | * Makefile.in: Nuke all references to glob subdirectory. |
| 12347 | |
| 12348 | Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com> |
| 12349 | |
| 12350 | * configure.in: Fix --enable-shared logic in per-host. |
| 12351 | |
| 12352 | Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com> |
| 12353 | |
| 12354 | * configure.in (*-hp-hpux[78]*): Use mh-hpux8. |
| 12355 | |
| 12356 | Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 12357 | |
| 12358 | * configure.in (noconfigdirs): Don't build gas on AIX, for |
| 12359 | powerpc*-*-aix* as well as for rs6000*-*-aix*. |
| 12360 | |
| 12361 | Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com> |
| 12362 | |
| 12363 | * configure: Fix --cache-file to work if the file argument is a |
| 12364 | relative path. |
| 12365 | |
| 12366 | Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com> |
| 12367 | |
| 12368 | * configure: If the --cache-file is used, pass it down to |
| 12369 | configure in subdirectories. |
| 12370 | |
| 12371 | Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com> |
| 12372 | |
| 12373 | * config.sub: add vxworks29k configuration. |
| 12374 | |
| 12375 | Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com> |
| 12376 | |
| 12377 | * Makefile.in (taz): Do "diststuff" part quietly. |
| 12378 | |
| 12379 | Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com> |
| 12380 | |
| 12381 | * config.sub: Mini-merge with gcc/config.sub. |
| 12382 | |
| 12383 | Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com> |
| 12384 | |
| 12385 | * config.guess (IRIX): Sed - to _. |
| 12386 | |
| 12387 | Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com> |
| 12388 | |
| 12389 | * Makefile.in (source-vault, binary-vault): New targets. |
| 12390 | |
| 12391 | Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com> |
| 12392 | |
| 12393 | * config.sub: Recognize -eabi as a basic system type. |
| 12394 | |
| 12395 | Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com> |
| 12396 | |
| 12397 | * configure.in (enable_shared stuff): Fix typo. |
| 12398 | |
| 12399 | Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing) |
| 12400 | |
| 12401 | * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*. |
| 12402 | |
| 12403 | Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com> |
| 12404 | |
| 12405 | * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates. |
| 12406 | |
| 12407 | Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com> |
| 12408 | |
| 12409 | * configure.in (rs6000-*-*): Don't build gas. |
| 12410 | |
| 12411 | Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com> |
| 12412 | |
| 12413 | * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to |
| 12414 | reduce command line length. |
| 12415 | (AS_FOR_TARGET): Check for as.new, not Makefile. |
| 12416 | (NM_FOR_TARGET): Check for nm.new, not Makefile. |
| 12417 | |
| 12418 | Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com> |
| 12419 | |
| 12420 | * config.guess: Merge from FSF. |
| 12421 | |
| 12422 | Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> |
| 12423 | |
| 12424 | * configure: Don't use $ when handling program_suffix. |
| 12425 | |
| 12426 | Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com) |
| 12427 | |
| 12428 | * configure.in: Configure tk for hppa/hpux. |
| 12429 | |
| 12430 | Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com> |
| 12431 | |
| 12432 | * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++. |
| 12433 | |
| 12434 | Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com> |
| 12435 | |
| 12436 | * Makefile.in: Move -fno-implicit-template from CXXFLAGS |
| 12437 | to LIBCXXFLAGS. Tests are better run without it. |
| 12438 | |
| 12439 | Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com) |
| 12440 | |
| 12441 | * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs. |
| 12442 | |
| 12443 | Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com> |
| 12444 | |
| 12445 | * configure.in (*-*-netware*): Don't configure xiberty. |
| 12446 | |
| 12447 | Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com) |
| 12448 | |
| 12449 | * configure.in: Remove tk from native_only list. |
| 12450 | |
| 12451 | Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com) |
| 12452 | |
| 12453 | * build-all.mk: Add mips-ncd-elf target to sun4 targets |
| 12454 | for special NCD build. |
| 12455 | |
| 12456 | Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com> |
| 12457 | |
| 12458 | * Makefile.in (DEVO_SUPPORT): Remove configure.bat and |
| 12459 | makeall.bat, they're only useful for binutils snapshots. |
| 12460 | (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and |
| 12461 | makeall.bat to specified SUPPORT_FILES. |
| 12462 | |
| 12463 | Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com) |
| 12464 | |
| 12465 | * build-all.mk: Add Ericsson targets to sun4 and solaris |
| 12466 | hosts. Add BNR's sun4 target to solaris host, so their |
| 12467 | build-from-source will be tested in-house first. |
| 12468 | |
| 12469 | Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com) |
| 12470 | |
| 12471 | * Makefile.in (LIBCFLAGS): New variable. |
| 12472 | (CFLAGS_FOR_TARGET): Ditto. |
| 12473 | (LIBCFLAGS_FOR_TARGET): Ditto. |
| 12474 | (LIBCXXFLAGS): Ditto. |
| 12475 | (CXXFLAGS_FOR_TARGET): Ditto. |
| 12476 | (LIBCXXFLAGS_FOR_TARGET): Ditto. |
| 12477 | (BASE_FLAGS_TO_PASS): Pass them. |
| 12478 | (EXTRA_TARGET_FLAGS): Ditto. |
| 12479 | |
| 12480 | * configure.in: Support --enable-shared. |
| 12481 | |
| 12482 | Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com> |
| 12483 | |
| 12484 | * configure.in (target_libs): Include libstdc++ again. |
| 12485 | * config.guess: Update from FSF (for FreeBSD). |
| 12486 | |
| 12487 | Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com> |
| 12488 | |
| 12489 | * Makefile.in (DEVO_SUPPORT): Include configure.bat and |
| 12490 | makeall.bat. |
| 12491 | (DISTDOCDIRS): Add `etc'. |
| 12492 | (ETC_SUPPORT_PFX): New variable. |
| 12493 | (taz): Include anything from etc starting with a word in |
| 12494 | ETC_SUPPORT_PFX. |
| 12495 | |
| 12496 | Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> |
| 12497 | |
| 12498 | * config.sub: Update for recent FSF changes. Remove obsolete |
| 12499 | h8300hds entry. Add -windows* and -osx as basic os. Minor |
| 12500 | spacing changes. |
| 12501 | |
| 12502 | Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com> |
| 12503 | |
| 12504 | * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1. |
| 12505 | |
| 12506 | * config.guess: Merge with FSF. |
| 12507 | * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43. |
| 12508 | |
| 12509 | Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com> |
| 12510 | |
| 12511 | * configure: Since the "trap 0" handler will override the exit |
| 12512 | status on many systems, only use it for "exit 1", and make it set |
| 12513 | a non-zero exit status; reset it before "exit 0". Also, check |
| 12514 | exit status of config.sub, and error out if it failed. |
| 12515 | |
| 12516 | Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com) |
| 12517 | |
| 12518 | * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build |
| 12519 | and install libgloss. |
| 12520 | |
| 12521 | Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> |
| 12522 | |
| 12523 | * Makefile.in (all-binutils): Depend upon all-byacc. |
| 12524 | |
| 12525 | * configure.in: Don't build emacs on Irix 5. |
| 12526 | |
| 12527 | Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com) |
| 12528 | |
| 12529 | * configure.in (*-*-netware*): Add libio. |
| 12530 | |
| 12531 | Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com) |
| 12532 | |
| 12533 | * Makefile.in (ALL_TARGET_MODULES): Add libstdc++. |
| 12534 | (CHECK_TARGET_MODULES): Ditto. |
| 12535 | (INSTALL_TARGET_MODULES): Ditto. |
| 12536 | (TARGET_LIBS): Ditto. |
| 12537 | (all-libstdc++): Note dependencies. |
| 12538 | |
| 12539 | Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com> |
| 12540 | |
| 12541 | * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas. |
| 12542 | |
| 12543 | Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com) |
| 12544 | |
| 12545 | * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of |
| 12546 | -fexternal-templates. |
| 12547 | |
| 12548 | * configure.in (target_libs): Add libstdc++. |
| 12549 | (noconfigdirs): Add libstdc++ as appropriate. |
| 12550 | |
| 12551 | Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12552 | |
| 12553 | * config.guess: Update from FSF. |
| 12554 | |
| 12555 | Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> |
| 12556 | |
| 12557 | * configure: Use ${config_shell} when running ${configsub}. |
| 12558 | |
| 12559 | Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com> |
| 12560 | |
| 12561 | * config.sub: No longer recognize h8300h. |
| 12562 | |
| 12563 | Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> |
| 12564 | |
| 12565 | * config.sub: Remove extraneous differences between config.sub and |
| 12566 | gcc/config.sub. |
| 12567 | |
| 12568 | Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com> |
| 12569 | |
| 12570 | * Makefile.in (DISTSTUFFDIRS): Add gas. |
| 12571 | |
| 12572 | Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com) |
| 12573 | |
| 12574 | * COPYING.NEWLIB: New file. |
| 12575 | |
| 12576 | Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12577 | |
| 12578 | * config.guess (HP-UX): Patch from Harlan Stenn |
| 12579 | <harlan@landmark.com> to also emit release level. |
| 12580 | |
| 12581 | Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com) |
| 12582 | |
| 12583 | * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'. |
| 12584 | |
| 12585 | Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12586 | |
| 12587 | * config.sub: Merge nextstep cleanup from FSF. |
| 12588 | |
| 12589 | Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com) |
| 12590 | |
| 12591 | * configure.in (arm-*-*): Don't configure ld for this target. |
| 12592 | |
| 12593 | Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com) |
| 12594 | |
| 12595 | * configure.in (*-*-netware): don't configure libg++, libio, |
| 12596 | librx, or newlib. |
| 12597 | |
| 12598 | Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) |
| 12599 | |
| 12600 | * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't |
| 12601 | configure ld--it works, but it doesn't support shared libraries. |
| 12602 | |
| 12603 | Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12604 | |
| 12605 | * config.guess (*-unknown-freebsd*): Get rid of possible |
| 12606 | trailing "(Release)" in version string. |
| 12607 | Patch from Paul Richards <paul@isl.cf.ac.uk>. |
| 12608 | |
| 12609 | Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12610 | |
| 12611 | * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3. |
| 12612 | Fix type: *-next-neststep -> *-next-nextstep. |
| 12613 | |
| 12614 | * config.guess: Merge from FSF: |
| 12615 | |
| 12616 | Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be) |
| 12617 | |
| 12618 | * config.guess: Recognize powerpc-ibm-aix3.2.5. |
| 12619 | |
| 12620 | Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be) |
| 12621 | |
| 12622 | * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V |
| 12623 | instead of UNIX_SV for UnixWare 1.0). |
| 12624 | |
| 12625 | Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com) |
| 12626 | |
| 12627 | * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld |
| 12628 | to make gdb/nlm/* build after the compiler and linker. |
| 12629 | |
| 12630 | Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12631 | |
| 12632 | * config.guess (netbsd, freebsd, linux): Accept any machine, |
| 12633 | not just i[34]86. |
| 12634 | (m68k-atari-sysv4): Relocate to match FSF version. |
| 12635 | |
| 12636 | * config.guess: More merges from the FSF: |
| 12637 | |
| 12638 | Add a space before function call or macro invocation. |
| 12639 | |
| 12640 | Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
| 12641 | |
| 12642 | * config.guess: Add trap cmd to remove dummy.c and dummy when |
| 12643 | interrupted. |
| 12644 | |
| 12645 | Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
| 12646 | |
| 12647 | * config.guess (dummy.c): Redirect stderr for `hostinfo' command. |
| 12648 | (dummy): Redirect stderr from compilation of dummy.c. |
| 12649 | |
| 12650 | Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de) |
| 12651 | |
| 12652 | * config.guess: Distinguish between NeXTStep 2.1 and 3.x. |
| 12653 | |
| 12654 | Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com) |
| 12655 | |
| 12656 | * configure: Accept and ignore --cache*, for compatibility with |
| 12657 | new autoconf. |
| 12658 | |
| 12659 | Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12660 | |
| 12661 | * config.guess: Merge from FSF: |
| 12662 | |
| 12663 | Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 12664 | |
| 12665 | * config.guess (Pyramid*:OSx*:*:*): New case. |
| 12666 | (PATH): Add /.attbin at end for finding uname. |
| 12667 | (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions. |
| 12668 | |
| 12669 | Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no) |
| 12670 | |
| 12671 | * config.guess (M88*:DolphinOS:*:*): New case. |
| 12672 | |
| 12673 | Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com) |
| 12674 | |
| 12675 | * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE |
| 12676 | to select whether to use ELF or COFF. |
| 12677 | |
| 12678 | Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 12679 | |
| 12680 | * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv. |
| 12681 | |
| 12682 | Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 12683 | |
| 12684 | * config.guess: Guess the OS version for HPUX. |
| 12685 | |
| 12686 | Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) |
| 12687 | |
| 12688 | * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5. |
| 12689 | |
| 12690 | Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) |
| 12691 | |
| 12692 | * configure.in: Recognize --with-headers, --with-libs, and |
| 12693 | --without-newlib. |
| 12694 | * Makefile.in (all-xiberty): Depend upon all-ld. |
| 12695 | |
| 12696 | Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) |
| 12697 | |
| 12698 | * configure.in: Change i[34]86 to i[345]86. |
| 12699 | |
| 12700 | Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) |
| 12701 | |
| 12702 | * configure (version): A few more tweaks to help message. |
| 12703 | |
| 12704 | Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12705 | |
| 12706 | * Makefile.in: Remove (for now) librx as a host library, |
| 12707 | now that we're building it for target. |
| 12708 | |
| 12709 | Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) |
| 12710 | |
| 12711 | * configure: Fix up help message; from karl@owl.hq.ileaf.com |
| 12712 | (Karl Berry). |
| 12713 | |
| 12714 | Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12715 | |
| 12716 | * configure.in: Also configure librx. |
| 12717 | |
| 12718 | Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12719 | |
| 12720 | * Makefile.in: Update various rules to reflect that librx |
| 12721 | is now needed for libg++. |
| 12722 | |
| 12723 | Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) |
| 12724 | |
| 12725 | * config.sub: Accept mips64orion and mips64orionel as a CPU name. |
| 12726 | |
| 12727 | Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com) |
| 12728 | |
| 12729 | * configure.in: Configure the examples directory. |
| 12730 | |
| 12731 | Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) |
| 12732 | |
| 12733 | * configure: Simplify Jun 2 1994 change. |
| 12734 | |
| 12735 | Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com) |
| 12736 | |
| 12737 | * change CC to /usr/latest/bin/gcc for lynx host builds, since |
| 12738 | /bin/gcc isn't good enough to build gcc. |
| 12739 | |
| 12740 | Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com) |
| 12741 | |
| 12742 | * Makefile.in (GDB_SUPPORT_FILES): Remove |
| 12743 | (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules. |
| 12744 | (gdb.tar.gz): Add new rule to use standard distribution building |
| 12745 | mechanism. |
| 12746 | |
| 12747 | Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 12748 | |
| 12749 | * configure.in: Warn about use of /usr/ucb/cc on Solaris. From |
| 12750 | Bill Cox <bill@cygnus.com>. |
| 12751 | |
| 12752 | Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12753 | |
| 12754 | * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu. |
| 12755 | |
| 12756 | Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com) |
| 12757 | |
| 12758 | * configure: Search current dir first in .gdbinit. |
| 12759 | |
| 12760 | Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12761 | |
| 12762 | * config.sub: Recognize freebsd (merged from gcc config.sub). |
| 12763 | |
| 12764 | Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12765 | |
| 12766 | * config.sub: Refer to NeXT's operating system as nextstep. |
| 12767 | |
| 12768 | * config.sub (case $basic_machine): Re-order the cases, to match |
| 12769 | the order in the FSF version (which is mostly alphabethical). |
| 12770 | Merge in some additions and changes from the FSF. |
| 12771 | |
| 12772 | Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com) |
| 12773 | |
| 12774 | * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7. |
| 12775 | * config.sub: Recognize cxux7. |
| 12776 | * configure.in: Use mh-cxux for m88k-harris-cxux*. |
| 12777 | |
| 12778 | Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12779 | |
| 12780 | * config.sub: Fix typo powerpc -> powerpc-*. |
| 12781 | |
| 12782 | Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com) |
| 12783 | |
| 12784 | * Makefile.in: `all-emacs19' depends on `all-byacc'. |
| 12785 | |
| 12786 | * Makefile.in: Add all-emacs19 and install-emacs19 rules (in |
| 12787 | parallel with all-emacs and install-emacs). Top-level command |
| 12788 | `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'. |
| 12789 | |
| 12790 | Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) |
| 12791 | |
| 12792 | * test-build.mk ($(host)-stamp-stage2-installed): Remove |
| 12793 | $(relbindir)/make before doing ``make install'', and use |
| 12794 | $(GNU_MAKE) while doing it. Avoids problem on SunOS with |
| 12795 | installing over running make binary. |
| 12796 | ($(host)-stamp-stage3-installed): Likewise. |
| 12797 | |
| 12798 | Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 12799 | |
| 12800 | * config.guess: Recognize Mach. |
| 12801 | |
| 12802 | Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) |
| 12803 | |
| 12804 | * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to |
| 12805 | see whether --exec-prefix was used. |
| 12806 | |
| 12807 | Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12808 | |
| 12809 | * README: Explicitly mention libg++/README. (Zoo's idea.) |
| 12810 | |
| 12811 | Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 12812 | |
| 12813 | * Makefile.in: Add all-librx target similar to all-libproc. |
| 12814 | |
| 12815 | Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com) |
| 12816 | |
| 12817 | * config.guess: Rearrange tests for Alpha-OSF1 to properly deal |
| 12818 | with post 1.2 uname bogosity. |
| 12819 | |
| 12820 | Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 12821 | |
| 12822 | * configure: Remove temporary files on receipt of a signal. |
| 12823 | |
| 12824 | Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com) |
| 12825 | |
| 12826 | * configure: If there is a package_makefile_frag, remove |
| 12827 | ${subdir}/Makefile.tem after copying it in. |
| 12828 | |
| 12829 | Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com) |
| 12830 | |
| 12831 | * build_all.mk: support rs6000 lynx identifies itself as |
| 12832 | rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc |
| 12833 | since /bin/gcc is too feeble to compile a modern gcc. |
| 12834 | |
| 12835 | Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com) |
| 12836 | |
| 12837 | * brought devo/test-build.mk update-to-date with progressive/ |
| 12838 | test-build.mk. Add lynx targets and hppa flag info. |
| 12839 | |
| 12840 | Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12841 | |
| 12842 | * configure.in: Use mh-ncrsvr43. Patch from |
| 12843 | Tom McConnell <tmcconne@sedona.intel.com>. |
| 12844 | |
| 12845 | Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 12846 | |
| 12847 | * config.guess (i386-unknown-bsdi): No longer need to |
| 12848 | check #if defined(__bsdi__) && defined(__i386__). |
| 12849 | |
| 12850 | Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 12851 | |
| 12852 | * configure: Set program_transform_nameoption correctly. |
| 12853 | |
| 12854 | Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com) |
| 12855 | |
| 12856 | * brought build-all.mk update-to-date with progressive build-all.mk, |
| 12857 | added new targets and hppa info. |
| 12858 | |
| 12859 | Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 12860 | |
| 12861 | * configure: If config.guess result is a prefix of the user |
| 12862 | specified target, assume a native build and use the user specified |
| 12863 | target as the host alias. Remove SunOS patch suffix removal hack. |
| 12864 | * configure.in: Remove SunOS patch suffix removal hack. |
| 12865 | |
| 12866 | * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's |
| 12867 | in NATIVE_CHECK_MODULES. |
| 12868 | |
| 12869 | Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com) |
| 12870 | |
| 12871 | * Makefile.in: Rename HOST_ONLY to NATIVE. |
| 12872 | * configure: Delete SunOs patch suffix from host_canonical |
| 12873 | and build_canonical variables that are prepended to Makefiles. |
| 12874 | * configure.in: Add comments for easier maintenance. |
| 12875 | |
| 12876 | Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 12877 | |
| 12878 | * Makefile.in: Add all-libproc target similar to all-gui. |
| 12879 | |
| 12880 | Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com) |
| 12881 | |
| 12882 | * Makefile.in (CHECK_MODULES): split into |
| 12883 | HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES. |
| 12884 | |
| 12885 | Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com) |
| 12886 | |
| 12887 | * config.guess (i386-unknown-bsdi): New system to guess. |
| 12888 | |
| 12889 | Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 12890 | |
| 12891 | * Makefile.in: Add all-gui target (but not yet build by "all"). |
| 12892 | |
| 12893 | Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com) |
| 12894 | |
| 12895 | * config.sub: Move deletion of patch suffix from here... |
| 12896 | * configure.in: To here, at Ian's suggestion. The top- |
| 12897 | level scripts might need to know of a patch level. |
| 12898 | |
| 12899 | Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com) |
| 12900 | |
| 12901 | * config.sub: Strip off patch suffix so rtl is recognized |
| 12902 | as a sunos4.1.3 machine, even though it's been patched. |
| 12903 | |
| 12904 | Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com) |
| 12905 | |
| 12906 | * Makefile.in (INSTALL_LAST): Delete. |
| 12907 | (INSTALL_DOSREL): New. |
| 12908 | |
| 12909 | Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 12910 | |
| 12911 | * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*. |
| 12912 | Don't set use_gnu_ld to no for *-*-sysv4; that only controls |
| 12913 | whether we pass down --with-gnu-ld anyhow. |
| 12914 | |
| 12915 | Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com) |
| 12916 | |
| 12917 | * Makefile.in (INSTALL_LAST): Change operation so it works |
| 12918 | on more flavors of make. |
| 12919 | * configure.in (go32): Don't build libg++ or libio. |
| 12920 | |
| 12921 | Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com) |
| 12922 | |
| 12923 | * Makefile.in (Move HOST_PREFIX_1 and friends up so |
| 12924 | they can be overriden by templates. |
| 12925 | |
| 12926 | Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com) |
| 12927 | |
| 12928 | * configure.in (target==go32): Don't build gdb. |
| 12929 | * dosrel: New directory. |
| 12930 | |
| 12931 | Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com) |
| 12932 | |
| 12933 | * configure.in (host==go32): Configure dosrel too. |
| 12934 | * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last. |
| 12935 | (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should |
| 12936 | be set by incoming names or templates. |
| 12937 | (INSTALL_LAST): New rule. |
| 12938 | |
| 12939 | Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com) |
| 12940 | |
| 12941 | * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os. |
| 12942 | |
| 12943 | Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com) |
| 12944 | |
| 12945 | * configure.in (appdirs): New variable. Currently empty, but will |
| 12946 | be used in gas distribution. If nonempty, lists a set of |
| 12947 | directories at least one of which must get configured, or top |
| 12948 | level configuration is considered to have failed. |
| 12949 | (rs6000-*-lynxos*): Use new file name. |
| 12950 | |
| 12951 | Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 12952 | |
| 12953 | Eliminate XTRAFLAGS. |
| 12954 | * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the |
| 12955 | newlib include files using -idirafter, and also use -nostdinc. |
| 12956 | (CXX_FOR_TARGET): Likewise. |
| 12957 | (XTRAFLAGS): Removed. |
| 12958 | (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET. |
| 12959 | (EXTRA_HOST_FLAGS): Remove XTRAFLAGS. |
| 12960 | (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise. |
| 12961 | ($(DO_X)): Don't pass down XTRAFLAGS. |
| 12962 | |
| 12963 | Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com) |
| 12964 | |
| 12965 | * configure.in (mips*-dec-bsd*): New target; do build linker. |
| 12966 | (mips*-*-bsd*): New target; don't build linker. |
| 12967 | |
| 12968 | Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com) |
| 12969 | |
| 12970 | * configure.in: support rs6000-*-lynxos* configuration. |
| 12971 | support sunos4 as a cross target. |
| 12972 | |
| 12973 | * config.sub: look for lynx*, not lynx since the OS version may |
| 12974 | legitimately be part of the name. |
| 12975 | |
| 12976 | Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com) |
| 12977 | |
| 12978 | * configure.in (i[34]86-*-sco*): Move to be with other i386 |
| 12979 | targets. |
| 12980 | (romp-*-*): New target. Skip various binary utilities. |
| 12981 | (vax-*-*): New target. Don't build newlib. |
| 12982 | (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib. |
| 12983 | |
| 12984 | Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
| 12985 | |
| 12986 | * configure.in: Only set host_makefile_frag if config |
| 12987 | directory exists. |
| 12988 | |
| 12989 | Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
| 12990 | |
| 12991 | * install.sh: If $dstdir exists, don't check whether each |
| 12992 | component does. |
| 12993 | |
| 12994 | Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 12995 | |
| 12996 | * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh. |
| 12997 | |
| 12998 | Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com) |
| 12999 | |
| 13000 | * configure.in (*-*-lynxos*): Don't configure newlib for either |
| 13001 | native or cross Lynx. |
| 13002 | |
| 13003 | Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com) |
| 13004 | |
| 13005 | * config.sub (sparc64-elf): Fix os. |
| 13006 | (z8k): Remove duplicate. |
| 13007 | |
| 13008 | Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 13009 | |
| 13010 | * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not |
| 13011 | gcc/stmp-fixproto, to try to prevent fixproto from being run. |
| 13012 | |
| 13013 | Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com) |
| 13014 | |
| 13015 | * configure: Make file links cleanly even if Lynx fails on |
| 13016 | an NFS symlink (at least fail cleanly). |
| 13017 | |
| 13018 | Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com) |
| 13019 | |
| 13020 | * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to |
| 13021 | -XNh2000. |
| 13022 | |
| 13023 | Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
| 13024 | |
| 13025 | * configure: Unknown options are fatal again. |
| 13026 | |
| 13027 | Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com) |
| 13028 | |
| 13029 | * configure: Ignore --x-includes and --x-libraries, for Autoconf |
| 13030 | compatibility. |
| 13031 | |
| 13032 | Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com) |
| 13033 | |
| 13034 | * build-all.mk: Add `clean' target. |
| 13035 | |
| 13036 | Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
| 13037 | |
| 13038 | * config.guess: Add SINIX support. |
| 13039 | * configure.in: Add mips-*-sysv4* support. |
| 13040 | |
| 13041 | Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com) |
| 13042 | |
| 13043 | * build-all.mk: Document all useful targets. |
| 13044 | If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2. |
| 13045 | If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4. |
| 13046 | |
| 13047 | Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
| 13048 | |
| 13049 | * configure: Support --silent, --quiet. |
| 13050 | |
| 13051 | Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
| 13052 | |
| 13053 | * configure: Support --disable-FEATURE. |
| 13054 | |
| 13055 | Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13056 | |
| 13057 | * config.guess: Recognize NCR running SVR4.3. |
| 13058 | |
| 13059 | Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 13060 | |
| 13061 | * config.guess: Make BSDI generate i386-unknown-bsd386. |
| 13062 | Patch from Paul Eggert <eggert@twinsun.com>. |
| 13063 | |
| 13064 | Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 13065 | |
| 13066 | * configure.in (powerpc-*-aix*): Treat like rs6000-*-*. |
| 13067 | |
| 13068 | Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
| 13069 | |
| 13070 | * configure: Make unrecognized options give nonfatal warnings |
| 13071 | instead of fatal errors, and pass them to any subdirectory |
| 13072 | configures in case they recognize them. |
| 13073 | Make --x equivalent to --with-x. |
| 13074 | |
| 13075 | Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com) |
| 13076 | |
| 13077 | * configure: Add --enable-* options. Clean up usage message and |
| 13078 | some comments. |
| 13079 | |
| 13080 | Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com) |
| 13081 | |
| 13082 | * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new. |
| 13083 | |
| 13084 | Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu) |
| 13085 | |
| 13086 | * configure.in (hppa*-*-*): Enable binutils. |
| 13087 | |
| 13088 | Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13089 | |
| 13090 | * config.sub: Recognize cisco. |
| 13091 | |
| 13092 | Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com) |
| 13093 | |
| 13094 | * Makefile.in (CXXFLAGS): Add -fexternal-templates. |
| 13095 | |
| 13096 | Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13097 | |
| 13098 | * config.guess: about target *-hitachi-hiuxwe2, don't print more |
| 13099 | than one configuration name. Add comment. |
| 13100 | |
| 13101 | Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp) |
| 13102 | |
| 13103 | * config.guess: about target *-hitachi-hiuxwe2, fixed |
| 13104 | machine guessing order. [Hitachi's CPU_IS_HP_MC68K |
| 13105 | macro is incorrect.] |
| 13106 | |
| 13107 | Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13108 | |
| 13109 | * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather |
| 13110 | than the "make ls" stuff which used to be here. |
| 13111 | |
| 13112 | Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 13113 | |
| 13114 | * config.guess: Recognize i[34]86-unknown-freebsd. |
| 13115 | From Shawn M Carey <smcarey@rodan.syr.edu>. |
| 13116 | |
| 13117 | Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 13118 | |
| 13119 | * configure.in (noconfigdirs for alpha): Remove libg++ and libio. |
| 13120 | |
| 13121 | Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com) |
| 13122 | |
| 13123 | * config.guess: Check for ptx. |
| 13124 | |
| 13125 | Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com) |
| 13126 | |
| 13127 | * config.sub: Add os9k checking. |
| 13128 | |
| 13129 | Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu) |
| 13130 | |
| 13131 | * config.guess: Handle OSF1 running on HPPA processors |
| 13132 | |
| 13133 | Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com) |
| 13134 | |
| 13135 | * configure: If subdir configure fails, print out a message with |
| 13136 | subdirectory name, in case subdir's configure code didn't identify |
| 13137 | itself. |
| 13138 | |
| 13139 | Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com) |
| 13140 | |
| 13141 | * configure.in: Remove embedded newlines from configdirs. |
| 13142 | Avoid mismatches of substrings. Fix matching strings at end |
| 13143 | of configdirs. |
| 13144 | |
| 13145 | Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com) |
| 13146 | |
| 13147 | * config.guess: Add Lynx/rs6000 config support. |
| 13148 | |
| 13149 | Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com) |
| 13150 | |
| 13151 | * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas. |
| 13152 | |
| 13153 | Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com) |
| 13154 | |
| 13155 | * configure.in (hppa*-*-osf*): Treat this just like most other |
| 13156 | PA configurations (eg no binutils or ld). |
| 13157 | (hppa*-*-*elf*): These configurations have binutils and ld. |
| 13158 | |
| 13159 | Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu) |
| 13160 | |
| 13161 | * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP. |
| 13162 | |
| 13163 | Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 13164 | |
| 13165 | * configure.in (rs6000-*-*): Build gas. |
| 13166 | |
| 13167 | Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu) |
| 13168 | |
| 13169 | * Makefile.in: Avoid bug in losing hpux sed. |
| 13170 | |
| 13171 | Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13172 | |
| 13173 | * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed |
| 13174 | for GDB and GDB has been fixed to not need it. |
| 13175 | |
| 13176 | Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com) |
| 13177 | |
| 13178 | * config.guess: Recognize vax hosts. |
| 13179 | |
| 13180 | Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com) |
| 13181 | |
| 13182 | * configure (while loop): Don't use "break 2" inside case |
| 13183 | statement -- the case statement isn't an enclosing loop. |
| 13184 | |
| 13185 | Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com) |
| 13186 | |
| 13187 | * config.guess: Clean up NeXT support, to allow nextstep |
| 13188 | on Intel machines. Make OS be nextstep. |
| 13189 | |
| 13190 | Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu) |
| 13191 | |
| 13192 | * config.guess: Add alternate forms for Convex. |
| 13193 | |
| 13194 | Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com) |
| 13195 | |
| 13196 | * configure: Completely rewrite option processing. Take |
| 13197 | advantage of pattern-matching to avoid invoking test frequently. |
| 13198 | Also clean up host and target defaulting logic. |
| 13199 | |
| 13200 | Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com) |
| 13201 | |
| 13202 | * Makefile.in: Replace all occurrances of "rootme" with "r" and |
| 13203 | "$${rootme}" with "$$r", to increase the likelihood that the do-* |
| 13204 | commands (plus user environment) will fit SCO limits. |
| 13205 | |
| 13206 | Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 13207 | |
| 13208 | * configure.in: Don't issue warnings about directories which are |
| 13209 | not being configured if -norecursion is set. Correct test for |
| 13210 | --with-gnu-as and --with-gnu-ld to not get confused by substring |
| 13211 | matches. |
| 13212 | |
| 13213 | * configure.in: Don't build gas for alpha-dec-osf1*. |
| 13214 | |
| 13215 | Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com) |
| 13216 | |
| 13217 | * configure: Back out Per's change of 12/19/1993. It changes the |
| 13218 | behavior of configure in unexpected and confusing ways. |
| 13219 | |
| 13220 | Also, use different delim char when calculating |
| 13221 | program_transform_name so that the name can contain slashes. |
| 13222 | |
| 13223 | Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com) |
| 13224 | |
| 13225 | * configure.in, config.sub: Add support for VSTa micro-kernel. |
| 13226 | |
| 13227 | Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu) |
| 13228 | |
| 13229 | * configure.in: Nuke hacks which were used to get a special |
| 13230 | version of GAS for HPPA configurations. |
| 13231 | |
| 13232 | Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com) |
| 13233 | |
| 13234 | * configure: If only ${target_alias} is given, use that |
| 13235 | as the default for ${host_alias}. |
| 13236 | * configure: Add missing back-slashes before nested quotes. |
| 13237 | |
| 13238 | Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com) |
| 13239 | |
| 13240 | * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON) |
| 13241 | |
| 13242 | Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com) |
| 13243 | |
| 13244 | * config.guess: Recognize some Tektronix configurations. |
| 13245 | From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>. |
| 13246 | |
| 13247 | Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com) |
| 13248 | |
| 13249 | * config.sub: Match any flavor of SH. |
| 13250 | |
| 13251 | Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com) |
| 13252 | |
| 13253 | * configure.in: Don't try to configure newlib for Alpha. |
| 13254 | |
| 13255 | Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 13256 | |
| 13257 | * configure.in: Don't build ld for Irix 5. Don't build gas, |
| 13258 | libg++ or libio for any Alpha target. |
| 13259 | |
| 13260 | * configure.in (mips*-sgi-irix5*): New target; use mh-irix5. |
| 13261 | |
| 13262 | Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com) |
| 13263 | |
| 13264 | * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for |
| 13265 | default arguments -- so it tried to compress itself. |
| 13266 | |
| 13267 | Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com) |
| 13268 | |
| 13269 | * configure.in (notsupp): ensure that a space is always at the end |
| 13270 | of the configdirs list, since the grep checks for an explicit space |
| 13271 | |
| 13272 | Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13273 | |
| 13274 | * configure.in (target i386-sysv4.2): don't build ld, since static |
| 13275 | versions of many libraries are not available. |
| 13276 | |
| 13277 | Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13278 | |
| 13279 | * config.guess: Recognize Apollos (using environment variables). |
| 13280 | * configure.in: Don't configure ld, binutils, or gprof for Apollo. |
| 13281 | |
| 13282 | Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13283 | |
| 13284 | * config.guess: Recognize Sony news mips running newsos. |
| 13285 | |
| 13286 | Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com) |
| 13287 | |
| 13288 | * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be |
| 13289 | "fi ; else" for bash. |
| 13290 | |
| 13291 | Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com) |
| 13292 | |
| 13293 | * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL. |
| 13294 | |
| 13295 | Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com) |
| 13296 | |
| 13297 | * config.sub: accept unixware as an alias for svr4.2. |
| 13298 | Fix some inconsistancies with the gcc version. |
| 13299 | |
| 13300 | Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13301 | |
| 13302 | * Makefile.in (DISTDOCDIRS): Add gdb. |
| 13303 | |
| 13304 | Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com) |
| 13305 | |
| 13306 | * Makefile.in (DISTDOCDIRS): Add libg++ and libio. |
| 13307 | |
| 13308 | Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com) |
| 13309 | |
| 13310 | * Makefile.in (taz): Only build "info" in DISTDOCDIRS. |
| 13311 | (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want |
| 13312 | this now. |
| 13313 | |
| 13314 | Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13315 | |
| 13316 | * config.sub: Accept hiux* as an OS name. |
| 13317 | |
| 13318 | * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per |
| 13319 | etc/make-stds.texi. The underscore came from gcc, and dje now |
| 13320 | agrees that RUNTESTFLAGS is the correct name. |
| 13321 | |
| 13322 | Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com) |
| 13323 | |
| 13324 | * install.sh: Remove 'set -e'. It makes any conditionals |
| 13325 | in the script useless. |
| 13326 | |
| 13327 | * config.guess: Automatically recognize arm-acorn-riscix |
| 13328 | Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk). |
| 13329 | |
| 13330 | Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com) |
| 13331 | |
| 13332 | * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS |
| 13333 | |
| 13334 | Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com) |
| 13335 | |
| 13336 | * Makefile.in (DISTDOCDIRS): New variable. |
| 13337 | (taz): Edit local Makefile.in sooner, instead of proto-toplev |
| 13338 | Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS. |
| 13339 | |
| 13340 | Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13341 | |
| 13342 | * configure.in (hppa target): check the source directory for the |
| 13343 | pagas sub-directory |
| 13344 | |
| 13345 | Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com) |
| 13346 | |
| 13347 | * config.sub: Allow -aout* and -elf*. |
| 13348 | |
| 13349 | Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com) |
| 13350 | |
| 13351 | * configure.in: Don't build ld on i386-solaris2, same as for |
| 13352 | sparc-solaris2. |
| 13353 | |
| 13354 | Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com) |
| 13355 | |
| 13356 | * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++). |
| 13357 | |
| 13358 | Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
| 13359 | |
| 13360 | * configure.in: Configure gdb for alpha. |
| 13361 | |
| 13362 | Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13363 | |
| 13364 | * Makefile.in (CXXFLAGS): Add -O. |
| 13365 | |
| 13366 | Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13367 | |
| 13368 | * config.guess: added support for DG Aviion |
| 13369 | |
| 13370 | Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com) |
| 13371 | |
| 13372 | * configure.in: Produce warning message for subdirectories not |
| 13373 | configurable for this host/target combination. Don't try to |
| 13374 | configure gdb for vms. |
| 13375 | |
| 13376 | Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com) |
| 13377 | |
| 13378 | * Makefile.in (taz): Replace "byacc" with "bison -y" in the |
| 13379 | appropriate files before making "diststuff". |
| 13380 | (DISTBISONFILES): New var: list of files to be edited. |
| 13381 | (DISTSTUFFDIRS): Add binutils. |
| 13382 | |
| 13383 | Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13384 | |
| 13385 | * config.sub: also handle mipsel and mips64el (for little endian mips) |
| 13386 | |
| 13387 | Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13388 | |
| 13389 | * configure.in: Add * to end of all OS names. |
| 13390 | |
| 13391 | Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com) |
| 13392 | |
| 13393 | * configure.in: Build newlib for LynxOS native. |
| 13394 | |
| 13395 | Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13396 | |
| 13397 | * config.guess: Add support for delta 88k running SVR3. |
| 13398 | |
| 13399 | * configure.in: Add comment about HP compiler vs. emacs. |
| 13400 | |
| 13401 | Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13402 | |
| 13403 | * configure.in: don't build ld on solaris2 (not a viable option |
| 13404 | due to bugs in getpwnam & getpwuid) |
| 13405 | |
| 13406 | Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com) |
| 13407 | |
| 13408 | * configure.in: Accept alpha-dec-osf1*, not just -osf1, since |
| 13409 | config.guess will produce a full version number. |
| 13410 | |
| 13411 | Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 13412 | |
| 13413 | * configure.in: Build linker and binutils for alpha-dec-osf1. |
| 13414 | |
| 13415 | Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13416 | |
| 13417 | * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS, |
| 13418 | and gdb/testsuite/Makefile.in. |
| 13419 | |
| 13420 | Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13421 | |
| 13422 | * configure.in: recognize mips*- instead of mips- |
| 13423 | |
| 13424 | Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com) |
| 13425 | |
| 13426 | * config.sub: Accept linux*coff and linux*elf as operating |
| 13427 | systems. |
| 13428 | |
| 13429 | Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 13430 | |
| 13431 | * config.sub: Recognize mips64, and mips3 as an alias for it. |
| 13432 | |
| 13433 | Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) |
| 13434 | |
| 13435 | * configure.in: Remove alpha-dec-osf*, no longer necessary now that |
| 13436 | gdb knows how to handle OSF/1 shared libraries. |
| 13437 | |
| 13438 | Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13439 | |
| 13440 | * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux). |
| 13441 | * config.guess: Recognize Hitachi's HIUX. |
| 13442 | * config.sub: Recognize h3050r* and hppahitachi. |
| 13443 | Remove redundant cases for hp9k[23]*. |
| 13444 | |
| 13445 | Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13446 | |
| 13447 | * configure.in: default to '--with-gnu-as' and '--with-gnu-ld' |
| 13448 | if gas and ld are in the source tree and are in ${configdirs}. |
| 13449 | If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the |
| 13450 | --with options (but still pass them down on the command line, |
| 13451 | if they were explicitly specified). |
| 13452 | |
| 13453 | Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13454 | |
| 13455 | * configure: substitute SHELL value in Makefile.in with |
| 13456 | ${CONFIG_SHELL} |
| 13457 | |
| 13458 | Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 13459 | |
| 13460 | * configure.in: Build gas, ld, and binutils for *-*-sysv4* and |
| 13461 | *-*-solaris2* targets. |
| 13462 | |
| 13463 | Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13464 | |
| 13465 | * Makefile.in: define M4, and pass it down to sub-makes; |
| 13466 | all-autoconf now depends on all-m4 |
| 13467 | |
| 13468 | Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13469 | |
| 13470 | * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on |
| 13471 | presence of {ar,ranlib} instead of a configured directory |
| 13472 | |
| 13473 | Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) |
| 13474 | |
| 13475 | * config.guess: Accept 34?? as well as 33?? for NCR. |
| 13476 | |
| 13477 | Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13478 | |
| 13479 | * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead |
| 13480 | of 'gas' in sed commands, since 'gash' is now in the tree as well. |
| 13481 | |
| 13482 | Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13483 | |
| 13484 | * configure: grab values for $(CC) and $(CXX) from the |
| 13485 | environment, so that someone can do "CC=gcc configure; make" and |
| 13486 | have it work right (matching the way that autoconf works now) |
| 13487 | |
| 13488 | * configure.in, Makefile.in: add support for gash, the tcl |
| 13489 | interface to Galaxy |
| 13490 | |
| 13491 | * config.guess: add NetBSD variants (hp300, x86) |
| 13492 | |
| 13493 | Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com) |
| 13494 | |
| 13495 | * install.sh: Support -d option (in the manner of SunOS 4 install, |
| 13496 | as it is more deterministic than that of GNU install) |
| 13497 | (chmodcmd): Set file to mode 755 by default (should also do default |
| 13498 | chgrp and chown, but I don't feel like dealing with that now) |
| 13499 | |
| 13500 | Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com) |
| 13501 | |
| 13502 | * config.sub: Remove h8300hhms alias. |
| 13503 | |
| 13504 | Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13505 | |
| 13506 | * configure.in: Match *-*-solaris2* not *-sun-solaris2*. |
| 13507 | |
| 13508 | Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13509 | |
| 13510 | * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well |
| 13511 | as stmp-fixinc |
| 13512 | |
| 13513 | Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com) |
| 13514 | |
| 13515 | * config.sub: recognize m88110-bug-coff. |
| 13516 | |
| 13517 | Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13518 | |
| 13519 | * Makefile.in (all-libio): all dependencies on the toolchain used |
| 13520 | to build this (gcc, gas, ld, etc) |
| 13521 | |
| 13522 | Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13523 | |
| 13524 | * config.guess: Deal with OSF/1 1.3 on alpha. |
| 13525 | |
| 13526 | Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13527 | |
| 13528 | * install.sh: add some 'else true' clauses for portability |
| 13529 | |
| 13530 | * configure.in: don't build libio for h8[35]00-*-* targets |
| 13531 | |
| 13532 | Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com) |
| 13533 | |
| 13534 | * Makefile.in: Add support for new libio. |
| 13535 | |
| 13536 | Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13537 | |
| 13538 | * install.sh: If one command fails, don't try the rest. Don't try |
| 13539 | to remove $dsttmp (via trap) unless we have already created it. |
| 13540 | If $src doesn't exist, detect it and exit with an error. |
| 13541 | |
| 13542 | * config.guess: Recognize BSD on hp300. |
| 13543 | |
| 13544 | Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com) |
| 13545 | |
| 13546 | * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux. |
| 13547 | Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>. |
| 13548 | |
| 13549 | Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com) |
| 13550 | |
| 13551 | * Makefile.in (all-send-pr): depends on all-prms |
| 13552 | |
| 13553 | Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13554 | |
| 13555 | * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd). |
| 13556 | |
| 13557 | Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
| 13558 | |
| 13559 | * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell): |
| 13560 | Added test for mips-mips-riscos5. |
| 13561 | |
| 13562 | Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13563 | |
| 13564 | * configure.in: use mh-hp300 for 68k HP hosts |
| 13565 | |
| 13566 | Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13567 | |
| 13568 | * configure: add support for CONFIG_SHELL, so that you can use |
| 13569 | some alternate shell for evaluating configure scripts |
| 13570 | |
| 13571 | Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com) |
| 13572 | |
| 13573 | * Makefile.in (make-gdb.tar.gz): Sed bug reporting address |
| 13574 | in configure script to bug-gdb@prep.ai.mit.edu when building |
| 13575 | distribution archive. |
| 13576 | * Makefile.in (COMPRESS): Remove def. |
| 13577 | * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from |
| 13578 | gdb.tar.Z and make-gdb.tar.Z respectively. |
| 13579 | * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive. |
| 13580 | * Makefile.in (make-gdb.tar.gz): Minor changes to move closer |
| 13581 | to convergence with 'taz' target in Makefile.in. |
| 13582 | |
| 13583 | Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13584 | |
| 13585 | * install.sh (dsttmp): use trap to ensure that tmp files go |
| 13586 | away on error conditions |
| 13587 | |
| 13588 | Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13589 | |
| 13590 | * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES |
| 13591 | |
| 13592 | Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13593 | |
| 13594 | * Makefile.in (install-dirs): Deal with a prefix like /gnu; |
| 13595 | its parent is '/' not ''. |
| 13596 | |
| 13597 | * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog. |
| 13598 | |
| 13599 | Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com) |
| 13600 | |
| 13601 | * configure: if ${newsrcdir}/configure doesn't exist, don't assume |
| 13602 | that ${newsrcdir}/configure.in does. |
| 13603 | |
| 13604 | Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) |
| 13605 | |
| 13606 | * test-build.mk: support for CONFIG_SHELL |
| 13607 | |
| 13608 | Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com) |
| 13609 | |
| 13610 | * config.sub (netware): Add as a basic system type. |
| 13611 | |
| 13612 | Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com) |
| 13613 | |
| 13614 | * Makefile.in (Makefile): depend on configure.in. Also drop the |
| 13615 | $(srcdir)/ from the dependency on Makefile.in. |
| 13616 | |
| 13617 | Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com) |
| 13618 | |
| 13619 | * config.sub: Recognize h8300hhms as h8300h-hitachi-hms. |
| 13620 | (h8300hhms is temporary until multi-libraries are implemented). |
| 13621 | * configure.in: Handle h8300h too. |
| 13622 | |
| 13623 | Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13624 | |
| 13625 | * config.guess: Recognize dpx/2 as m68k-bull-sysv3. |
| 13626 | |
| 13627 | Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com) |
| 13628 | |
| 13629 | * configure: Remove extraneous output when guessing host type. |
| 13630 | * config.guess: Remove extraneous output when guessing using C |
| 13631 | compiler rather than uname, or when guessing fails. |
| 13632 | |
| 13633 | Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) |
| 13634 | |
| 13635 | * Makefile.in: remove all.cross and install.cross targets |
| 13636 | |
| 13637 | * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross |
| 13638 | definitions |
| 13639 | |
| 13640 | Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) |
| 13641 | |
| 13642 | * configure.in (target sh): Build gprof. |
| 13643 | |
| 13644 | Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13645 | |
| 13646 | * config.sub: change -solaris to -solaris2 |
| 13647 | |
| 13648 | Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13649 | |
| 13650 | * configure.in: Use config/mh-riscos for mips-*-sysv*. |
| 13651 | |
| 13652 | Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13653 | |
| 13654 | * configure: Correct error message for missing Makefile.in to |
| 13655 | print correct directory. |
| 13656 | |
| 13657 | Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13658 | |
| 13659 | * install.sh: kludge around 386BSD shell bug |
| 13660 | |
| 13661 | Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com) |
| 13662 | |
| 13663 | * config.guess: Recognize NeXT. |
| 13664 | * config.guess: Recognize i486-ncr-sysv4. |
| 13665 | * Makefile.in (taz): rm $(TOOL)-$$VER before linking. |
| 13666 | |
| 13667 | Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13668 | |
| 13669 | * Makefile.in (MAKEINFOFLAGS): New variable. |
| 13670 | (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS. |
| 13671 | * build-all.mk, test-build.mk: Pass down --no-split as |
| 13672 | MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g. |
| 13673 | |
| 13674 | Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com) |
| 13675 | |
| 13676 | * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh. |
| 13677 | |
| 13678 | Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com) |
| 13679 | |
| 13680 | * Makefile.in (libg++.tar.z): New rule. |
| 13681 | * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'. |
| 13682 | * Makefile.in (taz): Only do a single chmod. |
| 13683 | |
| 13684 | Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com) |
| 13685 | |
| 13686 | * install.sh: don't use dirname anymore (replaced with sed usage) |
| 13687 | |
| 13688 | Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com) |
| 13689 | |
| 13690 | * Makefile.in: Change extension for gzip'd files from '.z' to |
| 13691 | '.gz' per new FSF standard usage. |
| 13692 | |
| 13693 | Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com) |
| 13694 | |
| 13695 | * configure: put quotes around the final value of program_transform_name |
| 13696 | |
| 13697 | Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13698 | |
| 13699 | * Makefile.in: new install.sh support; update install-info rules |
| 13700 | |
| 13701 | Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13702 | |
| 13703 | * configure.in: Build diff for crosses, but not for go32 host. |
| 13704 | |
| 13705 | * configure.in: Build gprof only for native, and don't build it |
| 13706 | for mips-*-*, rs6000-*-*, or i[34]86-*-sco*. |
| 13707 | |
| 13708 | Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com) |
| 13709 | |
| 13710 | * configure.in: don't build gas,ld,binutils on for *-*-sysv4 |
| 13711 | |
| 13712 | Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com) |
| 13713 | |
| 13714 | * configure.in (host_tools): Add prms. |
| 13715 | |
| 13716 | Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13717 | |
| 13718 | * Makefile.in: install gcc, do installation of $(INSTALL_MODULES) |
| 13719 | with $(FLAGS_TO_PASS) on the command line |
| 13720 | |
| 13721 | * config.sub: Recognize lynx and lynxos |
| 13722 | |
| 13723 | Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13724 | |
| 13725 | * config.sub: Accept -ecoff*, not just -ecoff. |
| 13726 | |
| 13727 | Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) |
| 13728 | |
| 13729 | * Makefile.in (taz): Use .gz suffix instead of .z. |
| 13730 | (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target |
| 13731 | names. |
| 13732 | |
| 13733 | Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13734 | |
| 13735 | * Makefile.in (vault-install): add an 'else true' (for Ultrix) |
| 13736 | |
| 13737 | Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13738 | |
| 13739 | * Makefile.in (install-no-fixedincludes): install gcc last, so |
| 13740 | that rebuilds that might happen during 'make install' don't get |
| 13741 | bogus gcc include files |
| 13742 | |
| 13743 | Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) |
| 13744 | |
| 13745 | Change from Utah for HPPA support: |
| 13746 | * config.guess: Recognize hppa1.x-hp-bsd. |
| 13747 | |
| 13748 | Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com) |
| 13749 | |
| 13750 | * config.guess: Add support for Motorola Delta 68k, up to r3v7. |
| 13751 | Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`). |
| 13752 | |
| 13753 | Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com) |
| 13754 | |
| 13755 | * config.sub: Add support for rom68k and bug boot monitors. |
| 13756 | |
| 13757 | Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com) |
| 13758 | |
| 13759 | * Makefile.in: Make all-opcodes depend on all-bfd. |
| 13760 | |
| 13761 | Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13762 | |
| 13763 | * config.guess: Added special check for i[34]86-univel-sysv4*. |
| 13764 | |
| 13765 | Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13766 | |
| 13767 | * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for |
| 13768 | the processor rather than assuming i486. |
| 13769 | |
| 13770 | Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |
| 13771 | |
| 13772 | * config.guess: Recognize SunOS6 as Solaris3. |
| 13773 | |
| 13774 | Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com) |
| 13775 | |
| 13776 | * config.guess: Fix typo. Avoid #elif (not in K&R 1). |
| 13777 | Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2. |
| 13778 | |
| 13779 | Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13780 | |
| 13781 | * build-all.mk (all-cross): New target for Canadian Cross. |
| 13782 | Added Q2 go32 targets. |
| 13783 | * test-build.mk: Configure go32 cross sparclite-aout and |
| 13784 | mips-idt-ecoff -with-gnu-ld. Moved build binary directory from |
| 13785 | PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS. |
| 13786 | |
| 13787 | Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13788 | |
| 13789 | * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for |
| 13790 | GO32 hosted toolchains |
| 13791 | |
| 13792 | Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com) |
| 13793 | |
| 13794 | * configure: change so "-exec-prefix" gets passed down rather |
| 13795 | than "-exec_prefix" so autoconf generated Makefiles get the |
| 13796 | exec_prefix set right. |
| 13797 | |
| 13798 | Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13799 | |
| 13800 | * config.guess: get the Solaris2 minor version number |
| 13801 | |
| 13802 | * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT |
| 13803 | |
| 13804 | Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com) |
| 13805 | |
| 13806 | * config.guess: Recognize some Sequent platforms. |
| 13807 | |
| 13808 | Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13809 | |
| 13810 | * Makefile.in: added the vault-install target |
| 13811 | |
| 13812 | * configure.in: actually use the Sun3 makefile fragment that's in |
| 13813 | config, also added the release dir to configdirs |
| 13814 | |
| 13815 | Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) |
| 13816 | |
| 13817 | * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also. |
| 13818 | |
| 13819 | Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13820 | |
| 13821 | * configure.in: remove some program from Alpha targetted toolchains |
| 13822 | |
| 13823 | Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com) |
| 13824 | |
| 13825 | * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and |
| 13826 | gprof. |
| 13827 | (taz): Run "make diststuff" in those directories instead of "make |
| 13828 | proto-dir". Look for "VERSION=" only at start of line in subdir |
| 13829 | Makefile. Use "gzip -9" for compression. |
| 13830 | (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars. |
| 13831 | (binutils.tar.z): New target. |
| 13832 | |
| 13833 | Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com) |
| 13834 | |
| 13835 | * Makefile.in (taz): Include gpl.texinfo. |
| 13836 | |
| 13837 | Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com) |
| 13838 | |
| 13839 | * Makefile.in (setup-dirs): Merged into "taz" target. |
| 13840 | (taz): Only do `proto-dir' stuff if a directory is actually needed |
| 13841 | for this target. |
| 13842 | |
| 13843 | Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13844 | |
| 13845 | * Makefile.in (MUNCH_NM): New variable, defined to be $(NM). |
| 13846 | (FLAGS_TO_PASS): Pass down MUNCH_NM. |
| 13847 | (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables. |
| 13848 | (EXTRA_GCC_FLAGS): Pass down HOST_* variables. |
| 13849 | (gcc-no-fixedincludes): Correct for current gcc Makefile. |
| 13850 | |
| 13851 | Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com) |
| 13852 | |
| 13853 | * Makefile.in (make-gdb.tar.Z): Add configure, config.guess, |
| 13854 | config.sub, and move-if-change to gdb testsuite distribution |
| 13855 | archive, so the testsuite can be extracted, configured, and |
| 13856 | run separately from the gdb distribution. Blow away the Chill |
| 13857 | tests that require a Chill compiled executable, since GNU Chill |
| 13858 | is not yet publically available. |
| 13859 | |
| 13860 | Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13861 | |
| 13862 | * test-build.mk: set environment variables in a single command, |
| 13863 | instead of a list of assignments and exports |
| 13864 | |
| 13865 | * config.guess: recognize Alpha/OSF1 systems |
| 13866 | |
| 13867 | Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com) |
| 13868 | |
| 13869 | * configure: Change help message to prefer --options rather than |
| 13870 | -options. |
| 13871 | |
| 13872 | Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) |
| 13873 | |
| 13874 | * config.sub: Convergent Tech. "miniframe" uses m68010, sez |
| 13875 | zippy@ecst.csuchico.edu. |
| 13876 | * config.guess: Recognize miniframe. |
| 13877 | |
| 13878 | Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com) |
| 13879 | |
| 13880 | * Makefile.in: Use srcroot to find runtest rather than rootme. |
| 13881 | Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS. |
| 13882 | |
| 13883 | Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13884 | |
| 13885 | * test-build.mk: Extensive additions to support building on a |
| 13886 | machine other than the host. |
| 13887 | |
| 13888 | Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com) |
| 13889 | |
| 13890 | * configure (tooldir): Fix for i386-aix again. |
| 13891 | |
| 13892 | Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com) |
| 13893 | |
| 13894 | * configure, Makefile.in: Change definition of $(tooldir) |
| 13895 | to match the FSF. |
| 13896 | |
| 13897 | Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com) |
| 13898 | |
| 13899 | * config.guess: Recognize i[34]86/SVR4. |
| 13900 | |
| 13901 | Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com) |
| 13902 | |
| 13903 | * Makefile.in (all-gdb): gdb depends on sim. |
| 13904 | |
| 13905 | Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com) |
| 13906 | |
| 13907 | * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory |
| 13908 | at the same time we make the prototype gdb directory. |
| 13909 | * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution |
| 13910 | files at the same time as the gdb base release distribution. |
| 13911 | |
| 13912 | Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13913 | |
| 13914 | * Makefile.in (check): Use individual check targets rather than |
| 13915 | DO_X rule. |
| 13916 | (check-gcc): Added. |
| 13917 | |
| 13918 | Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com) |
| 13919 | |
| 13920 | * config.sub: Use sysv3.2 not sysv32 for canonical OS |
| 13921 | for System V release 3.2. |
| 13922 | |
| 13923 | Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) |
| 13924 | |
| 13925 | * config.sub: Recognize hppaosf. |
| 13926 | * configure.in: Do configure ld/binutils/gas for it. |
| 13927 | |
| 13928 | Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) |
| 13929 | |
| 13930 | * configure (tooldir): Alter syntax used to set this, for systems |
| 13931 | where "\$" isn't handled right, like i386-aix. |
| 13932 | |
| 13933 | Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13934 | |
| 13935 | * configure: Pass program-transform-name, not |
| 13936 | program_transform_name, to recursive configures. |
| 13937 | |
| 13938 | Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com) |
| 13939 | |
| 13940 | * Makefile.in (gas+binutils.tar.z): New rule for building snapshots |
| 13941 | of gas+ld+binutils. |
| 13942 | |
| 13943 | Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com) |
| 13944 | |
| 13945 | * config.guess: Recognize AIX3.2 as distinct from 3.1. |
| 13946 | |
| 13947 | Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13948 | |
| 13949 | * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv |
| 13950 | |
| 13951 | Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com) |
| 13952 | |
| 13953 | * Makefile.in (PRMS): Set back to all-prms. |
| 13954 | |
| 13955 | Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13956 | |
| 13957 | * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS |
| 13958 | targets, rather than for MIPS hosts. |
| 13959 | |
| 13960 | Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 13961 | |
| 13962 | * configure.in: add comment for --with-x default values |
| 13963 | |
| 13964 | * config.guess: handle Motorola Delta88 box for SVR3 and SVR4. |
| 13965 | |
| 13966 | * Makefile.in: add check-* targets for each of the directories in |
| 13967 | the tree. Add a definition of RUNTEST that will use the one we |
| 13968 | just built, if it exists. Pass this down via FLAGS_TO_PASS. |
| 13969 | |
| 13970 | Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13971 | |
| 13972 | * configure.in: Removed obsolete references to bfd_target and |
| 13973 | target_makefile_frag. |
| 13974 | |
| 13975 | * build-all.mk: Set assorted targets for Q2. |
| 13976 | * config.sub: Recognize z8k-sim and h8300-hms. |
| 13977 | * test-build.mk: Really don't pass host to configure. |
| 13978 | (HOLES): Added uname. |
| 13979 | |
| 13980 | Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13981 | |
| 13982 | * configure: Handle an empty program-prefix, program-suffix or |
| 13983 | program-transform-name correctly. |
| 13984 | |
| 13985 | Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13986 | |
| 13987 | * build-all.mk: -G 8 no longer required for MIPS targets. |
| 13988 | * test-build.mk: Don't pass host argument to configure; make it |
| 13989 | guess. |
| 13990 | |
| 13991 | Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com) |
| 13992 | |
| 13993 | * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution. |
| 13994 | * Makefile.in (COMPRESS): New macro, like GZIP. |
| 13995 | |
| 13996 | Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com) |
| 13997 | |
| 13998 | * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well. |
| 13999 | |
| 14000 | * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc |
| 14001 | with gas currently defaults to -G 0. |
| 14002 | |
| 14003 | Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14004 | |
| 14005 | * Makefile.in (all-flex): flex depends on byacc. |
| 14006 | |
| 14007 | * build-all.mk: If host not specified, use config.guess. Pass TAG |
| 14008 | to test-build.mk as RELEASE_TAG. |
| 14009 | * test-build.mk (configargs): New variable containing arguments to |
| 14010 | pass to configure. Set to -with-gnu-as on mips-dec-ultrix. |
| 14011 | (FLAGS_TO_PASS): Pass down RELEASE_TAG. |
| 14012 | |
| 14013 | * config.guess: Use /bin/uname when checking -X argument on SCO, |
| 14014 | to avoid invoking GNU uname which doesn't understand -X. |
| 14015 | |
| 14016 | * test-build.mk: Don't use /usr/unsupported/bin/as on AIX. |
| 14017 | |
| 14018 | * configure.in: Build gas for mips-*-*. |
| 14019 | |
| 14020 | Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com) |
| 14021 | |
| 14022 | * Makefile.in (all.normal): insert missing backslash. |
| 14023 | |
| 14024 | Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14025 | |
| 14026 | * build-all.mk: Bump -XNh value to 1500 to match gcc requirements. |
| 14027 | |
| 14028 | * Makefile.in: Complete overhaul to merge many almost identical |
| 14029 | targets. |
| 14030 | |
| 14031 | Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) |
| 14032 | |
| 14033 | * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs. |
| 14034 | (gdb.tar.Z): Adjusted. |
| 14035 | |
| 14036 | * Makefile.in (setup-dirs, taz): New targets; should be general |
| 14037 | enough to adapt for gdb sometime. Build only .z file. |
| 14038 | (gas.tar.z): New target. |
| 14039 | |
| 14040 | Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14041 | |
| 14042 | * build-all.mk: Use CC=cc -Xs on Solaris. |
| 14043 | |
| 14044 | Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com) |
| 14045 | |
| 14046 | * Makefile.in: Incorporate changes suggested by wilson@cygnus.com |
| 14047 | for handling BISON for FSF releases. |
| 14048 | |
| 14049 | Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) |
| 14050 | |
| 14051 | * configure: Actually implement the change zoo just documented. |
| 14052 | |
| 14053 | Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) |
| 14054 | |
| 14055 | * configure: when using config.guess, only set target_alias when |
| 14056 | it's not already been set (ie, on the command line) |
| 14057 | |
| 14058 | Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14059 | |
| 14060 | * Makefile.in: add installcheck target, set PRMS to install-prms |
| 14061 | |
| 14062 | Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14063 | |
| 14064 | * configure: add support for package_makefile_fragment, handle the |
| 14065 | case where a directory has a configure.in file but no Makefile.in |
| 14066 | more gracefully (with an actual understandable error message, even); |
| 14067 | add support for --without (and add this to the usage message); also |
| 14068 | explicitly add a --host=${host_alias} to the command line when |
| 14069 | config.guess is used |
| 14070 | |
| 14071 | Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com) |
| 14072 | |
| 14073 | * configure: Must use both --host and --target in recursive calls. |
| 14074 | |
| 14075 | Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14076 | |
| 14077 | * Makefile.in: Change deja-gnu to dejagnu. |
| 14078 | |
| 14079 | Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14080 | |
| 14081 | * configure.in (h8300-*-*, h8500-*-*): Don't build libg++. |
| 14082 | |
| 14083 | Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14084 | |
| 14085 | * configure.in: canonicalize all instances to *-*-solaris2*, |
| 14086 | also strip out a number of tools to not build for go32 host |
| 14087 | |
| 14088 | Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com) |
| 14089 | |
| 14090 | * config.guess: add GPL. |
| 14091 | |
| 14092 | * Makefile.in, config.guess, config.sub, configure: bump |
| 14093 | copyrights to 93. |
| 14094 | |
| 14095 | Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14096 | |
| 14097 | * Makefile.in (do-info): Removed obsolete check for existence of |
| 14098 | localenv file. |
| 14099 | |
| 14100 | * Makefile.in (MAKEOVERRIDES): Define to be empty. |
| 14101 | |
| 14102 | Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14103 | |
| 14104 | * Makefile.in: a couple of 'else true' for decstation, |
| 14105 | support for TclX |
| 14106 | |
| 14107 | * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore |
| 14108 | |
| 14109 | Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com) |
| 14110 | |
| 14111 | * Makefile.in (setup-dirs): change invocation of make to $(MAKE). |
| 14112 | |
| 14113 | Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge) |
| 14114 | |
| 14115 | * config.guess: Recognize i386-ibm-aix (PS/2). |
| 14116 | * configure.in: Use config/mh-aix386 file for it. |
| 14117 | |
| 14118 | Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14119 | |
| 14120 | * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use |
| 14121 | CC_FOR_TARGET instead. |
| 14122 | (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET). |
| 14123 | |
| 14124 | Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com) |
| 14125 | |
| 14126 | * Makefile.in: Add sim to list of directories sent with gdb |
| 14127 | |
| 14128 | Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com) |
| 14129 | |
| 14130 | * configure.in: Put back mips-dec-bsd* case. |
| 14131 | |
| 14132 | Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com) |
| 14133 | |
| 14134 | (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>) |
| 14135 | * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet. |
| 14136 | * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'. |
| 14137 | |
| 14138 | Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14139 | |
| 14140 | * configure.in: remove no-op mips-dec-bsd* in "case $target" |
| 14141 | |
| 14142 | * Makefile.in (dir.info): only run gen-info-dir if it exists, |
| 14143 | (install-info): install dir.info only if it exists, |
| 14144 | (all-expect, install-expect): pass along X11_FLAGS_TO_PASS |
| 14145 | |
| 14146 | Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com) |
| 14147 | |
| 14148 | * configure.in: For vms target, skip bfd, ld, binutils. Do build |
| 14149 | gas for mips-dec-bsd. |
| 14150 | |
| 14151 | Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14152 | |
| 14153 | * configure (makesrcdir): If ${srcdir} is relative and not ".", |
| 14154 | and ${subdir} is not ".", set makesrcdir based on ${invsubdir}. |
| 14155 | |
| 14156 | Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com) |
| 14157 | |
| 14158 | * configure.in: Added "dejagnu" to hosttools list. |
| 14159 | |
| 14160 | Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com) |
| 14161 | |
| 14162 | * config.sub, configure.in, config.guess: Add support |
| 14163 | for Bosx, an AIX variant from Bull. |
| 14164 | Patches from F.Pierresteguy@frcl.bull.fr. |
| 14165 | |
| 14166 | Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com) |
| 14167 | |
| 14168 | * devo/dejagnu: Initial creation of devo/dejagnu. |
| 14169 | Migrated dejagnu testcases and support files for testing software |
| 14170 | tools to reside as subdirectories, currently called "testsuite", |
| 14171 | within the directory of the software tool. Migrated all programs, |
| 14172 | support libraries, etc. beloging to dejagnu proper from |
| 14173 | devo/deja-gnu to devo/dejagnu. These files were moved "as is" |
| 14174 | with no modifications. The changes to these files which will |
| 14175 | allow them to configure, build, and execute properly will be made |
| 14176 | in a future update. |
| 14177 | |
| 14178 | Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com) |
| 14179 | |
| 14180 | * Makefile.in: Change send_pr to send-pr. |
| 14181 | * configure.in: Likewise. |
| 14182 | * send_pr: Renamed directory to send-pr. |
| 14183 | |
| 14184 | Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com) |
| 14185 | |
| 14186 | * Makefile.in: Add some extra semi-colons (needed if SHELL=bash). |
| 14187 | |
| 14188 | Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com) |
| 14189 | |
| 14190 | * README: Update for gdb-4.8 release. |
| 14191 | * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build |
| 14192 | gdb-xxx.tar.z (gzip'd) file also. |
| 14193 | |
| 14194 | Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14195 | |
| 14196 | * Makefile.in: make all-diff depend on all-libiberty |
| 14197 | |
| 14198 | Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com) |
| 14199 | |
| 14200 | * config.guess: add vax-ultrix in the spirit of mips-ultrix. |
| 14201 | |
| 14202 | Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14203 | |
| 14204 | * configure.in, Makefile.in: add hello, tar, gzip, recode, indent |
| 14205 | |
| 14206 | Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com) |
| 14207 | |
| 14208 | * Makefile.in (DEVO_SUPPORT): Remove etc directory |
| 14209 | (ETC_SUPPORT): Only add the files GDB wants from etc/. |
| 14210 | (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file. |
| 14211 | |
| 14212 | Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14213 | |
| 14214 | * Makefile.in: makeinfo binary is in a new location |
| 14215 | |
| 14216 | Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14217 | |
| 14218 | * config.sub: Accept -ecoff as an OS. |
| 14219 | |
| 14220 | * Makefile.in: Various changes to eliminate a level of make |
| 14221 | recursion and reduce the required command line length. |
| 14222 | (BASE_FLAGS_TO_PASS): New variable holding flags passed to all |
| 14223 | sub-makes. |
| 14224 | (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New |
| 14225 | variables holding settings for specific sub-makes. |
| 14226 | (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote |
| 14227 | in terms of BASE_FLAGS_TO_PASS. |
| 14228 | (TARGET_LIBS): New variable listing directories which use |
| 14229 | TARGET_FLAGS_TO_PASS. |
| 14230 | (subdir_do): Eliminated. |
| 14231 | (do-*): New set of targets to replace subdir_do. |
| 14232 | (various): All targets which used subdir_do now depend on do-*. |
| 14233 | (local-clean): Renamed from do_clean. |
| 14234 | (local-distclean): New target, dependency of distclean and |
| 14235 | realclean. |
| 14236 | (install-info): Don't create directories. Depend on dir.info |
| 14237 | rather than calling make recursively. |
| 14238 | (install-dir.info): Eliminated. |
| 14239 | (install-info-dirs): Create all info directories here. |
| 14240 | (dir.info): Depend upon do-install-info. |
| 14241 | |
| 14242 | * test-build.mk (HOLES): Added false. |
| 14243 | |
| 14244 | Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com) |
| 14245 | |
| 14246 | * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd). |
| 14247 | |
| 14248 | Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14249 | |
| 14250 | * Makefile.in (info): remove dependency on all-texinfo. The |
| 14251 | problem was really in texinfo/C, not at this level. |
| 14252 | |
| 14253 | Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14254 | |
| 14255 | * Makefile.in (info): Added dependency on all-texinfo (PR 2112). |
| 14256 | |
| 14257 | Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com) |
| 14258 | |
| 14259 | * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for |
| 14260 | GDB releases. |
| 14261 | |
| 14262 | Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) |
| 14263 | |
| 14264 | * configure: Include srcdir in message about target of link not |
| 14265 | being found. Don't convert `-' to `_' in `with' options being |
| 14266 | passed to subdirs. |
| 14267 | |
| 14268 | Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14269 | |
| 14270 | * configure.in: add uudecode to host_tools |
| 14271 | |
| 14272 | * Makefile.in: added {all,install}-uudecode targets, added them to |
| 14273 | the appropriate lists |
| 14274 | |
| 14275 | Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14276 | |
| 14277 | * Makefile.in (all-gcc): Added dependency on all-gas. |
| 14278 | |
| 14279 | * configure.in (mips-*-*): Build ld and binutils. |
| 14280 | |
| 14281 | Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com) |
| 14282 | |
| 14283 | * configure: check return code from mkdir, print error message and |
| 14284 | exit on failure. |
| 14285 | |
| 14286 | Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com) |
| 14287 | |
| 14288 | * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex. |
| 14289 | |
| 14290 | Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14291 | |
| 14292 | * test-build.mk (HOLES): Added tar, cpio and uudecode. |
| 14293 | |
| 14294 | Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com) |
| 14295 | |
| 14296 | * config.sub (h8500): Recognize this as a cpu type. |
| 14297 | |
| 14298 | Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14299 | |
| 14300 | * configure: source directory missing is no longer a warning |
| 14301 | |
| 14302 | * configure.in: recognize irix[34]* instead of irix[34] |
| 14303 | |
| 14304 | * Makefile.in: define and pass down X11_LIB |
| 14305 | |
| 14306 | Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com) |
| 14307 | |
| 14308 | * guess-systype: Renamed to ... |
| 14309 | * config.guess: ... by popular request. |
| 14310 | * configure.in, Makefile.in: Update accordingly. |
| 14311 | |
| 14312 | Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com) |
| 14313 | |
| 14314 | * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>: |
| 14315 | + Add Convex, Cray/Unicos, and Encore/Multimax support. |
| 14316 | + Execute ./dummy instead of assuming . is in PATH. |
| 14317 | |
| 14318 | Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com) |
| 14319 | |
| 14320 | * guess-systype: New shell script. Attempts to guess the |
| 14321 | canonical host name of the executing host. |
| 14322 | Only a few hosts are supported so far. |
| 14323 | * configure: Call guess-systype if no host is specified. |
| 14324 | |
| 14325 | Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14326 | |
| 14327 | * Makefile.in (gcc-no-fixedincludes): Made to work with current |
| 14328 | gcc Makefile. |
| 14329 | |
| 14330 | |
| 14331 | Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com) |
| 14332 | |
| 14333 | * Makefile.in (GCC_FLAGS_TO_PASS): New variable. |
| 14334 | (all-gcc, install-gcc, subdir_do): Use it. |
| 14335 | |
| 14336 | Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com) |
| 14337 | |
| 14338 | * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc. |
| 14339 | |
| 14340 | Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com) |
| 14341 | |
| 14342 | * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now |
| 14343 | set exclusively by configure, using configure.in . |
| 14344 | |
| 14345 | Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14346 | |
| 14347 | * test-build.mk: set $PATH for all builds |
| 14348 | |
| 14349 | * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm |
| 14350 | |
| 14351 | Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com) |
| 14352 | |
| 14353 | * Makefile.in (GCC_FOR_TARGET): Supply a default that matches |
| 14354 | the one used in gcc/Makefile.in, so that a null expansion doesn't |
| 14355 | override the one needed to build gcc with a native cc. |
| 14356 | |
| 14357 | |
| 14358 | Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) |
| 14359 | |
| 14360 | * configure: Accept -with arguments. |
| 14361 | |
| 14362 | Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com) |
| 14363 | |
| 14364 | * Makefile.in: added h8300sim |
| 14365 | |
| 14366 | Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14367 | |
| 14368 | * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it |
| 14369 | to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4. |
| 14370 | (all-cygnus, native, build-cygnus): Make |
| 14371 | $(canonhost)-stamp-3stage-done, not $(host).... |
| 14372 | * test-build.mk (stamp-3stage-compared): Use tail +10c for |
| 14373 | i386-sco3.2v4. Added else true to if command. |
| 14374 | |
| 14375 | Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com) |
| 14376 | |
| 14377 | * config.sub: (from FSF) Sequent uses a BSD-like OS. |
| 14378 | |
| 14379 | Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com) |
| 14380 | |
| 14381 | * configure.in (i[34]86-*-isc*): added; uses mh-sysv. |
| 14382 | |
| 14383 | Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14384 | |
| 14385 | * configure.in: don't remove binutils from Solaris builds |
| 14386 | |
| 14387 | Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com) |
| 14388 | |
| 14389 | * Makefile.in: get rid of earlier definitions for *clean, |
| 14390 | also handle the recursive info rule better |
| 14391 | |
| 14392 | Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com) |
| 14393 | |
| 14394 | * Makefile.in (mostlyclean, distclean, realclean): Fix to |
| 14395 | do more-or-less the right thing. |
| 14396 | |
| 14397 | Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14398 | |
| 14399 | * Makefile.in: Add lines defining CC and CXX, and use CXX rather |
| 14400 | than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET. |
| 14401 | |
| 14402 | Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14403 | |
| 14404 | * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to |
| 14405 | $(host_canonical). |
| 14406 | |
| 14407 | * configure.in: split the configdirs list into 4 categories (native |
| 14408 | v. cross, library v. tool) and handle the cross-only and native- |
| 14409 | only in more reasonable (and correct!) way. |
| 14410 | |
| 14411 | Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com) |
| 14412 | |
| 14413 | * configure.in (hppa*-*-*): Don't remove bfd and gdb from |
| 14414 | configdirs anymore. |
| 14415 | |
| 14416 | Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14417 | |
| 14418 | * Makefile.in: extensive cleanup:: removed all of the explicit |
| 14419 | clean-* targets, collapsed many wrappers around subdir_do into |
| 14420 | one, added additional targets to satisfy standards.texi, deleted |
| 14421 | some old targets, some changes for consistency |
| 14422 | |
| 14423 | Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14424 | |
| 14425 | * configure.in: handle some programs as cross-only, and others as |
| 14426 | native only |
| 14427 | |
| 14428 | * test-build.mk: handle partial holes in a more generic manner |
| 14429 | |
| 14430 | * Makefile.in: m4 depends on libiberty |
| 14431 | |
| 14432 | Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14433 | |
| 14434 | * configure.in: add m4, textutils, fileutils, sed, shellutils, |
| 14435 | time, wdiff, and find to configdirs |
| 14436 | |
| 14437 | * Makefile.in: all, clean, and install rules for the new programs |
| 14438 | added to configure.in |
| 14439 | |
| 14440 | Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14441 | |
| 14442 | * configure.in: use mh-sun for all *-sun-* hosts |
| 14443 | |
| 14444 | Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14445 | |
| 14446 | * Makefile.in: define flags for X11 include files and library file |
| 14447 | locations, pass them down to the programs that need this info |
| 14448 | |
| 14449 | * build-all.mk: added a 'native' target, to 3stage the native toolchain |
| 14450 | |
| 14451 | Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14452 | |
| 14453 | * configure.in: start building libg++ for HP-UX targets |
| 14454 | |
| 14455 | Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com) |
| 14456 | |
| 14457 | * README: Update references to files moved into etc/. |
| 14458 | |
| 14459 | Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com) |
| 14460 | |
| 14461 | * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2. |
| 14462 | * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4. |
| 14463 | |
| 14464 | Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14465 | |
| 14466 | * configure: accept dash as well as underscore in long option |
| 14467 | names for FSF compatibility. |
| 14468 | |
| 14469 | Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14470 | |
| 14471 | * config.sub: added -sco3.2v4 support from FSF. |
| 14472 | |
| 14473 | Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14474 | |
| 14475 | * configure.in: expand the section that adds or removes |
| 14476 | directories from the list of programs to build, to handle native |
| 14477 | vs. cross in addition to host v. native |
| 14478 | |
| 14479 | Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com) |
| 14480 | |
| 14481 | * Makefile.in: Replace C++ in macro names with CXX. |
| 14482 | This is less likely to break ... |
| 14483 | |
| 14484 | Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14485 | |
| 14486 | * test-build.mk: add -w to GNU_MAKE |
| 14487 | |
| 14488 | Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14489 | |
| 14490 | * config.sub: remove 'sparc'-->'sparc-sun' default transformation, |
| 14491 | add 'sparc' to list of recognized cpus. This needed to make |
| 14492 | 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'. |
| 14493 | Delete some redundant ose68 variants. Recognize -wrs as an os, |
| 14494 | then changes that into $CPU-wrs-vxworks. |
| 14495 | |
| 14496 | * configure.in: remove most references to gdbtest, regularize |
| 14497 | target based program removal |
| 14498 | |
| 14499 | * test-build.mk: import from p3 tree (many fixes and changes) |
| 14500 | |
| 14501 | Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com) |
| 14502 | |
| 14503 | * Makefile.in: added rules to handle tcl, tk, and expect |
| 14504 | |
| 14505 | * configure.in: handle those directories if they exist |
| 14506 | |
| 14507 | Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14508 | |
| 14509 | * config.sub: removed bogus hppabsd and hppahpux names, since |
| 14510 | "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though) |
| 14511 | |
| 14512 | Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14513 | |
| 14514 | * Makefile.in: all-gcc now depends on all-binutils. all-libg++ |
| 14515 | depends upon all-xiberty |
| 14516 | |
| 14517 | * Makefile.in: changes from p3, including: |
| 14518 | |
| 14519 | Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14520 | |
| 14521 | * Makefile.in (XTRAFLAGS): include newlib directories if |
| 14522 | newlib/Makefile exists, rather than if host != target. |
| 14523 | |
| 14524 | Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14525 | |
| 14526 | * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc |
| 14527 | from the same source tree and not building a cross-compiler. This |
| 14528 | matters for the libg++ configuration if reconfiguring a tree that |
| 14529 | has already been installed. |
| 14530 | |
| 14531 | Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14532 | |
| 14533 | * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to |
| 14534 | pick up the machine and system specific header files. |
| 14535 | |
| 14536 | * Makefile.in: added AS_FOR_TARGET, passed down in |
| 14537 | TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be |
| 14538 | the C compiler to use to create programs which are run in the |
| 14539 | build environment, set it to default to $(CC), and passed it down |
| 14540 | in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS. |
| 14541 | |
| 14542 | Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com) |
| 14543 | |
| 14544 | * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET. |
| 14545 | We need them for unusual native builds, like systems without |
| 14546 | ranlib. |
| 14547 | |
| 14548 | * configure: also define $(host_canonical) and |
| 14549 | $(target_canonical), which are the full, canonical names for the |
| 14550 | given host and target |
| 14551 | |
| 14552 | Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com) |
| 14553 | |
| 14554 | * Makefile.in: Added separate definitions for C++. |
| 14555 | |
| 14556 | Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com) |
| 14557 | |
| 14558 | * configure.in (configdirs): Add deja-gnu. |
| 14559 | |
| 14560 | Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com) |
| 14561 | |
| 14562 | * README: Update for configure.texi and gdb-4.7 release. |
| 14563 | |
| 14564 | Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com) |
| 14565 | |
| 14566 | * Makefile.in: Move "all" target to top of file. |
| 14567 | Previously, first target was ".PHONY" which caused BSD4.4 make |
| 14568 | to build .PHONY when make was run without arguments. |
| 14569 | |
| 14570 | Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com) |
| 14571 | |
| 14572 | * Makefile.in: Add COPYING.LIB to GDB releases, now that there's |
| 14573 | Library-copylefted code in libiberty. |
| 14574 | |
| 14575 | Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com) |
| 14576 | |
| 14577 | * config.sub: Replace m68kmote with plain old m68k. |
| 14578 | |
| 14579 | Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com) |
| 14580 | |
| 14581 | * Makefile.in: Remove space from blank line, avoid Make complaints. |
| 14582 | |
| 14583 | Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com) |
| 14584 | |
| 14585 | * config.sub: Complain if no argument is given. Added support for |
| 14586 | 386bsd as OS and target alias. |
| 14587 | |
| 14588 | Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14589 | |
| 14590 | * Makefile.in (XTRAFLAGS): include newlib directories if |
| 14591 | newlib/Makefile exists, rather than if host != target. |
| 14592 | |
| 14593 | Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com) |
| 14594 | |
| 14595 | * config.sub: recognize sparclite-wrs-vxworks. |
| 14596 | |
| 14597 | * Makefile.in (install-xiberty): added *-xiberty make rules (from |
| 14598 | p3.) Added clean-xiberty to clean. |
| 14599 | |
| 14600 | Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14601 | |
| 14602 | * configure.in: use *-*-* instead of nested cases for host and target |
| 14603 | |
| 14604 | Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14605 | |
| 14606 | * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc |
| 14607 | from the same source tree and not building a cross-compiler. This |
| 14608 | matters for the libg++ configuration if reconfiguring a tree that |
| 14609 | has already been installed. |
| 14610 | |
| 14611 | Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com) |
| 14612 | |
| 14613 | * config.sub (i486v/i486v4): Merge in from FSF version. |
| 14614 | |
| 14615 | Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com) |
| 14616 | |
| 14617 | * configure: only set PWD if it is already set. |
| 14618 | |
| 14619 | Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com) |
| 14620 | |
| 14621 | * configure: just set PWD=`pwd` at the top, since Ultrix sh |
| 14622 | doesn't have unset and all success paths (and most error paths) |
| 14623 | out set it anyway. (Note: should change all uses of ${PWD=`pwd`} |
| 14624 | to just ${PWD} to avoid confusion.) |
| 14625 | |
| 14626 | Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14627 | |
| 14628 | * configure: always set $(tooldir) to $(libdir)/$(target_alias), |
| 14629 | even for a native compilation. |
| 14630 | |
| 14631 | Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com) |
| 14632 | |
| 14633 | Changes to make the gdb.tar.Z rule work better. |
| 14634 | |
| 14635 | * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes. |
| 14636 | (DEVO_SUPPORT): Add configure.texi. |
| 14637 | (bfd-ilrt.tar.Z): Remove ancient rule. |
| 14638 | |
| 14639 | Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14640 | |
| 14641 | * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to |
| 14642 | pick up the machine and system specific header files. |
| 14643 | |
| 14644 | * configure.in, config.sub: added new target m68010-adobe-scout, |
| 14645 | with alias of adobe68k. Changed configure.in to check for |
| 14646 | -scout before -sco* to avoid a false match. |
| 14647 | |
| 14648 | * Makefile.in: added AS_FOR_TARGET, passed down in |
| 14649 | TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be |
| 14650 | the C compiler to use to create programs which are run in the |
| 14651 | build environment, set it to default to $(CC), and passed it down |
| 14652 | in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS. |
| 14653 | |
| 14654 | Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14655 | |
| 14656 | * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET, |
| 14657 | AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass |
| 14658 | TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the |
| 14659 | FOR_TARGET variants, to newlib and libg++. |
| 14660 | |
| 14661 | Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) |
| 14662 | |
| 14663 | * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built |
| 14664 | first. |
| 14665 | |
| 14666 | Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com) |
| 14667 | |
| 14668 | * config.sub: Accept `elf' as an environment. |
| 14669 | |
| 14670 | Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com) |
| 14671 | |
| 14672 | * Makefile.in (all-opcodes): cd into the right directory |
| 14673 | |
| 14674 | Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14675 | |
| 14676 | * configure: added -program_transform_name option, used as |
| 14677 | argument to sed when installing programs. |
| 14678 | configure.texi: added documentation for -program_prefix, |
| 14679 | -program_suffix and -program_transform_name. |
| 14680 | |
| 14681 | Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com) |
| 14682 | |
| 14683 | * config.sub: Accept i486 where i386 ok. |
| 14684 | |
| 14685 | Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com) |
| 14686 | |
| 14687 | * config.sub: accept we32k |
| 14688 | |
| 14689 | Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com) |
| 14690 | |
| 14691 | * config.sub, configure.in: accept OSE68000 and OSE68k. |
| 14692 | |
| 14693 | * Makefile.in: don't create all directories for ``make install''; |
| 14694 | let the subdirectories create the ones they need. |
| 14695 | |
| 14696 | Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14697 | |
| 14698 | * COPYING: new file, GPL v2 |
| 14699 | |
| 14700 | Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14701 | |
| 14702 | * Makefile.in: use the new gen-info-dir, which needs a template |
| 14703 | argument (which also lives in texinfo) |
| 14704 | |
| 14705 | * configure.texi, standards.texi: fix INFO-DIR-ENTRY |
| 14706 | |
| 14707 | Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com) |
| 14708 | |
| 14709 | * config.sub (ncr3000): Change i386 to i486. |
| 14710 | |
| 14711 | Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14712 | |
| 14713 | * Makefile.in: add install-rcs, install-grep to |
| 14714 | install-no-fixedincludes, removed install-bison and install-libgcc |
| 14715 | |
| 14716 | Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com) |
| 14717 | |
| 14718 | * configure.in: grab the HPUX makefile fragment if on HPUX |
| 14719 | |
| 14720 | Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com) |
| 14721 | |
| 14722 | * Makefile.in: eradicate bison spoor (ditto libgcc). |
| 14723 | configure.in: recognise m68{k,000}-ericsson-OSE. |
| 14724 | es1800 is alias for m68k-ericsson-OSE |
| 14725 | |
| 14726 | Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14727 | |
| 14728 | * configure.in: rearrange the parts that remove programs from |
| 14729 | configdirs, based now on HOST==TARGET or by canonical triple. |
| 14730 | |
| 14731 | Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com) |
| 14732 | |
| 14733 | * test-build.mk: recurse explicitly with -f test-build.mk when |
| 14734 | appropriate. predicate stage3 and comparison on the existence |
| 14735 | of gcc. That is, if gcc isn't around, we aren't three-staging. |
| 14736 | On very clean, also remove ...stamp-co. Build in-place before |
| 14737 | doing other builds. |
| 14738 | |
| 14739 | Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com) |
| 14740 | |
| 14741 | * Makefile.in, configure.in: add tgas |
| 14742 | |
| 14743 | Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com) |
| 14744 | |
| 14745 | * Makefile.in: a number of changes merged in from progressive. |
| 14746 | |
| 14747 | * configure.in: add libm. |
| 14748 | |
| 14749 | * .cvsignore: ignore some stuff that comes from test-build.mk. |
| 14750 | |
| 14751 | Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com) |
| 14752 | |
| 14753 | * config.sub: Add es1800 (m68k-ericsson-es1800). |
| 14754 | |
| 14755 | Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com) |
| 14756 | |
| 14757 | * configure: Add program_suffix (parallel to program_prefix) |
| 14758 | * Makefile.in: adjust directory-creating script for losing decstation |
| 14759 | |
| 14760 | Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com) |
| 14761 | |
| 14762 | * configure: Minor $subdir-related fixes. |
| 14763 | |
| 14764 | Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com) |
| 14765 | |
| 14766 | * configure: fix various problems with propogating |
| 14767 | makefile_target_frag in subdirs. |
| 14768 | * configure.in: config libgcc if its there |
| 14769 | |
| 14770 | Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com) |
| 14771 | |
| 14772 | * config.sub: HPPA merge. |
| 14773 | |
| 14774 | Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com) |
| 14775 | |
| 14776 | * Makefile.in: Replace all-bison with all-byacc in all |
| 14777 | dependency lines for other tools (which now use byacc). |
| 14778 | |
| 14779 | Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com) |
| 14780 | |
| 14781 | * config.sub: Add sun4sol2 => sparc-sun-solaris2. |
| 14782 | |
| 14783 | Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com) |
| 14784 | |
| 14785 | * Makefile.in: make gprof rules similar to byacc rules (instead of |
| 14786 | vestigal $(unsubdir) that didn't work...) |
| 14787 | |
| 14788 | Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com) |
| 14789 | |
| 14790 | * config.sub: Add support for Linux. |
| 14791 | * Makefile.in: Use $(FLAGS_TO_PASS) more consistently |
| 14792 | (at least for libg++). |
| 14793 | |
| 14794 | Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com) |
| 14795 | |
| 14796 | * configure.texi: fix doc for the -nfp option to configure |
| 14797 | |
| 14798 | Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com) |
| 14799 | |
| 14800 | * Makefile.in (all-binutils): ar needs flex, so depend on all-flex. |
| 14801 | |
| 14802 | Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com) |
| 14803 | |
| 14804 | * config.sub: changed [^-]+ to [^-][^-]* so that it works under |
| 14805 | Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.) |
| 14806 | * configure.in: added solaris* host_makefile_frag hook. |
| 14807 | |
| 14808 | Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14809 | |
| 14810 | * config.sub: changed recognition of m68000 so that various |
| 14811 | m68k types can be specified via m680[01234]0 |
| 14812 | |
| 14813 | Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14814 | |
| 14815 | * config.sub (basic_machine): fix sed so that '-foo' isn't |
| 14816 | completely substituted out while .+'-foo' loses the '-foo' |
| 14817 | |
| 14818 | Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com) |
| 14819 | |
| 14820 | * config.sub ($os): Add -aout. |
| 14821 | |
| 14822 | Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com) |
| 14823 | |
| 14824 | * configure: If host_makefile_frag is absolute, don't |
| 14825 | prefix ${invsubdir} (relevant to libg++ auto-configure). |
| 14826 | |
| 14827 | Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com) |
| 14828 | |
| 14829 | * Makefile.in (tooldir): Define it. |
| 14830 | (all-ld): Depend on all-flex. |
| 14831 | |
| 14832 | Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com) |
| 14833 | |
| 14834 | * Makefile.in (check): Fix libg++ special case. |
| 14835 | |
| 14836 | Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com) |
| 14837 | |
| 14838 | * configure: do not bury `pwd` into config.status, thus do fewer |
| 14839 | pwd's. |
| 14840 | |
| 14841 | * configure: print the "Building in" message only when building in |
| 14842 | other than "." AND verbose. |
| 14843 | |
| 14844 | * configure: remove -s, rework -v to better accomodate guested |
| 14845 | configures. |
| 14846 | |
| 14847 | * standards.texi: updated to 3 may, fixed librid <-> libdir typo. |
| 14848 | |
| 14849 | Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com) |
| 14850 | |
| 14851 | * Makefile.in: macroize flags passed on recursion. remove |
| 14852 | fileutils. |
| 14853 | |
| 14854 | Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com) |
| 14855 | |
| 14856 | * configure: get makesrcdir right for subdirs deeper than 1. |
| 14857 | |
| 14858 | * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on |
| 14859 | install. |
| 14860 | |
| 14861 | Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com) |
| 14862 | |
| 14863 | * Makefile.in: don't print subdir_do or recursion lines. |
| 14864 | |
| 14865 | Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com) |
| 14866 | |
| 14867 | * standards.texi: added menu item. |
| 14868 | |
| 14869 | * Makefile.in: build and install standards.info. |
| 14870 | |
| 14871 | * standards.texi: new file. |
| 14872 | |
| 14873 | Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com) |
| 14874 | |
| 14875 | * configure: test for and move config.status pieces from |
| 14876 | ${subdir}/. |
| 14877 | |
| 14878 | Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com) |
| 14879 | |
| 14880 | * configure: Test for existance of files before trying to mv |
| 14881 | them, to avoid numerous non-existance messages. |
| 14882 | |
| 14883 | Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com) |
| 14884 | |
| 14885 | * configure: correct final line of config.status. |
| 14886 | |
| 14887 | * configure: patch from eggert. Avoids a protection problem if |
| 14888 | the original Makefile.in is read only. |
| 14889 | |
| 14890 | * configure: use move-if-change from gcc to create config.status. |
| 14891 | Some makefiles depend on config.status to tell if a directory |
| 14892 | has been reconfigured for a different host. This change |
| 14893 | prevents those directories from remaking everything in the case |
| 14894 | where the reconfig was only intended to rebuild a Makefile. |
| 14895 | |
| 14896 | * configure: test for config.sub with "config.sub sun4" rather |
| 14897 | than "config.sub ${host_alias}". Otherwise we can't tell a bad |
| 14898 | host alias from a missing config.sub. |
| 14899 | |
| 14900 | Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com) |
| 14901 | |
| 14902 | * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass |
| 14903 | MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g. |
| 14904 | |
| 14905 | Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com) |
| 14906 | |
| 14907 | * configure: mkdir ${subdir} as needed. |
| 14908 | |
| 14909 | Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com) |
| 14910 | |
| 14911 | * Makefile.in,configure.in: added autoconf. |
| 14912 | |
| 14913 | Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com) |
| 14914 | |
| 14915 | * Makefile.in: no longer pass against on recursion. |
| 14916 | |
| 14917 | * Makefile.in: added .NOEXPORT: so that stray makefile_frag |
| 14918 | definitions are not inherited. |
| 14919 | |
| 14920 | * configure: correct makesrcdir when subdir is . |
| 14921 | |
| 14922 | Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com) |
| 14923 | |
| 14924 | * configure: Add support for 'subdirs' variable, which is |
| 14925 | like 'configdirs', except that configure doesn't re-invoke |
| 14926 | itself for subdirs, it just creates a Makefile for each subdir. |
| 14927 | * configure.texi: Document subdirs. |
| 14928 | |
| 14929 | Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
| 14930 | |
| 14931 | * configure.in: added flex to configdirs |
| 14932 | |
| 14933 | Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com) |
| 14934 | |
| 14935 | * Makefile.in: remove clean-stamps from clean. |
| 14936 | |
| 14937 | Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com) |
| 14938 | |
| 14939 | * configure.in: Add gdbtest to configdirs. |
| 14940 | |
| 14941 | Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com) |
| 14942 | |
| 14943 | * Makefile.in (MINUS_G): Add macro, default to -g, pass on |
| 14944 | to recursive makes. |
| 14945 | * configure.in: Recognize new ncr3000 config. |
| 14946 | |
| 14947 | Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com) |
| 14948 | |
| 14949 | * Makefile.in, configure.in: removed references to gdbm. |
| 14950 | |
| 14951 | Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com) |
| 14952 | |
| 14953 | * config.sub: Don't canonicalize os value |
| 14954 | newsos* to bsd (readline needs to check for newsos). |
| 14955 | (This fix was earlier made Jan 31, but got re-broken.) |
| 14956 | |
| 14957 | Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com) |
| 14958 | |
| 14959 | * configure.in: sco is an os, not a vendor! |
| 14960 | |
| 14961 | * configure: Quote $( better. Keep various shells happy. |
| 14962 | |
| 14963 | Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com) |
| 14964 | |
| 14965 | * Makefile.in: eliminate stamp-files. |
| 14966 | |
| 14967 | Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com) |
| 14968 | |
| 14969 | * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule. |
| 14970 | Supress echoing of all the "if [ -d ... $(MAKE)" lines. |
| 14971 | |
| 14972 | Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com) |
| 14973 | |
| 14974 | * config.sub: fix iris/iris3. |
| 14975 | |
| 14976 | Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com) |
| 14977 | |
| 14978 | * configure: re-add -rm. |
| 14979 | |
| 14980 | Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com) |
| 14981 | |
| 14982 | * Maskefile.in: add .stmp-rcs to all. |
| 14983 | |
| 14984 | * configure.in: remove gas from rs6000 build, use aix host fragment. |
| 14985 | |
| 14986 | Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com) |
| 14987 | |
| 14988 | * configure: pass down site_option during recursion. |
| 14989 | |
| 14990 | Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com) |
| 14991 | |
| 14992 | * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline. |
| 14993 | |
| 14994 | Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com) |
| 14995 | |
| 14996 | * configure: Change exec_prefix so that it really defaults to prefix. |
| 14997 | |
| 14998 | Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com) |
| 14999 | |
| 15000 | * Makefile.in, configure.in: Add support for mmalloc library. |
| 15001 | |
| 15002 | Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com) |
| 15003 | |
| 15004 | * Makefile.in: add stmp dependencies for a few more things. |
| 15005 | |
| 15006 | Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com) |
| 15007 | |
| 15008 | * configure: adjusted error message on objdir/srcdir configure |
| 15009 | collision, per john's suggestion. |
| 15010 | |
| 15011 | * Makefile.in: add libiberty stmp to all and all.cross. |
| 15012 | |
| 15013 | Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com) |
| 15014 | |
| 15015 | * Makefile.in: remove force dependencies, add grep to all. |
| 15016 | |
| 15017 | Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com) |
| 15018 | |
| 15019 | * Makefile.in: drop flex. make stamp files work. |
| 15020 | |
| 15021 | * configure: added test for conflicting configuration in srcdir, |
| 15022 | remove trailing slashes from srcdir. Otherwise emacs gdb mode |
| 15023 | gets cranky. use relative paths for configure and srcdir |
| 15024 | whenever possible. Send some error messages to stderr that were |
| 15025 | going to stdout. |
| 15026 | |
| 15027 | Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com) |
| 15028 | |
| 15029 | * Makefile.in: Fix libg++ rule to check for gcc directory |
| 15030 | before using gcc/gcc. Also pass XTRAFLAGS. |
| 15031 | |
| 15032 | Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai) |
| 15033 | |
| 15034 | * Makefile.in: added stmp-files so that directories aren't polled |
| 15035 | when they are already built. |
| 15036 | |
| 15037 | * configure.texi: fixed a node pointer problem. |
| 15038 | |
| 15039 | Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com) |
| 15040 | |
| 15041 | * config.sub configure.in gdb/configure.in |
| 15042 | gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h |
| 15043 | gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3 |
| 15044 | gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x. |
| 15045 | |
| 15046 | Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com) |
| 15047 | |
| 15048 | * configure: -recurring becomes -silent. corrected help message |
| 15049 | for -site= option. |
| 15050 | |
| 15051 | * Makefile.in: mkdir $(exec_prefix) and $(tooldir). |
| 15052 | |
| 15053 | Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com) |
| 15054 | |
| 15055 | * configure: when building Makefile for crosses, replace |
| 15056 | tooldir and program_prefix. default srcdir from location of |
| 15057 | config.sub. remove "for host in hosts" and "for target in |
| 15058 | targets" loops. |
| 15059 | |
| 15060 | Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com) |
| 15061 | |
| 15062 | * Makefile.in: Do not pass bindir or mandir to cvs. |
| 15063 | |
| 15064 | Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com) |
| 15065 | |
| 15066 | * Makefile.in, configure.in: removed traces of namesubdir, |
| 15067 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced |
| 15068 | copyrights to '92, changed some from Cygnus to FSF. |
| 15069 | |
| 15070 | * configure.texi: remove most references to multiple hosts, |
| 15071 | multiple targets, subdirs, etc. |
| 15072 | |
| 15073 | * configure.man: removed rcsid. reference config.sub not |
| 15074 | config.subr. |
| 15075 | |
| 15076 | * Makefile.in: mkdir $(infodir) on install-info. |
| 15077 | |
| 15078 | Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com) |
| 15079 | |
| 15080 | * configure.texi: Explain better about .gdbinit and about |
| 15081 | the environment that configure.in sections run in. |
| 15082 | |
| 15083 | Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com) |
| 15084 | |
| 15085 | * configure.in: Ultrix is only a decstation if it's a MIPS. |
| 15086 | |
| 15087 | Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com) |
| 15088 | |
| 15089 | * README: DOC.configure => cfg-paper.texi. |
| 15090 | |
| 15091 | Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com) |
| 15092 | |
| 15093 | * config.sub (near case $os): Don't convert newsos* to bsd! |
| 15094 | |
| 15095 | Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com) |
| 15096 | |
| 15097 | * Makefile.in: Reinstall change from gdb-4.3 that reduces |
| 15098 | the number of copies of COPYING that go into the GDB tar file. |
| 15099 | |
| 15100 | Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com) |
| 15101 | |
| 15102 | * bfd/configure.in, gdb/config/mh-i386sco, |
| 15103 | gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in: |
| 15104 | Fix SCO configuration stuff. |
| 15105 | |
| 15106 | Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com) |
| 15107 | |
| 15108 | * Makefile.in: For libg++, make sure the -I pointing |
| 15109 | to the gcc directory goes *after* all the libg++-local -I flags. |
| 15110 | Also, move just-gcc dependency from just-libg++ to all-libg++. |
| 15111 | |
| 15112 | Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com) |
| 15113 | |
| 15114 | * configure: Change -x to -f to keep Ultrix /bin/test happy. |
| 15115 | |
| 15116 | Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com) |
| 15117 | |
| 15118 | * Makefile.in (make-gdb.tar.Z): Remove texinfo targets. |
| 15119 | |
| 15120 | Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com) |
| 15121 | |
| 15122 | * config.sub: Add stratus configuration frags. Also |
| 15123 | submitted to FSF. |
| 15124 | |
| 15125 | Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com) |
| 15126 | |
| 15127 | * Makefile.in (DEV_SUPPORT): add configure.man. |
| 15128 | |
| 15129 | * config.sub(Decode manufacturer-specific): add -none*. |
| 15130 | |
| 15131 | Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com) |
| 15132 | |
| 15133 | * Makefile.in: remove form feeds to make Sun's make happy. |
| 15134 | (DEVO_SUPPORT): DOC.configure => cfg-paper.texi. |
| 15135 | |
| 15136 | Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com) |
| 15137 | |
| 15138 | * Makefile.in (AR_FLAGS): Make quieter. |
| 15139 | |
| 15140 | Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com) |
| 15141 | |
| 15142 | * configure.in: Add libg++. |
| 15143 | * configure: When verbose, don't output the command line at each |
| 15144 | level; it will be unremarkably the same as the previous version, |
| 15145 | which will be the same as what the user typed. |
| 15146 | |
| 15147 | Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com) |
| 15148 | |
| 15149 | * configure.in, Makefile.in: fix clean-info, add flex. add |
| 15150 | fileutils. |
| 15151 | |
| 15152 | * configure: be less sensitive to spaces in Makefile.in. Do not |
| 15153 | look for sources in "..". Doing so breaks subdirectories that |
| 15154 | might have their own configure. If a subdir has it's own |
| 15155 | configure script, use it. |
| 15156 | |
| 15157 | Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com) |
| 15158 | |
| 15159 | * cfg-paper.texi: some changes suggested by rms. |
| 15160 | |
| 15161 | Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com) |
| 15162 | |
| 15163 | * config.sub: Merge in some small additions from the FSF version, |
| 15164 | taken from the gcc distribution, to bring the Cygnus and FSF |
| 15165 | versions into closer sync. |
| 15166 | |
| 15167 | Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com) |
| 15168 | |
| 15169 | * configure.in: Changed svr4 references to sysv4. |
| 15170 | |
| 15171 | Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com) |
| 15172 | |
| 15173 | * configure: added -V for version number option. |
| 15174 | |
| 15175 | Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com) |
| 15176 | |
| 15177 | * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd. |
| 15178 | renamed from DOC.configure to cfg-paper.texi. |
| 15179 | |
| 15180 | Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com) |
| 15181 | |
| 15182 | * configure, config.subr, config.sub: config.subr is now |
| 15183 | config.sub again. |
| 15184 | |
| 15185 | Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com) |
| 15186 | |
| 15187 | * configure.texi: new file, in progress. |
| 15188 | |
| 15189 | * Makefile.in: build info file and install the man page for |
| 15190 | configure. |
| 15191 | |
| 15192 | * configure.man: new file, first cut. |
| 15193 | |
| 15194 | * configure: find config.subr again now that configuration "none" |
| 15195 | has gone. removed all traces of the -ansi option. removed all |
| 15196 | traces of the -languages option. |
| 15197 | |
| 15198 | * config.subr: resync from rms. |
| 15199 | |
| 15200 | 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com) |
| 15201 | |
| 15202 | * configure, config.sub, config.subr: merge config.sub into |
| 15203 | config.subr, call the result config.subr, remove config.sub, use |
| 15204 | config.subr. |
| 15205 | |
| 15206 | * Makefile.in: revised install for dir.info. |
| 15207 | |
| 15208 | 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com) |
| 15209 | |
| 15210 | * configure.in: add decstation host makefile frag. |
| 15211 | |
| 15212 | * Makefile.in: BISON now bison -y again. also install-gcc on |
| 15213 | install. clean-gdbm on clean. infodir belongs in datadir. |
| 15214 | Make directories for info install. Build dir.info here then |
| 15215 | install it. |
| 15216 | |
| 15217 | 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com) |
| 15218 | |
| 15219 | * Makefile.in: fix for bad directory tests. |
| 15220 | |
| 15221 | 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com) |
| 15222 | |
| 15223 | * configure: \{1,2\} appears to be a sysv'ism. Use a different |
| 15224 | regexp. -srcdir relative was being handled incorrectly. |
| 15225 | |
| 15226 | * Makefile.in: unwrapped some for loops so that parallel makes |
| 15227 | work again and so one can focus one's attention on a particular |
| 15228 | package. |
| 15229 | |
| 15230 | 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com) |
| 15231 | |
| 15232 | * configure: added PWD as a stand in for `pwd` (for speed). use |
| 15233 | elif wherever possible. make -srcdir work without -objdir. |
| 15234 | -objdir= commented out. |
| 15235 | |
| 15236 | 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com) |
| 15237 | |
| 15238 | * configure: +options become --options. -subdirs commented out. |
| 15239 | added -host, -datadir. Renamed -destdir to -prefix. Comment in |
| 15240 | Makefile now at top of generated Makefile. Removed cvs log |
| 15241 | entries. added -srcdir. create .gdbinit only if there is one |
| 15242 | in ${srcdir}. |
| 15243 | |
| 15244 | * Makefile.in: idestdir and ddestdir go away. Added copyrights |
| 15245 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir |
| 15246 | and mandir now keyed off datadir by default. |
| 15247 | |
| 15248 | 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com) |
| 15249 | |
| 15250 | * Freshly created ChangeLog. |
| 15251 | |
| 15252 | \f |
| 15253 | Local Variables: |
| 15254 | mode: change-log |
| 15255 | left-margin: 8 |
| 15256 | fill-column: 76 |
| 15257 | version-control: never |
| 15258 | End: |