summaryrefslogtreecommitdiff
path: root/gs/src/os2.mak
diff options
context:
space:
mode:
authorL Peter Deutsch <lpd@ghostscript.com>2000-03-28 17:03:48 +0000
committerL Peter Deutsch <lpd@ghostscript.com>2000-03-28 17:03:48 +0000
commitd4d242f8cd5b3ebc36fe65d32bb657462254ccf7 (patch)
tree67e2d9b46a830ed1c067dff3c5fd8faf75fb40f2 /gs/src/os2.mak
parentd8afd6804e4dc5170bf875823041ae54f53b5a20 (diff)
Changes the default value of FPU_TYPE in all Windows and OS/2 makefiles from
0 to 387, since all current desktop CPUs include floating point hardware. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@211 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/os2.mak')
-rw-r--r--gs/src/os2.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/os2.mak b/gs/src/os2.mak
index d589e907a..01b80b4a7 100644
--- a/gs/src/os2.mak
+++ b/gs/src/os2.mak
@@ -205,7 +205,7 @@ CPU_TYPE=386
# of that type (or higher) is available: this is NOT currently checked
# at runtime.
-FPU_TYPE=0
+FPU_TYPE=387
# Define the .dev module that implements thread and synchronization
# primitives for this platform. Don't change this unless you really know