Changes have been pushed for the repository "fawkes.git".
(Fawkes Robotics Software Framework)

Clone:  g...@git.fawkesrobotics.org:fawkes.git
Gitweb: http://git.fawkesrobotics.org/fawkes.git
Trac:   http://trac.fawkesrobotics.org

The branch, thofmann/buildflags-cpp17-typo-fix has been created
        at  f2105817e6c518ed3bc6838aa5a788c220a91691 (commit)

http://git.fawkesrobotics.org/fawkes.git/thofmann/buildflags-cpp17-typo-fix

- *Log* ---------------------------------------------------------------
commit f2105817e6c518ed3bc6838aa5a788c220a91691
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Wed Jul 26 15:40:52 2017 +0900
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Wed Jul 26 15:40:52 2017 +0900

    buildsys: fix typo in compiler flags for C++17

http://git.fawkesrobotics.org/fawkes.git/commit/f210581
http://trac.fawkesrobotics.org/changeset/f210581

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------


- *Diffs* -------------------------------------------------------------

- *commit* f2105817e6c518ed3bc6838aa5a788c220a91691 - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Wed Jul 26 15:40:52 2017 +0900
Subject: buildsys: fix typo in compiler flags for C++17

 etc/buildsys/gcc.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

_Diff for modified files_:
diff --git a/etc/buildsys/gcc.mk b/etc/buildsys/gcc.mk
index 6d9d101..f8e55ee 100644
--- a/etc/buildsys/gcc.mk
+++ b/etc/buildsys/gcc.mk
@@ -52,7 +52,7 @@ ifeq ($(call gcc_atleast_version,4,3),1)
   endif
   ifeq ($(call gcc_atleast_version,5,0),1)
     HAVE_CPP17=1
-    CLFAGS_CPP17=-std=c++1z
+    CFLAGS_CPP17=-std=c++1z
   endif
   ifeq ($(call gcc_atleast_version,6,0),1)
     # The default for GCC 6 is C++14, so deactivate C++11 Flags.




-- 
Fawkes Robotics Framework                 http://www.fawkesrobotics.org
_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to