tutorials: make_tutorial.tex: fix CXXFLAGS typo in ???, reported...

3 views
Skip to first unread message

it...@itrs.tw

unread,
Dec 1, 2012, 1:53:05 PM12/1/12
to it...@googlegroups.com
details: http://www.itrs.tw/hg/tutorials/rev/0eece79b94f7
changeset: 17:0eece79b94f7
user: Scott Tsai <scot...@gmail.com>
date: Sun Dec 02 02:52:53 2012 +0800
description:
make_tutorial.tex: fix CXXFLAGS typo in ???, reported by fca...@gmail.com

diffstat:

make_tutorial.tex | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c178ed73cad8 -r 0eece79b94f7 make_tutorial.tex
--- a/make_tutorial.tex Sun Sep 23 09:20:26 2012 +0800
+++ b/make_tutorial.tex Sun Dec 02 02:52:53 2012 +0800
@@ -447,7 +447,7 @@
# GNUmakefile
CFLAGS := -Wall -g -Os -Wp,-D_FORTIFY_SOURCE=2
CFLAGS += -fexceptions -fstack-protector --param=ssp-buffer-size=4
-CXXFLAGS := $(CXXFLAGS)
+CXXFLAGS := $(CFLAGS)
LDFLAGS := -lm
EXECUTABLES := $(basename $(wildcard *.c *.cpp))

Reply all
Reply to author
Forward
0 new messages