From: Per Bothner Date: Wed, 24 Jun 1992 06:26:05 +0000 (+0000) Subject: * configure.in: Use mh-posix for Linux (free Unix clone). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f274a4b8da4d33c9f77dadb3ecc2652b9504617e;p=binutils-gdb.git * configure.in: Use mh-posix for Linux (free Unix clone). --- diff --git a/readline/ChangeLog b/readline/ChangeLog index 53cec69c9f8..5317bab2a27 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 23 23:22:53 1992 Per Bothner (bothner@cygnus.com) + + * config/mh-posix: New file, for Posix-compliant systems. + * configure.in: Use mh-posix for Linux (free Unix clone). + Tue Jun 23 21:59:20 1992 Fred Fish (fnf@cygnus.com) * sysdep-norm.h (alloca): Protect against previous definition as diff --git a/readline/configure.in b/readline/configure.in index baa864a966c..1faa3505853 100644 --- a/readline/configure.in +++ b/readline/configure.in @@ -35,6 +35,9 @@ m88kbcs | sysv*) esac ;; +linux) + host_makefile_frag=config/mh-posix + ;; aix*) host_makefile_frag=config/mh-sysv case "${host_cpu}" in