Skip to content
Snippets Groups Projects
Commit 31829767 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added kluge for gcc/SunOS.

Rev: src/configure.in:1.147
parent b2f8feb7
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.146 1998/03/03 13:54:38 grubba Exp $") AC_REVISION("$Id: configure.in,v 1.147 1998/03/05 14:06:19 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -168,6 +168,11 @@ case "$pike_cv_sys_os" in ...@@ -168,6 +168,11 @@ case "$pike_cv_sys_os" in
;; ;;
esac esac
;; ;;
SunOS*)
# gcc on SunOS 4 forgets to define this:
echo "SunOS. Adding -D__USE_FIXED_PROTOTYPES__"
CFLAGS="$CFLAGS -D__USE_FIXED_PROTOTYPES__"
;;
BSD/OS*) BSD/OS*)
LD="$BINDIR/smartlink shlicc" LD="$BINDIR/smartlink shlicc"
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment