* configure.in: Use mh-posix for Linux (free Unix clone).
This commit is contained in:
parent
b4cc55b533
commit
f274a4b8da
2 changed files with 8 additions and 0 deletions
|
@ -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)
|
Tue Jun 23 21:59:20 1992 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
* sysdep-norm.h (alloca): Protect against previous definition as
|
* sysdep-norm.h (alloca): Protect against previous definition as
|
||||||
|
|
|
@ -35,6 +35,9 @@ m88kbcs | sysv*)
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
linux)
|
||||||
|
host_makefile_frag=config/mh-posix
|
||||||
|
;;
|
||||||
aix*)
|
aix*)
|
||||||
host_makefile_frag=config/mh-sysv
|
host_makefile_frag=config/mh-sysv
|
||||||
case "${host_cpu}" in
|
case "${host_cpu}" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue