summaryrefslogtreecommitdiff
path: root/build/Win32-MinGW/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build/Win32-MinGW/Makefile')
-rw-r--r--build/Win32-MinGW/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/build/Win32-MinGW/Makefile b/build/Win32-MinGW/Makefile
index 22de648..c35269f 100644
--- a/build/Win32-MinGW/Makefile
+++ b/build/Win32-MinGW/Makefile
@@ -1,12 +1,12 @@
#=============================================================================
#
-# This Makefile is part of TestFloat, Release 3b, a package of programs for
+# This Makefile is part of TestFloat, Release 3c, a package of programs for
# testing the correctness of floating-point arithmetic complying with the IEEE
# Standard for Floating-Point, by John R. Hauser.
#
-# Copyright 2011, 2012, 2013, 2014, 2015, 2016 The Regents of the University
-# of California. All rights reserved.
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 The Regents of the
+# University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -47,7 +47,9 @@ SOFTFLOAT_H = \
$(SOFTFLOAT_INCLUDE_DIR)/softfloat.h
SOFTFLOAT_LIB = $(SOFTFLOAT_DIR)/build/$(PLATFORM)/softfloat$(LIB)
-TESTFLOAT_OPTS ?= -DFLOAT16 -DEXTFLOAT80 -DFLOAT128 -DLONG_DOUBLE_IS_EXTFLOAT80
+TESTFLOAT_OPTS ?= \
+ -DFLOAT16 -DFLOAT64 -DEXTFLOAT80 -DFLOAT128 -DFLOAT_ROUND_ODD \
+ -DLONG_DOUBLE_IS_EXTFLOAT80
DELETE = rm -f
C_INCLUDES = \
@@ -99,7 +101,6 @@ OBJS_WRITECASE = \
writeCase_abc_f64$(OBJ) \
writeCase_a_extF80M$(OBJ) \
writeCase_ab_extF80M$(OBJ) \
- writeCase_abc_extF80M$(OBJ) \
writeCase_a_f128M$(OBJ) \
writeCase_ab_f128M$(OBJ) \
writeCase_abc_f128M$(OBJ) \