From 620f8582af91353d28cf5852801a1ae8e0399632 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Wed, 19 Jul 2006 15:36:39 +0000 Subject: [PATCH] Compile in k_rem_pio2.c. --- lisp/Config.sun4_solaris_gcc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/Config.sun4_solaris_gcc b/lisp/Config.sun4_solaris_gcc index 1744964f1..890e91385 100644 --- a/lisp/Config.sun4_solaris_gcc +++ b/lisp/Config.sun4_solaris_gcc @@ -50,6 +50,7 @@ CPPFLAGS = -I. -I$(PATH1) -I/usr/openwin/include -I/usr/include/X11 -DSOLARIS -D # the CC variable appropriately, if necessary. CC = gcc -O -Wall +#CC = /apps/gnu/solaris2.8/gcc-3.3.3/bin/gcc -O1 -Wall CPP = gcc -E CFLAGS = -g $(AS_V8PLUS) @@ -65,6 +66,6 @@ ARCH_SRC = sparc-arch.c # This has been checked out on Solaris 2.7 (aka 7) without problems. # The resulting binaries work ok on 2.5. -OS_SRC = solaris-os.c os-common.c undefineds.c elf.c +OS_SRC = solaris-os.c os-common.c undefineds.c elf.c k_rem_pio2.c OS_LINK_FLAGS= OS_LIBS= -lsocket -lnsl -ldl -- GitLab