aboutsummaryrefslogtreecommitdiff
path: root/build/template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build/template/Makefile')
-rw-r--r--build/template/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/build/template/Makefile b/build/template/Makefile
index 839ae46..56e9a56 100644
--- a/build/template/Makefile
+++ b/build/template/Makefile
@@ -1,12 +1,12 @@
#=============================================================================
#
-# This Makefile template is part of TestFloat, Release 3b, a package of
+# This Makefile template 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:
@@ -49,7 +49,9 @@
==> $(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 = \
@@ -97,7 +99,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) \