summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-04-27 09:23:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-04-27 09:23:51 +0000
commit1574afc53cc512faa6f055c945c8cc16cc4d2bc4 (patch)
treedb6cd13c1d0c8f793610191f7eb835260477597c /tools
parentbc984cedb16f44a4247dcad4ab0219f4a9859dd4 (diff)
downloadmpfr-1574afc53cc512faa6f055c945c8cc16cc4d2bc4.tar.gz
[mbench] Updated copyright years. Added a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11438 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools')
-rw-r--r--tools/mbench/Makefile5
-rw-r--r--tools/mbench/timp.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/tools/mbench/Makefile b/tools/mbench/Makefile
index 02050ff9d..826f2862a 100644
--- a/tools/mbench/Makefile
+++ b/tools/mbench/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2005-2010, 2014 Free Software Foundation, Inc.
+# Copyright 2005-2017 Free Software Foundation, Inc.
# Contributed by Patrick Pelissier, INRIA.
#
# This file is part of the MPFR Library.
@@ -23,6 +23,9 @@ CC=gcc
CXX=g++
RANLIB=ranlib
# added -march=native to CFLAGS to properly detect cpus
+# (the -march=native option is not supported on all architectures,
+# but if this is an issue, this could be solved by a test of the
+# architecture with an ifeq).
CFLAGS=-O2 -fomit-frame-pointer -Wall -g -static -march=native
LDFLAGS=
RM=rm -f
diff --git a/tools/mbench/timp.h b/tools/mbench/timp.h
index e441ccd95..d6c3d6013 100644
--- a/tools/mbench/timp.h
+++ b/tools/mbench/timp.h
@@ -1,5 +1,5 @@
/*
-Copyright 2005-2009 Free Software Foundation, Inc.
+Copyright 2005-2017 Free Software Foundation, Inc.
Contributed by Patrick Pelissier, INRIA.
This file is part of the MPFR Library.