aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1998-04-28Fixup --enable-target-optspaceMichael Meissner1-0/+4
From-SVN: r19464
1998-04-23Fix consistency error reported by Yotam Medini.Jim Wilson1-0/+4
* configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS. From-SVN: r19392
1998-04-22Add support for --enable-target-optspace to compile with -Os instead of -O2, ↵Michael Meissner1-0/+7
and default m32r to use it From-SVN: r19374
1998-04-14configure: Define DEFAULT_M4 by searching PATH.Krister Walfridsson1-0/+5
* configure: Define DEFAULT_M4 by searching PATH. * Makfile.in: Use DEFAULT_M4. From-SVN: r19208
1998-04-12* Makefile.in (INSTALL_MODULES): Remove texinfo.Jeffrey A Law1-0/+4
From-SVN: r19153
1998-03-25Add support for ARM's Thumb instruction set.Nick Clifton1-0/+5
From-SVN: r18822
1998-03-20Makefile.in (install-gcc): Don't specify LANGUAGES here.Manfred Hollstein1-0/+5
8 * Makefile.in (install-gcc): Don't specify LANGUAGES here. (install-gcc-cross): Instead, override LANGUAGES here. From-SVN: r18722
1998-03-18Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a non-existent ↵Dave Love1-0/+5
file since /dev/null loses with bash... 1998-03-18 Dave Love <d.love@dl.ac.uk> * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a non-existent file since /dev/null loses with bash 2.0/autoconf 2.12. From-SVN: r18656
1998-03-17config-ml.in: After building symlink tree call make distclean if...Manfred Hollstein1-0/+6
P * config-ml.in: After building symlink tree call make distclean if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens to be the case for libiberty. * Makefile.in (clean, distclean): Add 'info' explicitly. From-SVN: r18642
1998-03-17configure: When making link, also check the current directory.H.J. Lu1-0/+5
p * configure: When making link, also check the current directory. The configure scripts may create one. From-SVN: r18640
1998-03-05* config.sub: Accept alphapca56 and alphaev6 properly.Richard Henderson1-0/+4
From-SVN: r18425
1998-03-05* configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.Franz Sirl1-0/+4
From-SVN: r18423
1998-02-23* config.sub (sco5): Fix typo.Bruno Haible1-0/+4
From-SVN: r18209
1998-02-17Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with ↵Dave Love1-0/+5
CONFIG_SITE=/dev/null to forestall lossage with site... * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with CONFIG_SITE=/dev/null to forestall lossage with site configuration. From-SVN: r18060
1998-02-16Makefile.in (BASE_FLAGS_TO_PASS, [...]): Really add this change to sync ↵Manfred Hollstein1-0/+5
Makefile.in with its ChangeLog entries. � * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add this change to sync Makefile.in with its ChangeLog entries. From-SVN: r18021
1998-02-05Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and PICFLAG_FOR_TARGET.Manfred Hollstein1-0/+14
* Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and PICFLAG_FOR_TARGET. (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET. * configure: Emit a definition for the new macro enable_shared into each Makefile. * config/mh-sparcpic (PICFLAG): Define to properly according to current multilib configuration. * config/mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly according to current multilib configuration. From-SVN: r17680
1998-01-31Makefile.in (TARGET_CONFIGDIRS): Add libf2c.Richard Henderson1-0/+9
* Makefile.in (TARGET_CONFIGDIRS): Add libf2c. (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly (CLEAN_TARGET_MODULES): Similarly (all-target-libf2c): Add dependences. * configure.in (target_libs): Add libf2c. From-SVN: r17569
1998-01-28Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix) here as it ↵Manfred Hollstein1-0/+5
is not defined in the toplevel Makefile. * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix) here as it is not defined in the toplevel Makefile. From-SVN: r17528
1998-01-27configure (package_makefile_rules_frag): New variable, which names a file ↵Manfred Hollstein1-0/+7
with generic rules, ... * configure (package_makefile_rules_frag): New variable, which names a file with generic rules, ... Change comment to mention we now have FIVE parts. * configure: Undo last change. From-SVN: r17522
1998-01-27config.guess: More accurate determination of HP processor types.Lassi A. Tuura1-0/+5
* config.guess: More accurate determination of HP processor types. * config.sub: More accurate determination of HP processor types. From-SVN: r17520
1998-01-23configure (package_makefile_frag): Move inserting the ↵Manfred Hollstein1-0/+6
${package_makefile_frag} to where it should be according to... * configure (package_makefile_frag): Move inserting the ${package_makefile_frag} to where it should be according to the comment. From-SVN: r17467
1998-01-22* config.guess: Add support for Linux/ARM.Philip Blundell1-0/+4
From-SVN: r17455
1998-01-21* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.Richard Henderson1-0/+4
From-SVN: r17439
1998-01-17Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to ↵Pieter Nagel1-0/+5
sub-make invocations. Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za> * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to sub-make invocations. From-SVN: r17390
1998-01-17configure.in: Check makefile fragments in the source directory.H.J. Lu1-0/+5
* configure.in: Check makefile fragments in the source directory. From-SVN: r17385
1998-01-15configure.in: check whether host and target makefile fragments exist before ↵Alexandre Oliva1-0/+5
adding them to... * configure.in: check whether host and target makefile fragments exist before adding them to *_makefile_frag From-SVN: r17373
1998-01-13config-ml.in (multi-do): LDFLAGS must include multilib designator.Lee Iverson1-0/+5
* config-ml.in (multi-do): LDFLAGS must include multilib designator. From-SVN: r17341
1998-01-13undo test changeJeff Law1-1/+1
From-SVN: r17332
1998-01-13TestJeff Law1-1/+1
From-SVN: r17331
1998-01-13TestAnonymous CVS User1-1/+1
From-SVN: r17330
1998-01-13Testing.Jeff Law1-1/+1
From-SVN: r17329
1998-01-12* config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.Robert Lipe1-0/+4
From-SVN: r17322
1998-01-03config.sub: Add mingw32 support.Mumit Khan1-0/+6
* config.sub: Add mingw32 support. * configure.in: Likewise. * config/mh-mingw32: New file. From-SVN: r17291
1998-01-03*** empty log message ***Franz Sirl1-0/+4
From-SVN: r17285
1997-12-23* config.guess: HP 9000/803 is a PA1.1 machine.Jeffrey A Law1-0/+4
From-SVN: r17217
1997-12-21It's alpha*-...Richard Henderson1-0/+4
From-SVN: r17179
1997-12-21configure.in (host_makefile_frag, [...]): Handle multiple config files.H.J. Lu1-0/+7
F * configure.in (host_makefile_frag, target_makefile_frag): Handle multiple config files. (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and alpha-*-*. From-SVN: r17169
1997-12-11* config.guess: Add BeOS support.Fred Fish1-0/+4
From-SVN: r17059
1997-12-05release branch changes from 11-27 snapshot to egcs-1.0.Jeff Law1-0/+4
From-SVN: r16970
1997-12-02Makefile.in (INSTALL_TARGET_CROSS): Define.Jeffrey A Law1-0/+5
* Makefile.in (INSTALL_TARGET_CROSS): Define. (install-cross, install-gcc-cross): New targets. From-SVN: r16888
1997-12-01Bring in changes from release branch (egcs_ss_971127).Jeffrey A Law1-0/+10
From-SVN: r16865
1997-11-27Makefile.in (INSTALL_TARGET): Do install-gcc first.Jeffrey A Law1-0/+6
* Makefile.in (INSTALL_TARGET): Do install-gcc first. * configure (gxx_include_dir): Provide a definition for subdirs which do not use autoconf. From-SVN: r16784
1997-11-21config.guess (alpha stuff): Merge with FSF to avoid incorrect guesses.Jeffrey A Law1-0/+5
* config.guess (alpha stuff): Merge with FSF to avoid incorrect guesses. From-SVN: r16639
1997-10-27* Makefile.in: check-target-libio depends on all-target-libstdc++.Jason Merrill1-0/+4
From-SVN: r16206
1997-10-26Makefile.in (bootstrap-lean): Combined with `normal' bootstrap targets using ↵Manfred Hollstein1-0/+6
"$@" to provide support for... * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap targets using "$@" to provide support for similar but not identical targets without having to duplicate code. From-SVN: r16186
1997-09-29Makefile.in (bootstrap-lean): New target.Aaron Jackson1-0/+4
* Makefile.in (bootstrap-lean): New target. * gcc/Makefile.in (bootstrap-lean, compare-lean): New targets. From-SVN: r15786
1997-09-18* Makefile.in (cross): New target.Jeffrey A Law1-0/+4
From-SVN: r15564
1997-09-18Makefile.in (bootstrap2, bootstrap3): New targets.Alexandre Oliva1-0/+1
* Makefile.in (bootstrap2, bootstrap3): New targets. (all-bootstrap): Remove outdated and confusing target. (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r15563
1997-09-18Makefile.in (bootstrap2, bootstrap3): New targets.Alexandre Oliva1-0/+6
* Makefile.in (bootstrap2, bootstrap3): New targets. (all-bootstrap): Remove outdated and confusing target. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r15559
1997-09-16Uli's libio/libstdc++ patches.Ulrich Drepper1-0/+9
From-SVN: r15486