Ooops, fausse manip

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@399 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1995-11-05 17:34:14 +00:00
parent b7f5c68470
commit 9b509431e4
1 changed files with 54 additions and 14 deletions

View File

@ -33,9 +33,9 @@ BYTECC=gcc
### Additional compile-time options for $(BYTECC).
# If using gcc on Intel 386 or Motorola 68k:
# (the -fno-defer-pop option circumvents a gcc bug)
BYTECCCOMPOPTS=-fno-defer-pop -Wall
#BYTECCCOMPOPTS=-fno-defer-pop -Wall
# If using gcc and being superstitious:
#BYTECCCOMPOPTS=-Wall
BYTECCCOMPOPTS=-Wall
# Otherwise:
#BYTECCCOMPOPTS=
@ -43,9 +43,9 @@ BYTECCCOMPOPTS=-fno-defer-pop -Wall
BYTECCLINKOPTS=
### If using GCC on a Dec Alpha under OSF1:
#LOWADDRESSES=-Xlinker -taso
LOWADDRESSES=-Xlinker -taso
# Otherwise:
LOWADDRESSES=
#LOWADDRESSES=
### Libraries needed
# On most platforms:
@ -72,9 +72,9 @@ RANLIB=ranlib
### mips DecStation 3100 and 5000 under Ultrix 4
###
### Set ARCH=none if your machine is not supported
#ARCH=alpha
ARCH=alpha
#ARCH=sparc
ARCH=i386
#ARCH=i386
#ARCH=mips
#ARCH=none
@ -93,24 +93,24 @@ ARCH=i386
###
#SYSTEM=sunos
#SYSTEM=solaris
SYSTEM=linux
#SYSTEM=linux
#SYSTEM=linux_elf
#SYSTEM=bsd
#SYSTEM=nextstep
#SYSTEM=unknown
SYSTEM=unknown
### Which C compiler to use for the native-code compiler.
### cc is better than gcc on the Mips and Alpha.
#NATIVECC=cc
NATIVECC=gcc
NATIVECC=cc
#NATIVECC=gcc
### Additional compile-time options for $(NATIVECC).
# For cc on the Alpha:
#NATIVECCCOMPOPTS=-std1
NATIVECCCOMPOPTS=-std1
# For cc on the Mips:
#NATIVECCCOMPOPTS=-std
# For gcc if superstitious:
NATIVECCCOMPOPTS=-Wall
#NATIVECCCOMPOPTS=-Wall
### Additional link-time options for $(NATIVECC)
# For the i386 running under NextStep:
@ -120,8 +120,48 @@ NATIVECCLINKOPTS=
### Flags for the assembler
# For the Alpha or the Mips:
#ASFLAGS=-O2
ASFLAGS=-O2
# For the Sparc:
#ASFLAGS=-P -DSYS_$(SYSTEM)
# For the Intel 386:
ASFLAGS=-DSYS_$(SYSTEM)
#ASFLAGS=-DSYS_$(SYSTEM)
############# Configuration for the contributed libraries
### Which libraries to compile and install
# Currently available:
# unix Unix system calls
# str Regular expressions and high-level string processing
# num Arbitrary-precision rational arithmetic
# graph Portable drawing primitives for X11
OTHERLIBRARIES=unix str num graph
### How to invoke the C preprocessor
# On most machines:
CPP=/lib/cpp -P
# Under Solaris:
#CPP=/usr/ccs/lib/cpp -P
### Name of the target architecture for the "num" library
# Known targets:
# 68K vax ns mips alpha pyramid i960
# sparc supersparc sparc-solaris supersparc-solaris
# See the file num/README for more explanations.
# If you don't know, leave BIGNUM_ARCH=C, which selects a portable
# C implementation of these routines.
BIGNUM_ARCH=C
### Location of the include directory containing the X11/*.h includes
# Needed for the "graph" package
# Usually:
X11_INCLUDES=/usr/include
# For SunOS with OpenLook:
#X11_INCLUDES=/usr/openwin/include
### Location of the directory containing the X11 libraries.
# Needed for the "graph" package
# Usually:
X11_LIB=/usr/lib
# For SunOS with OpenLook:
#X11_LIB=/usr/openwin/lib