4 * gcc-plugin.m4 (GCC_PLUGIN_OPTION): Check if AR works with
5 --plugin and rc before enabling --plugin.
9 * gcc-plugin.m4 (GCC_PLUGIN_OPTION): New.
13 * 2.36 release branch crated.
17 * override.m4: Correct comment grammar.
24 * cet.m4 (GCC_CET_HOST_FLAGS): Don't enable CET without CET
25 support in stage1 nor for build support.
29 * largefile.m4 (ACX_LARGEFILE) <sparc-*-solaris*|i?86-*-solaris*>:
30 Check for <sys/procfs.h> incompatilibity with large-file support
32 Only disable large-file support and perhaps plugins if needed.
33 Set, substitute LARGEFILE_CPPFLAGS if so.
38 * pkg.m4 (PKG_CHECK_MODULES): Use AC_TRY_LINK only if
44 * pkg.m4 (PKG_CHECK_MODULES): Add AC_TRY_LINK to check if
45 $pkg_cv_[]$1[]_LIBS works.
49 * debuginfod.m4: use PKG_CHECK_MODULES.
54 Binutils 2.35 branch created.
62 * cet.m4: Replace save_CFLAGS and save_LDFLAGS with
63 cet_save_CFLAGS and cet_save_LDFLAGS.
71 * cet.m4 (GCC_CET_FLAGS): Also check if -fcf-protection works
72 when defaulting to auto.
76 * cet.m4 (GCC_CET_FLAGS): Change default to auto.
84 * cet.m4 (GCC_CET_HOST_FLAGS): Enable CET in cross compiler if
93 * cet.m4 (GCC_CET_HOST_FLAGS): Add -fcf-protection=none to
94 -Wl,-z,ibt,-z,shstk. Check whether -fcf-protection=none
95 -Wl,-z,ibt,-z,shstk works first.
100 * cet.m4 (GCC_CET_HOST_FLAGS): New.
106 * math.m4 (GCC_CHECK_MATH_INLINE_BUILTIN_FALLBACK1,
107 GCC_CHECK_MATH_INLINE_BUILTIN_FALLBACK2): New.
111 * ax_count_cpus.m4: New file, backported from GCC.
112 * bootstrap-Og.mk: New file, backported from GCC.
113 * bootstrap-lto-lean.mk: New file, backported from GCC.
114 * bootstrap-lto.mk: Changes backported from GCC.
115 * futex.m4: Changes backported from GCC.
116 * gthr.m4: Changes backported from GCC.
117 * lib-link.m4: Changes backported from GCC.
118 * mh-mingw: Changes backported from GCC.
119 * no-executables.m4: Changes backported from GCC.
120 * tls.m4: Changes backported from GCC.
121 * toolexeclibdir.m4: New file, backported from GCC.
125 Binutils 2.34 branch created.
129 binutils 2.33 branch created.
137 * iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
138 Append $INCICONV to it.
149 * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to
150 catch x86_64 kFreeBSD and Hurd.
154 * math.m4, tls.m4: Use AC_LANG_SOURCE.
158 * override.m4 (_GCC_AUTOCONF_VERSION): Bump from 2.64 to 2.69.
165 * bootstrap-mpx.mk: Remove.
170 * bootstrap-ubsan.mk: Define UBSAN_BOOTSTRAP.
174 * ax_pthread.m4: Add file.
179 * bootstrap-lto-noplugin.mk: Disable compare.
180 * bootstrap-lto.mk: Supply contrib/compare-lto for do-compare.
185 * bootstrap-cet.mk (STAGE4_CFLAGS): New.
190 * bootstrap-cet.mk (STAGE2_CFLAGS): Remove -mcet.
191 (STAGE3_CFLAGS): Likewise.
196 * cet.m4 (GCC_CET_FLAGS): Replace -mcet with -mshstk.
200 * cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace
201 --enable-cet=default with --enable-cet=auto.
206 * acx.m4 (GCC_BASE_VER): Remove \$\$ from sed expression.
214 * plugins.m4 (AC_PLUGINS): Use dlsym to check if libdl is needed.
219 * cet.m4: Check if target support multi-byte NOPS (SSE).
223 * gcc-plugin.m4 (GCC_ENABLE_PLUGINS): Remove -q option passed to grep.
227 * Sync with GCC sources:
231 * gcc-plugin.m4: Add support for MinGW.
239 * bootstrap-debug-lean.mk (do-compare): Use the
240 contrib/compare-debug script.
244 * bootstrap-cet.mk: New file.
248 * bootstrap-lto-noplugin.mk: Enable -flto in all PGO stages.
249 * bootstrap-lto.mk: Likewise.
253 * mt-android: New file.
257 * isl.m4: Remove support for ISL 0.14.
262 * ax_check_define.m4: New file.
267 * acx.m4 (GCC_BASE_VER): New m4 function.
268 (ACX_TOOL_DIRS): Require GCC_BASE_VER, for
269 --with-gcc-major-version-only use just major number from BASE-VER.
274 * hwcaps.m4 (GCC_CHECK_ASSEMBLER_HWCAP): New macro.
278 * picflag.m4: Import from gcc.
282 * acx.m4: Import from gcc.
283 * bootstrap-asan.mk: Likewise.
284 * multi.m4: Likewise.
289 * override.m4 (AC_PROG_LEX): Define.
293 * bootstrap-asan.mk: Replace ASAN_OPTIONS=detect_leaks with
294 LSAN_OPTIONS=detect_leaks.
298 * iconv.m4 (AM_ICONV_LINK): Use in-tree libiconv when present.
306 * gettext.m4: Reflects renaming of configure.in to configure.ac
308 * stdint.m4: Likewise
320 * bitfields.m4: Change int to long long, and use bitfields of
321 width 1 instead of 0.
325 * bitfields.m4: New file.
329 * bootstrap-mpx.mk: New file.
334 * bootstrap-lto-noplugin.mk: New build configuration.
338 * target-posix: New file.
342 * gcc-plugin.m4: New file.
350 * warnings.m4 (ACX_PROG_CXX_WARNING_OPTS)
351 (ACX_PROG_CXX_WARNINGS_ARE_ERRORS)
352 (ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC): New.
353 (ACX_PROG_CC_WARNING_OPTS, ACX_PROG_CC_WARNING_ALMOST_PEDANTIC)
354 (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Push into C language context.
359 * mh-alpha-linux: Restored.
363 * dfp.m4 (enable_decimal_float): Also set to yes for
364 i?86*-*-elfiamcu target.
370 * mh-darwin: Only apply -mdynamic-no-pic for m32 Darwin when the
371 compiler in use supports -mno-dynamic-no-pic.
372 * picflag.m4: Only append -mno-dynamic-no-pic for Darwin when
373 -mdynamic-no-pic is present in CFLAGS.
379 * picflag.m4: Append -mno-dynamic-no-pic for Darwin.
383 * zlib.m4 (AM_ZLIB): Set zlibdir to -L\$(top_builddir)/../zlib
384 and set zlibinc to -I\$(top_srcdir)/../zlib.
388 * zlib.m4 (AM_ZLIB): Unset zlibdir and zlibinc only for
393 * zlib.m4 (AM_ZLIB): Replace --with-zlib with --with-system-zlib.
397 * isl.m4: Sync with GCC tree.
404 * elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF.
411 * mt-ospace (CFLAGS_FOR_TARGET): Append -g -Os rather than
413 (CXXFLAGS_FOR_TARGET): Similarly.
421 * mt-gnu: Don't reset CXXFLAGS_FOR_TARGET.
425 * bootstrap-asan.mk: Sync with GCC tree.
426 * bootstrap-lto.mk: Likewise.
434 * plugins.m4 (AC_PLUGINS): If plugins are enabled, add -ldl to
435 LIBS via AC_SEARCH_LIBS.
439 * plugins.m4: Test for dlfcn.h or windows.h here to set default
440 for --enable-plugins. Report error if someone tries to enable
441 plugins on a host we don't support.
445 * mt-nios2-elf: New file.
449 * acinclude.m4: Remove +x file mode.
453 * bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Remove -lpthread -ldl.
454 Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/.
458 * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add
459 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/.
463 * bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.
467 * bootstrap-lto.mk: Use -ffat-lto-objects.
471 * picflag.m4 (m68k-*-*): Use default PIC flag.
475 * mh-darwin (BOOT_CFLAGS): Only add -mdynamic-no-pic for m32 hosts.
476 (STAGE1_CFLAGS, STAGE1_LDFLAGS): New.
477 Fix over-length lines and amend comments.
481 * bootstrap-ubsan.mk: New.
485 * dfp.m4: Add support for cygwin x64 target.
486 * picflag.m4: Likewise.
490 * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add
491 -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.
495 * isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION.
500 * isl.m4 (ISL_INIT_FLAGS): Warn about disabled version check
502 (ISL_CHECK_VERSION): Do not use AC_CACHE_CHECK.
503 * cloog.m4 (CLOOG_INIT_FLAGS): Disable version check for
504 in-tree build and warn about that.
505 (CLOOG_CHECK_VERSION): Do not use AC_CACHE_CHECK.
509 * libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Remove
510 "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS.
514 * libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Also
515 AC_SUBST LIBSTDCXX_RAW_CXX_LDFLAGS.
520 * libstdc++-raw-cxx.m4: New file.
524 * bootstrap-asan.mk: New file.
528 * dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*.
532 * gthr.m4: New. Define GCC_AC_THREAD_HEADER.
536 * mt-sde: Change -mcode-xonly to -mcode-readable=pcrel.
541 * config/cloog.m4: Adjust for toplevel reorg.
542 * config/isl.m4: Adjust.
546 * cloog.m4 (CLOOG_INIT_FLAGS): Use = instead of == in test.
550 * isl.m4 (ISL_CHECK_VERSION): Set to yes if cross-compiling.
555 * cloog.m4: Remove debugging print.
559 * isl.m4 (ISL_CHECK_VERSION): Add -lisl to LIBS, not LDFLAGS.
563 * isl.m4 (_ISL_CHECK_CT_PROG): Omit main function header/footer.
571 * cloog.m4: Set up to work against ISL only.
577 * stdint.m4: Fix typos.
582 * mh-ppc-aix (LDFLAGS): Quote $(CC).
586 * mmap.m4: Use *vms* instead of vms*.
590 * math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present
591 argument. Define the variable.
599 * weakref.m4 (GCC_CHECK_ELF_STYLE_WEAKREF): Remove
604 * config/mh-interix: Remove as unneeded.
605 * config/picflag.m4 (i[[34567]]86-*-interix3*):
606 Change triplet to i[[34567]]86-*-interix[[3-9]]*.
611 * picflag.m4: Remove s390 case statement.
615 * warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in
621 * warnings.m4 (ACX_PROG_CC_WARNING_OPTS)
622 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Run the test without the
627 * acx.m4 (Test for GNAT): Update comment and add quotes in final test.
631 * weakref.m4: New file.
635 * asmcfi.m4: New file.
639 * mh-interix (LIBGCC2_DEBUG_CFLAGS): Remove.
643 * picflag.m4: New file.
647 * elf.m4 (target_elf): Remove *-netware*.
651 * mt-alphaieee (GOCFLAGS_FOR_TARGET): Add -mieee.
656 * mh-darwin: Turn off -pie on darwin11 and later.
660 * bootstrap-lto.mk: Remove obsolete requirement.
664 * mt-mep: Remove, obsolete.
665 * mt-netware: Remove, obsolete.
666 * mt-wince: Remove, obsolete.
667 * mt-v810: Remove, unused.
671 * mh-x86omitfp: Remove.
675 * mh-cygwin: Remove obsolete variables and dependencies.
680 * mh-solaris: Remove.
684 * mh-sysv4: Remove AR_CFLAGS.
688 * mh-cxux, mh-decstation, mh-dgux386, mh-lynxrs6k, mh-ncr3000,
689 mh-necv4, mh-sco, mh-sysv5: Remove.
694 * override.m4: Error out if a buggy M4 was detected, to
695 avoid spurious diffs in generated files.
699 * cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog.
703 * bootstrap-lto.mk: -fuse-linker-plugin is default now;
704 pass -fno-lto to STAGEprofile.
710 * lthostflags.m4: New file.
711 (ACX_LT_HOST_FLAGS): Define.
715 * mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.
716 (BOOT_LDFLAGS): Add matching stack size flag.
717 * mh-mingw (LDFLAGS): Likewise.
718 (BOOT_LDFLAGS): Likewise.
722 * bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.
726 * cloog.m4: Use AS_HELP_STRING and fix help formatting.
730 * cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names.
734 * cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
735 define the cloog backend to use. Furthermore, only pass the ppllibs to
736 the configure checks, if necessary.
740 * cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
744 * cloog.m4: Fix typo. verison -> version.
748 * cloog.m4: Pass ppl libraries to the CLooG version check.
752 * bootstrap-lto: Use -flto.
756 * mh-darwin: Renamed from mh-ppc-darwin.
760 * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting.
764 * dfp.m4: Enable decimal float for i?86 cygwin
765 and mingw, and for x86_64 mingw.
770 * dfp.m4: Don't set enable_decimal_float to dpd if DFP is
771 disabled. Set default_decimal_float.
775 * dfp.m4: Quote argument of AC_MSG_WARN.
783 * bootstrap-lto.mk (STAGE2_CFLAGS, STAGE3_CFLAGS): Change
784 to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1.
789 * stdint.m4 (GCC_HEADER_STDINT): Use m4 quotes for arguments
794 * gc++filt.m4: New file.
798 * bootstrap-lto.mk: New.
802 * override.m4: Remove obsolete (<2.64) definitions.
807 * tls.m4 (GCC_CHECK_TLS): Add volatile qualifier to the test
808 references. Move the main () test reference ahead of
809 pthread_create(). Add a comment to explain the requirements
816 * override.m4 (_AC_CHECK_DECL_BODY, _AC_CHECK_DECLS): Import
817 definitions from git Autoconf.
821 * elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms.
825 * mh-mingw: Revert accidentally checking r156315.
829 * stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if
830 corresponding macros already exist.
839 * largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and
848 * largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
854 * largefile.m4: New file.
858 * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test.
862 * stdint.m4 (GCC_HEADER_STDINT): Revert changes to this macro in
863 the previous two patches.
867 * stdint.m4: Store temporary file in $tmp/_GCC_STDINT_H.
871 * stdint.m4: Rewrite by using autoconf 2.64 features.
875 * bootstrap-debug-big.mk (STAGE2_CFLAGS): Drop -gtoggle.
876 * bootstrap-debug-lean.mk: Update comments.
877 (STAGE2_CFLAGS): Likewise.
878 (do-compare): Don't override.
882 * bootstrap-debug.mk: Add comments.
883 * bootstrap-debug-big.mk: New.
884 * bootstrap-debug-lean.mk: New.
885 * bootstrap-debug-ckovw.mk: Add comments.
886 * bootstrap-debug-lib.mk: Drop CFLAGS for stages. Use -g0
887 for TFLAGS in stage1. Drop -fvar-tracking-assignments-toggle.
891 * override.m4 (_GCC_AUTOCONF_VERSION): Bump to 2.64.
895 * override.m4 (AC_DISABLE_OPTION_CHECKING): Define to be
896 empty if not defined, to avoid error with 2.59.
897 (_AC_LANG_IO_PROGRAM): When the Autoconf version is exactly
898 2.64, avoid per-language instances to drop fopen from test
903 * extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand
904 for Autoconf 2.62 or newer.
905 * tls.m4 (GCC_CHECK_TLS): Fix m4 quotation.
906 * no-executables.m4 (_AC_COMPILER_EXEEXT): Fix m4 quotation.
907 * override.m4 (m4_copy_force, m4_rename_force): Provide
908 macros if not defined.
909 (AC_PREREQ): Use m4_copy_force.
914 * tls.m4 (GCC_CHECK_TLS): Add extra quoting around argument to
919 * tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when
924 * config/mh-ppc-aix (BOOT_ADAFLAGS): Remove -mminimal-toc.
932 * multi.m4: Save CXX, GFORTRAN and GCJ in config.status.
933 * mt-gnu (CXXFLAGS_FOR_TARGET): Adjust.
934 * bootstrap-O1.mk: New.
935 * bootstrap-O3.mk: New.
936 * bootstrap-debug.mk: New.
940 * tcl.m4 (SC_PATH_TCLCONFIG): Don't exit 0 if tclconfig fails.
941 (SC_PATH_TKCONFIG): Don't exit 0 if tkconfig fails.
942 (SC_LOAD_TCLCONFIG): Quote all uses of TCL_BIN_DIR, it may contain
943 "# no Tcl configs found".
944 (SC_LOAD_TKCONFIG): Similarily for TK_BIN_DIR.
948 * lead-dot.m4: Change copyright header to refer to version
949 3 of the GNU General Public License and to point readers at the
950 COPYING3 file and the FSF's license web page.
951 * warnings.m4: Likewise.
955 * mh-cygwin (LDFLAGS): Add linker option to increase stack limit
960 * tls.m4 (GCC_CHECK_EMUTLS): Define.
965 * unwind_ipinfo.m4: Darwin before 9 does not have _Unwind_GetIPInfo.
970 * mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch.
975 * unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from
976 link test to target based test.
980 * mt-mips16-compat: New file, taken from mt-mips-elfoabi.
981 * mt-mips-elfoabi: Include mt-mips16-compat.
982 * mt-mips-gnu: New file.
986 * mt-spu (all-ld): Update for ld Makefile changes.
990 * tcl.m4 (SC_PATH_TCLCONFIG): Add some simple logic to deal
992 (SC_PATH_TKCONFIG): Likewise.
996 * mh-pa: New, from gcc/config/pa/x-ada.
997 * mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10.
1001 * acinclude.m4: Remove libide, libgui, and all the other Tcl
1007 * mh-mingw (LDFLAGS): Append to rather than replacing previous
1012 * override.m4: Use m4_version_prereq throughout.
1013 (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git
1014 Autoconf: output pwd along with fatal errors, so the right
1015 config.log file is hinted at more prominently.
1016 (PARSE_ARGS): Push setting of ac_pwd in this diversion.
1017 (_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined.
1018 (_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf
1019 version _GCC_AUTOCONF_VERSION throughout the tree.
1020 (m4_wrap): New override, fix for Posix semantics of m4wrap.
1024 * tls.m4: Fix typos.
1028 PR tree-optimization/36218
1029 * mh-mingw (LDFLAGS): Define.
1034 * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
1040 * acx.m4: Add optional parameter to ACX_PROG_GNAT.
1044 * override.m4: Apply _AC_ARG_VALIDATE fix to all versions
1051 * confsubdir.m4: Rename to...
1052 * override.m4: ... this. Make sure aclocal always picks it.
1053 Add more lenient precious variable check, backported from
1059 * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): New macro to check that
1060 cygwin builds are not running in textmode.
1064 * extensions.m4: New.
1068 * mh-armpic: Remove.
1069 * mh-i370pic: Remove.
1070 * mh-m68kpic: Remove.
1071 * mh-ppcpic: Remove.
1072 * mh-sparcpic: Remove.
1073 * mh-ia64pic: Remove.
1075 * mh-s390pic: Remove.
1076 * mh-x86pic: Remove.
1080 * proginstall.m4: New file, with fixed AC_PROG_INSTALL.
1084 * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
1089 * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
1093 * futex.m4: New file.
1097 * mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =.
1098 * mt-mips-elfoabi: Likewise.
1102 * tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.
1103 (GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls.
1107 * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
1113 * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
1117 * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
1121 * mt-sde (CFLAGS_FOR_TARGET): Replace -fno-optimize-sibling-calls
1122 with -minterlink-mips16.
1123 (CXXFLAGS_FOR_TARGET): Likewise.
1127 * mt-mips-elfoabi: New file.
1131 * mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt.
1132 (CXXFLAGS_FOR_TARGET): Likewise.
1137 * mh-mingw: New host makefile fragment.
1142 * mt-gnu (CXXFLAGS_FOR_TARGET): Add
1143 $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1152 * tls.m4 (GCC_CHECK_CC_TLS): New.
1157 * mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer,
1158 don't reset its value.
1162 * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross
1167 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds.
1168 (ACX_HAVE_GCC_FOR_TARGET): Likewise.
1172 * acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines.
1176 * mh-ppc-aix: Add default ADAFLAGS to BOOT_ADAFLAGS.
1180 * confsubdir.m4: Move here from newlib.
1185 * mh-ppc-darwin: Temporarily disable.
1189 * stdint.m4: Make template compatible with older cygwin
1190 types.h, wrapping each type in a __XXX_t_defined #ifdef.
1194 * acx.m4 (ACX_BUGURL): Set BUGURL first. Quote $BUGURL first
1195 when setting REPORT_BUGS_TEXI.
1199 * acx.m4 (ACX_BUGURL): Replace "@" with "@@" for
1204 * acx.m4 (ACX_PKGVERSION, ACX_BUGURL): Define.
1208 * acx.m4 (GCC_TARGET_TOOL): Expand backquotes outside
1213 * mt-spu (all-ld): Depend on all-binutils.
1217 * acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as
1218 precious. Prefer it over a cached value. Use cached value
1220 (NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override
1221 environment variable with build-time tools.
1229 * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
1235 * config/tls.m4 (GCC_CHECK_TLS): Also check whether the libc supports
1241 * acx.m4 (ACX_PROG_CHECK_VER): Locate a program and check that its
1242 version is acceptable.
1246 * depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make
1252 * config/acx.m4 (ACX_PROG_GNAT): Check for gnatmake.
1256 * ld-symbolic.m4: New.
1260 * warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.
1261 (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo. Add optional 2nd argument.
1265 * warnings.m4: Add second parameter with name of variable.
1266 Always append to the variable if it exists.
1270 * mh-ppc-darwin: Remove support for building with Apple's gcc-3.1.
1274 * tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking
1275 if static linking doesn't even work.
1279 * tls.m4 (GCC_CHECK_TLS): Fall back to a link test.
1283 * multi.m4: New file, from automake version 2 branch.
1287 * tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
1293 * stdint.m4: Test for uintptr_t even on systems with uint64_t
1299 * unwind_ipinfo.m4: New.
1304 * gxx-include-dir.m4: Use target_alias in path for cross build.
1308 * acx.m4: Support --with-build-libsubdir and AC_SUBST
1314 * gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Add optional
1315 argument for where to search for NLS config file.
1319 * gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Provide some
1320 defines otherwise gotten from AM_GNU_GETTEXT. Remove the
1321 po/ prefix from CATALOGS.
1326 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Use correct program name.
1327 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise, and always set $1.
1331 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
1332 (ACX_PATH_SEP): New.
1333 (ACX_TOOL_DIRS): Move here from the gcc directory.
1334 (ACX_CHECK_INSTALLED_TARGET_TOOL): New.
1335 (GCC_TARGET_TOOL): Do not use a host tool if we found a target tool
1336 with a complete path in either $with_build_time_tools or $exec_prefix.
1345 Revert Ada-related part of the previous change.
1347 * mt-ppc-aix: Delete.
1351 * mt-ppc-aix, mh-ppc-aix: New.
1355 * acx.m4 (GCC_TARGET_TOOL): New.
1359 * enable.m4: New file.
1364 * config/acx.m4 (NCN_CHECK_TARGET_TOOL, NCN_STRICT_CHECK_TOOL,
1365 NCN_STRICT_CHECK_TARGET_TOOL): Remove.
1366 (NCN_STRICT_CHECK_TOOLS, NCN_STRICT_CHECK_TARGET_TOOLS): New,
1367 based on the deleted macros.
1371 * mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.
1375 * all files: Update FSF address.
1380 * no-executables.m4: Call real AC_FUNC_MMAP when cache variable
1381 is set but not 'no'.
1385 * depstand.m4, lead-dot.m4: New files.
1389 * accross.m4: Delete file.
1394 * warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Add
1395 double quotes around GCC variable.
1399 * acx.m4 (ACX_PROG_GNAT): Remove stray break.
1403 * gcc-lib-path.m4: Remove.
1407 * gxx-include-dir.m4: In all substitutions, leave $(gcc_version)
1408 to be expanded by the Makefile.
1412 * gcc-version.m4: Delete.
1417 * acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src
1422 * warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Don't do
1423 anything for non-GCC compilers.
1427 * gxx-include-dir.m4: New file.
1431 * gcc-version.m4: New file.
1435 * warnings.m4: New file.
1440 * gcc-lib-path.m4: New file.
1444 * gettext-sister.m4: Renamed from gettext.m4
1445 * codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4, po.m4,
1446 inttypes.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lib-ld.m4,
1447 lib-link.m4, lib-prefix.m4, nls.m4, progtest.m4, stdint_h.m4,
1448 uintmax_t.m4, ulonglong.m4: Import from gettext-0.12.1 sources.
1452 * mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
1456 * Add ACX_{TARGET,HOST,BUILD}_NONCANONICAL,
1457 which do an automatic AC_SUBST on _GCC_TOPLEV_*_NONCANONICAL.
1458 The intention is that we will migrate to these bit by bit.
1462 * mt-linux: Rename to ...
1467 * acx.m4 (ACX_PROG_LN): From gcc, modified to
1472 * acx.m4 (ACX_HEADER_STDBOOL, ACX_HEADER_STRING):
1477 * acx.m4 (ACX_PROG_GNAT): Check if ${CC} produces object file for
1479 Fix acx_cv_cc_gcc_supports_ada spelling.
1484 Move language detection to the top level.
1485 * acx.m4 (ACX_PROG_GNAT): New macro, moved here
1486 from the gcc subdirectory.
1490 * accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with
1491 "-c". Properly quote parameter for AC_MSG_ERROR.
1495 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1497 * aclocal.m4: Regenerate.
1498 * configure: Regenerate.
1502 * gettext.m4: Properly quote arguments to AC_DEFUN.
1506 * acx.m4 (AC_PROG_CPP_WERROR): New.
1510 * no-executables.m4: New file.
1514 * gettext.m4: Delete all former contents.
1515 (ZW_GNU_GETTEXT_SISTER_DIR): New macro.
1516 * progtest.m4: New file.
1520 * gettext.m4: New file - copy of gettext.m4 from binutils
1521 CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4.
1525 * acinclude.m4: Accept i[3456789]86 for machine type.
1529 * acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
1530 _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET,
1539 * acx.m4: Name cache variables properly.
1540 (NCN_STRICT_CHECK_TOOL): If program is not found and
1541 value-if-not-found is empty, use ${ncn_tool_prefix}$2 or $2,
1542 depending on whether build != host or not.
1543 (NCN_STRICT_CHECK_TARGET_TOOL): Ditto, with the target prefix.
1548 * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
1549 mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
1550 mh-riscos, mh-sysv: Delete.
1551 * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
1552 mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
1556 * mh-cygwin: Don't build libtermcap if it doesn't exist.
1568 Retire common MPW configury bits.
1569 * mpw-mh-mpw: Remove.
1570 * mpw: Remove directory along with all of its files.
1574 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
1578 * mh-apollo68: remove unused HDEFINES setting.
1579 * mh-dgux: remove unused HDEFINES setting.
1580 * mh-dgux386: remove unused HDEFINES setting, duplicate RANLIB=true.
1584 * mh-cxux: remove dead code
1585 * mh-dgux386: remove dead code
1586 * mh-hp300: remove dead code
1587 * mh-hpux: remove dead code
1588 * mh-hpux8: remove dead code
1589 * mh-irix5: remove dead code
1590 * mh-irix6: remove dead code
1591 * mh-ncr3000: remove dead code
1592 * mh-ncrsvr43: remove dead code
1593 * mh-necv4: remove dead code
1594 * mh-sco: remove dead code
1595 * mh-solaris: remove dead code
1596 * mh-sysv: remove dead code
1597 * mh-sysv4: remove dead code
1598 * mh-sysv5: remove dead code
1599 * mh-irix4: remove, contains only dead code
1601 * mt-armpic: Delete.
1602 * mt-elfalphapic: Delete.
1603 * mt-i370pic: Delete.
1604 * mt-ia64pic: Delete.
1605 * mt-m68kpic: Delete.
1607 * mt-ppcpic: Delete.
1608 * mt-s390pic: Delete.
1609 * mt-sparcpic: Delete.
1610 * mt-x86pic: Delete.
1614 * mh-a68bsd: clean out dead code
1615 * mh-apollo68: clean out dead code
1616 * mh-cxux: clean out dead code
1617 * mh-decstation: clean out dead code
1618 * mh-dgux: clean out dead code
1619 * mh-dgux386: clean out dead code
1620 * mh-hp300: clean out dead code
1621 * mh-hpux: clean out dead code
1622 * mh-hpux8: clean out dead code
1623 * mh-interix: clean out dead code
1624 * mh-irix4: clean out dead code
1625 * mh-lynxrs6k: clean out dead code
1626 * mh-mingw32: clean out dead code
1627 * mh-ncr3000: clean out dead code
1628 * mh-ncrsvr43: clean out dead code
1629 * mh-necv4: clean out dead code
1630 * mh-openedition: clean out dead code
1631 * mh-riscos: clean out dead code
1632 * mh-sco: clean out dead code
1633 * mh-sysv4: clean out dead code
1634 * mh-lynxos: removed, contained only dead code
1635 * mh-vaxult2: removed, contained only dead code
1636 * mh-sun3: removed, contained only dead code
1640 * acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,
1642 (CYG_AC_PATH_TKCONFIG): Likewise.
1646 * acinclude.m4: Fix spelling error of "separate" as "seperate".
1650 * mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.
1654 * mt-alphaieee: New file.
1658 * mh-djgpp: do not set CFLAGS.
1662 * mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally
1663 modify 'gcc_version'.
1667 * mh-ia64pic: New file.
1668 * mt-ia64pic: New file.
1672 * mh-s390pic: New file.
1673 * mt-s390pic: New file.
1677 * mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
1681 * mh-irix6 (CC): Don't set it.
1685 * mh-sparcpic: Use single instead of double quotes.
1686 * mt-sparcpic: Likewise.
1690 * acinclude.m4: Updated for Incr Tcl 3.0.
1694 * mh-i370pic: New file.
1695 * mt-i370pic: New file.
1699 * mt-wince: new file: Makefile fragment for WinCE targets.
1703 * mh-aix43: Delete, move to mt-aix43.
1704 * mt-aix43: New file.
1708 * mh-openedition: New file.
1712 * mt-d30v: New file, pass -g -Os -Wa,-C as default options.
1717 * mh-djgpp: New. Renamed from mh-go32.
1721 * mh-windows: Ditto.
1725 * acinclude.m4: Added macros to find itcl files.
1726 Export TCL_CFLAGS from tclConfig.sh.
1727 Export TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH, ITCL_LIB_FULL_PATH,
1728 ITK_LIB_FULL_PATH, and TIX_LIB_FULL_PATH
1729 Replace TIX macros with better ones from snavigator.
1734 * mt-armpic: Likewise.
1738 * mh-interix: New file.
1742 * cygwin.mh: Activate commented out dependencies for
1747 * mt-cygwin: Remove.
1751 * mt-cygwin: New file. libtermcap target info.
1755 * cygwin.mh: Add extra libtermcap target information.
1756 Add commented out dependency for gdb to libtermcap for
1757 future readline requirement.
1761 * mh-cygwin32: delete
1762 * mh-cygwin: was mh-cygwin32
1766 * acinclude.m4: TCLHDIR and TKHDIR need to be run through
1767 cygpath for Microsoft builds.
1771 * acinclude.m4: Re-exported TCL_LIBS and TCL_LD_SEARCH_FLAGS
1772 because itcl needs them.
1776 * mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
1780 * mh-aix43: New file.
1784 * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
1788 * acinclude.m4: New collection of generic autoconf macros.
1792 * mt-ospace: New file, support using -Os instead of -O2 to compile
1797 * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
1801 * mh-svsv5: New file - support for SCO UnixWare 7 / SVR5.
1805 * mh-cygwin32: stop configuring and building dosrel.
1809 * mh-sparcpic (PICFLAG): Define to properly according
1810 to current multilib configuration.
1811 * mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly
1812 according to current multilib configuration.
1816 * mh-mingw32: New file.
1820 * mh-elfalphapic, mt-elfalphapic: New files.
1824 * mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is used.
1828 * mh-cygwin32: ok to build split texinfo files
1832 * mh-go32 (CFLAGS): Don't set -fno-omit-frame-pointer.
1836 * mh-ppcpic: New file.
1837 * mt-ppcpic: New file.
1841 * mh-cygwin32: override CXXFLAGS, setting to -O2 only
1846 * mh-cygwin32: override LIBGCC2_DEBUG_CFLAGS so debug info
1847 isn't included in cygwin32-hosted libgcc2.a by default
1851 * mh-cygwin32: override CFLAGS so debug info isn't included
1852 in cygwin32-hosted tools by default
1860 * mt-ppc: Delete file, options moved to newlib configure.
1864 * mh-windows: Add rules for building MSVC makefiles.
1868 * mh-windows (HOST_FLAGS): Set srcroot, which is needed
1869 for MSVC build procedure.
1873 * mh-windows: Add support for windows host
1874 (that is a build done under the Microsoft build environment).
1878 * mh-dgux386: New file. x86 dgux specific flags
1882 * mpw-mh-mpw (EXTRALIBS_PPC_XCOFF): New, was EXTRALIBS_PPC.
1883 (EXTRALIBS_PPC): Use shared libraries instead of xcoff.
1887 * mh-cygwin32: don't -D_WIN32 here anymore
1891 * mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
1892 with normal Windows compilation environment.
1896 * mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
1897 (EXTRALIBS_PPC): Add libgcc.xcoff.
1901 * mt-ppc: New file, add -mrelocatable-lib and -mno-eabi to all
1902 target builds for PowerPC eabi targets.
1906 * mpw: New subdir, Mac MPW configuration support bits.
1910 * mh-irix6: New file.
1914 * mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC.
1918 * mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib.
1922 * mh-cygwin32: new file. Like mh-go32 without the CFLAGS entry.
1926 * mh-go32 (CFLAGS): Define.
1930 * mh-necv4: New file.
1934 * mh-cxux (CC): New variable.
1935 (CFLAGS, LDFLAGS): Remove.
1936 * mh-ncrsvr43 (CC): New variable.
1938 * mh-solaris (CFLAGS): Remove.
1940 * mh-go32: Remove most variable settings, since they presumed a
1941 Canadian Cross, which is now handled correctly by the configure
1944 * mh-sparcpic (PICFLAG): Set to -fPIC, not -fpic.
1948 * mh-m68kpic, mt-m68kpic: New files.
1952 * mpw-mh-mpw (CC_MWC68K): Add options similar to those used
1953 in CC_MWCPPC, and -mc68020 -model far.
1954 (AR_MWLINK68K): Add -xm library.
1956 (CC_LD_MWLINK68K): Remove -d.
1957 (EXTRALIBS_MWC68K): Define.
1961 * mh-ncrsvr43 (CFLAGS): Remove -Hnocopyr.
1965 * mt-v810 (CC_FOR_TARGET): Add -ansi flag. NEC compiler
1966 defaults to K&R mode, but doesn't have varargs.h, so we have to
1967 compile in ANSI mode.
1971 * mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET,
1972 RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.
1976 * mh-i386win32: add LD_FOR_TARGET.
1980 * mpw-mh-mpw (CC_MWC68K, CC_MWCPPC): Remove unused include path.
1981 (CC_MWCPPC): Add -mpw_chars, disable warnings, add comments
1982 explaining reasons for various flags.
1983 (EXTRALIBS_PPC, EXTRALIBS_MWCPPC ): Put runtime library first.
1987 * mh-aix, mh-sun: Removed.
1989 * mh-decstation (X11_EXTRA_CFLAGS): Define.
1991 * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
1993 * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
1994 hardcode location of X stuff here.
1998 * mpw-mh-mpw: Add definitions for various 68K and PowerMac
1999 compilers, add definitions for library and link steps for
2004 * mh-ncrsvr43: Removed AR_FLAGS
2008 * mh-hp300 (CC): Add "CC = cc -Wp,-H256000" to avoid
2009 "too much defining" errors from the HPUX compiler.
2013 * mh-hp300 (RANLIB): Use "ar ts", in case GNU ar was used and
2014 didn't build a symbol table.
2018 * mpw-mh-mpw (CC): Define ANSI_PROTOTYPES.
2022 * m?-*pic: Define PICFLAG* instead of LIB*FLAGS*.
2026 * mpw-mh-mpw (EXTRALIBS): Always link in Math.o, CSANELIB.o,
2029 * mpw-mh-mpw (CC): Define ALMOST_STDC.
2030 (CFLAGS): Remove ALMOST_STDC, -mc68881.
2033 * mpw-mh-mpw (CFLAGS): Add -b option to put strings at the ends of
2036 * mpw-mh-mpw: New file, host makefile definitions for MPW.
2040 * mt-netware: New file.
2046 Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2048 * mh-solaris: SunPRO C needs -Xs to be able to get a
2049 working xmakefile for Emacs.
2053 * mh-hpux8: New file.
2054 * mh-hpux: Use X11R5 rather than X11R4.
2058 * mh-linux (SYSV): Don't define.
2059 (RANLIB): Don't define.
2063 * m?-*pic (LIBCXXFLAGS): Add -fno-implicit-templates.
2067 * m[th]-*pic: Support --enable-shared.
2071 * mh-irix4 (CC): Increase maximum string length.
2073 * mh-sco (CC): Define away const, it doesn't work right; elements
2074 of arrays of ptr-to-const are considered const themselves.
2082 * mh-ncrsvr43: New file from Tom McConnell
2087 * mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining"
2088 errors from the HPUX 8 compilers.
2092 * mh-go32: New fragment.
2096 * mh-lynxrs6k: Renamed from mh-lynxosrs6k, to make it
2097 unique in 8.3 naming schemes.
2101 * mh-lynxrs6k: set SHELL to /bin/bash
2105 * mh-irix4 (CC): Change -XNh1500 to -XNh2000.
2107 Mon Jan 31 18:40:55 1994 Stu Grossman (grossman at cygnus.com)
2109 * mh-lynxosrs6k: Account for lack of ranlib!
2117 * mh-irix5: New file for Irix 5.
2121 * mh-a68bsd: Define CC to gcc.
2125 * mh-linux: Don't put -static in LDFLAGS. Add comments.
2129 * mh-sysv4 (AR_FLAGS): change from cq to cr
2133 * mh-unixware: remove. It's the same as sysv4, and config.guess
2134 can't tell the difference. So don't allow skew.
2138 * mh-hp300: Revert yesterday's change, but add comment explaining.
2142 * mh-hp300: Don't define CFLAGS to empty. Why should hp300 be
2143 different from anything else? ("gdb doesn't understand the native
2144 debug format" isn't a good enough answer because we might be using
2149 * mh-alphaosf: Remove, no longer necessary now that gdb knows
2150 how to handle OSF/1 shared libraries.
2154 * mh-alphaosf: New file.
2158 * mh-riscos: New file.
2160 Mon Jun 14 12:03:18 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
2162 * mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
2163 mh-ncr3000, mh-solaris, mh-sysv, mh-sysv4: remove INSTALL=cp line,
2164 now that we're using install.sh globally
2168 * mh-sysv4 (INSTALL): Use cp, not /usr/ucb/install.
2170 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2172 * mh-delta88: remove extraneous GCC references
2176 * mt-a29k, mt-ebmon29k, mt-os68k, mt-ose68000, mt-ose68k,
2177 mt-vxworks68, mt-vxworks960: Removed obsolete, unused target
2178 Makefile fragment files.
2182 * mh-irix4: Bump -XNh value to 1500 to match gcc requirements.
2184 Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2186 * mh-sun3: cc needs -J to compile cp-parse.c correctly
2188 * mh-solaris: SunPRO C needs -Xs to be able to get a
2189 working xmakefile for Emacs.
2193 * mh-aix386: New file; old mh-aix, plus no-op RANLIB.
2197 * mh-vaxult2: New file.
2199 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2201 * mh-sco: define X11_LIB to the mess that SCO ODT requires
2205 * mh-sco: Don't override BISON definition.
2207 Mon Dec 7 06:43:27 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2209 * mh-sco: don't default $(CC) to gcc
2211 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2213 * mh-solaris: rework standard X location to use
2214 $OPENWINHOME, if defined.
2216 * mh-sun: handle X11 include locations
2218 * mh-decstation: define NeedFunctionPrototypes to 0, to
2219 work around dain-bramaged DECwindows include files
2221 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2223 * mh-hpux, mh-solaris: define the "standard" locations for
2224 the vendor supplied X11 headers and libraries
2226 Thu Oct 1 13:50:48 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2228 * mh-solaris: INSTALL is NOT /usr/ucb/install
2232 * mt-ose68000, mt-ose68k: renamed from mt-OSE*.
2234 Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2236 * mh-solaris: removed the -xs from CFLAGS (let the people
2237 with Sun's C compiler deal with it themselved)
2241 * mt-OSE68k, mt-680000: new configs.
2245 * mh-irix4: merged changes from progressive.
2247 Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
2249 * mh-solaris: Use -xs when compiling so that Sun-C puts
2250 a symbol-table into the executable.
2254 * mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
2255 it is broken on ncr 3000's.
2259 * Everywhere: Change RANLIB=echo>/dev/null (which confuses
2260 some shells - and I don't blame them) to RANLIB=true.
2261 * mh-solaris: Use /usr/ucb/install for INSTALL.
2263 Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
2265 * mh-ncr3000, mh-sysv4: Add INSTALL.
2267 Sun May 31 14:45:23 1992 Mark Eichin (eichin at cygnus.com)
2269 * mh-solaris2: Add new configuration for Solaris 2 (sysv, no ranlib)
2273 * mh-delta88, mh-ncr3000: Replace MINUS_G with
2274 CFLAGS per new configuration strategy.
2278 * mh-ncr3000: Add new configuration for NCR 3000.
2280 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
2282 * mh-irix4: Port to SGI Irix-4.x.
2284 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
2286 * mh-sco: Fix SCO configuration stuff.
2288 Tue Dec 10 00:10:55 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2290 * ChangeLog: fresh changelog.