mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 20:31:55 -08:00
Solaris needs C99 to compile with XOpen specifications
This commit is contained in:
parent
276888f6d5
commit
e8bcc0697b
2 changed files with 2 additions and 0 deletions
1
src/aclocal.m4
vendored
1
src/aclocal.m4
vendored
|
|
@ -283,6 +283,7 @@ case "${host_os}" in
|
|||
LDRPATH='-Wl,-R,~A'
|
||||
TCPLIBS='-lsocket -lnsl -lintl'
|
||||
clibs='-ldl'
|
||||
CFLAGS="${CFLAGS} -std=gnu99"
|
||||
;;
|
||||
cygwin*)
|
||||
thehost='cygwin'
|
||||
|
|
|
|||
1
src/configure
vendored
1
src/configure
vendored
|
|
@ -4450,6 +4450,7 @@ case "${host_os}" in
|
|||
LDRPATH='-Wl,-R,~A'
|
||||
TCPLIBS='-lsocket -lnsl -lintl'
|
||||
clibs='-ldl'
|
||||
CFLAGS="${CFLAGS} -std=gnu99"
|
||||
;;
|
||||
cygwin*)
|
||||
thehost='cygwin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue