aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1998-12-16* config.sub: Handle hppa2.0.Jeffrey A Law1-0/+4
From-SVN: r24350
1998-12-03[multiple changes]Jeff Law1-0/+8
Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com) * config.guess: Improve detection of hppa2.0 processors. Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie> * config.guess: Recognize FreeBSD using ELF automatically. From-SVN: r24081
1998-11-26configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein1-0/+7
./ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure (skip-this-dir): Add handling for new shell script, which might be created by a sub-directory's configure to indicate, this particular directory is "unwanted". * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. ./gcc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages which can be configured. (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@ (Makefile): Pass actual LANGUAGES through the environment when re-configuring. (cstamp-h): Likewise. (config.status): Likewise. * configure.in (enable_languages): Add new configuration parameter "--enable-languages=lang1,lang2,...". (${srcdir}/*/config-lang.in): Change handling to configure only those directories, that the user might have enabled; default to "all" existing languages. * configure: Regenerate. ./libchill/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libf2c/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libio/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. ./libobjc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libstdc++/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. From-SVN: r23892
1998-10-22* config.guess: Match any version of Unixware7.Robert Lipe1-0/+4
From-SVN: r23217
1998-10-18config.if (cxx_interface, [...]): Do not try to set these if the appropriate ↵Jeff Law1-0/+5
directories and files to not exist. � * config.if (cxx_interface, libstdcxx_interface): Do not try to set these if the appropriate directories and files to not exist. From-SVN: r23165
1998-10-14Makefile.in (DEVO_SUPPORT): Add config.if.Jeffrey A Law1-0/+4
� * Makefile.in (DEVO_SUPPORT): Add config.if. From-SVN: r23080
1998-10-13* configure.in: Fix merge typo.Jeffrey A Law1-0/+2
From-SVN: r23059
1998-10-13configure: Add pattern to replace "build_tooldir"'s definition in the ↵Manfred Hollstein1-0/+6
generated Makefile... * configure: Add pattern to replace "build_tooldir"'s definition in the generated Makefile with "tooldir"'s actual value. From-SVN: r23048
1998-10-13* config.sub: Bring back lost sparcv9.Jeffrey A Law1-0/+2
From-SVN: r23041
1998-10-13* Makefile.in (all-snvavigator): Remove all-flexlm dependency.Jeffrey A Law1-0/+4
From-SVN: r23040
1998-10-12Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to CC_FOR_TARGET and ↵Jeff Law1-0/+12
friends. * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to CC_FOR_TARGET and friends. Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.in (build_tooldir): new variable, same as tooldir (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): add -B$(build_tooldir)/bin/ (BASE_FLAGS_TO_PASS): pass build_tooldir down From-SVN: r23016
1998-10-12Final changes from devo<->egcs merge.Jeff Law1-5/+368
Final changes from devo<->egcs merge. Ugh, a year of configury/Makefile hacking. From-SVN: r23012
1998-10-08config.guess: Merge with FSF.Ian Lance Taylor1-0/+2
* config.guess: Merge with FSF. Merged with devo. From-SVN: r22952
1998-10-08config.sub: Merge with FSF.Ian Lance Taylor1-0/+8
� * config.sub: Merge with FSF. * config.sub: Accept m68060 and m5200 as CPU names. Merge with devo/config.sub. From-SVN: r22949
1998-10-08config-ml.in: Default to being verbose, to match Feb 18 change to configure.Ian Lance Taylor1-0/+3
* config-ml.in: Default to being verbose, to match Feb 18 change to configure. From-SVN: r22948
1998-10-08Various libtool updates from devo, including update to libtool 1.2bIan Lance Taylor1-0/+25
From-SVN: r22947
1998-10-08missing: Update to version from automake 1.3.Ian Lance Taylor1-0/+4
Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com> * missing: Update to version from automake 1.3. Bring over from devo. From-SVN: r22946
1998-10-08ylwrap: Change absolute path checks to check for DOS style path names.Marc Lehmann1-0/+8
� * ylwrap: Change absolute path checks to check for DOS style path names. * ylwrap: Don't use a full path name if the source file is in the same directory. From hjl@lucon.org (H.J. Lu). Brought over from devo. From-SVN: r22944
1998-10-02README: Remove installation instructions and refer to the INSTALL directory ↵Gerald Pfeifer1-0/+5
instead. * README: Remove installation instructions and refer to the INSTALL directory instead. From-SVN: r22747
1998-09-30config.sub: Add support for i[34567]86-pc-udk.Robert Lipe1-0/+5
* config.sub: Add support for i[34567]86-pc-udk. * configure.in: Likewise. From-SVN: r22701
1998-09-29Makefile.in (TARGET_CONFIGDIRS): Add libobjc.Jeffrey A Law1-0/+9
* Makefile.in (TARGET_CONFIGDIRS): Add libobjc. (ALL_TARGET_MODULES): Add all-target-libobjc. (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. (all-target-libchill): Add dependencies. * configure.in (target_libs): Add libchill. From-SVN: r22658
1998-09-29configure.in (target_subdir): Remove duplicate line.Manfred Hollstein1-0/+4
� * configure.in (target_subdir): Remove duplicate line. From-SVN: r22656
1998-09-27configure.in: Minor cleanups for building in the $(target_alias) subdir.Jeffrey A Law1-0/+5
* configure.in: Minor cleanups for building in the $(target_alias) subdir. From-SVN: r22612
1998-09-24Fix `make bootstrap' failures where libraries are compiled with wrong compiler.Jim Wilson1-0/+6
* Makefile.in (bootstrap): Set r and s before make all. Use BASE_FLAGS_TO_PASS in make all. (cross): Likewise. From-SVN: r22569
1998-09-20* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.Mark Mitchell1-0/+4
From-SVN: r22500
1998-09-19* config.sub: Fix typo in last change.Richard Henderson1-0/+4
From-SVN: r22490
1998-09-19config.sub: Add support for C4x target.Michael Hayes1-0/+5
� * config.sub: Add support for C4x target. * configure.in: Likewise. From-SVN: r22481
1998-09-13We now fully bootstrap on solaris-2.7 sparcv9.David S. Miller1-0/+4
toplevel: * config.sub: Recognize sparcv9 just like sparc64. gcc/ChangeLog: * configure.in: in sparc9-sol2 config, use 'if test' not brackets. * configure: Rebuilt. * config/sparc/sol2-sld-64.h (SPARC_DEFAULT_CMODEL): Change to CM_MEDANY. (CPP_CPU_SPEC): Do not define _LP64, header files do this. (CPP_CPU_DEFAULT_SPEC): Likewise. * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Get the names right for arch64 libfuncs. gcc/java/ChangeLog: * jcf-io.c: Include string.h. libchill/ChangeLog: * configure.in: Use 'if test' not brackets. * configure: Rebuilt. From-SVN: r22404
1998-09-09* config.guess: Match "Pent II" or "PentII" for OpenServer.Robert Lipe1-0/+4
From-SVN: r22358
1998-09-08config.guess: Correctly identify Pentium II sco boxes.Jeff Law1-0/+2
* config.guess: Correctly identify Pentium II sco boxes. From-SVN: r22337
1998-09-07* config.guess: Fix "tr" code. From Weiwen Liu.Jeffrey A Law1-0/+4
From-SVN: r22321
1998-09-05configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs.John Hughes1-0/+5
� * configure.in: Do not assume x86-svr4 or x86-unixware can handle stabs. From-SVN: r22263
1998-09-04Makefile.in (TARGET_CONFIGDIRS): Add libchill.Jeffrey A Law1-0/+9
* Makefile.in (TARGET_CONFIGDIRS): Add libchill. (ALL_TARGET_MODULES): Add all-target-libchill. (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. (all-target-libchill): Add dependencies. * configure.in (target_libs): Add libchill. From-SVN: r22239
1998-08-30config.guess: Avoid assumptions about "tr" behaves when LANG is set to ↵Lutz Wohlrab1-0/+5
something other than... * config.guess: Avoid assumptions about "tr" behaves when LANG is set to something other than English. From-SVN: r22118
1998-08-30configure (gxx_include_dir): Changed to ↵H.J. Lu1-0/+7
'${prefix}/include/g++'-${libstdcxx_interface}. * configure (gxx_include_dir): Changed to '${prefix}/include/g++'-${libstdcxx_interface}. * config.if: New to determine the interfaces. From-SVN: r22109
1998-08-30config.guess: Detect and handle MPE/IX.Mark Klein1-0/+5
* config.guess: Detect and handle MPE/IX. * config.sub: Deal with MPE/IX. From-SVN: r22108
1998-08-29Add and use mh-aix43 to set AR_FOR_TARGET.David Edelsohn1-0/+4
From-SVN: r22077
1998-07-29configure: Fix --without/--disable cases for gxx-include-dir.Manfred Hollstein1-0/+4
1998-07-29 Manfred Hollstein <manfred@s-direktnet.de> * configure: Fix --without/--disable cases for gxx-include-dir. From-SVN: r21486
1998-07-19config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.Robert Lipe1-0/+5
@ * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II. (*-pc-unixware7) Add detection for Pentium II, Pentium Pro. From-SVN: r21296
1998-07-18Fix typo.Marc Lehmann1-1/+5
From-SVN: r21275
1998-06-27* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.Jeffrey A Law1-0/+2
From-SVN: r20761
1998-06-27configure.in (target_subdir): Set to ${target_alias} instead of "libraries".Jeffrey A Law1-0/+5
* configure.in (target_subdir): Set to ${target_alias} instead of "libraries". From-SVN: r20760
1998-06-26*** empty log message ***Manfred Hollstein1-3/+17
From-SVN: r20731
1998-06-24configure (enable_version_specific_runtime_libs): Implement new flag ↵Manfred Hollstein1-0/+7
--enable-version-specific-runtime-libs which installs C++... S egcs/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++ runtime stuff in $(libsubdir); emit definition in each generated Makefile. (gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs. egcs/gcc/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (gxx_include_dir): Initialize default value depending on new flag --enable-version-specific-runtime-libs; remove superfluous default initialization afterwards. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (install): Install _G_config.h depending on new flag --enable-version-specific-runtime-libs. * config/linux.mt (gxx_include_dir): Remove definition here as we use gcc's default anyway. egcs/libstdc++/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (INSTALLDIR): Add comment to document the fact, this macro will be properly initialized at make's runtime. (install): Add initialization of INSTALLDIR depending on $(libsubdir) and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable instead of the $(INSTALLDIR) make macro. From-SVN: r20693
1998-06-24configure (gcc_version): Initialize properly depending on how and where ↵Manfred Hollstein1-0/+7
configure is started. 1 egcs/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * configure (gcc_version): Initialize properly depending on how and where configure is started. (recursion line): Pass a --with-gcc-version=${gcc_version} to configures in subdirs. egcs/libf2c/ChangeLog.egcs: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (version): Rename to gcc_version. * configure.in (version): Likewise. (gcc_version): Add code to use an option passed from parent configure. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * config.shared (FLAGS_TO_PASS): Add gcc_version. From-SVN: r20686
1998-06-19*** empty log message ***Manfred Hollstein1-0/+9
From-SVN: r20581
1998-06-18Makefile.in (local-clean): remove *.logAlexandre Oliva1-0/+8
* Makefile.in (local-clean): remove *.log (warning.log): built with warn_summary from build.log (mail-report.log): run test_summary (mail-report-with-warnings.log): run test_summary including warning.log in the report From-SVN: r20579
1998-06-18* config.guess: Detection of Pentium II for *-sco-3.2v5*.Robert Lipe1-0/+4
From-SVN: r20558
1998-05-24Makefile.in (boostrap2-lean, [...]): new targets Forgot to commit.Alexandre Oliva1-0/+5
* Makefile.in (boostrap2-lean, bootstrap3-lean, bootstrap4-lean): new targets Forgot to commit. From-SVN: r20016
1998-05-11lJeff Law1-0/+53
* mpw-* Delete. Not used. * ltconfig, ltmain.sh: Update to libtool 1.2a. * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B for newlib directory. (CXX_FOR_TARGET): Likewise. Bring over from devo. From-SVN: r19688