left Makefile in neutral state
This commit is contained in:
parent
4c5e86a8b8
commit
3c77469f7f
8
Makefile
8
Makefile
@ -1,7 +1,7 @@
|
|||||||
# may or may not work, most stuff okay on:
|
# may or may not work, most stuff okay on:
|
||||||
# gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
|
# gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
|
||||||
# CXX=g++
|
CXX=g++
|
||||||
# CPPFLAGS=-Wall -g -std=c++0x -pthread
|
CPPFLAGS=-Wall -g -std=c++0x -pthread
|
||||||
|
|
||||||
# works with g++-4.7:
|
# works with g++-4.7:
|
||||||
# CXX=g++-4.7
|
# CXX=g++-4.7
|
||||||
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
# works on clang 3.2 build following this:
|
# works on clang 3.2 build following this:
|
||||||
# http://solarianprogrammer.com/2011/10/16/llvm-clang-libc-linux/
|
# http://solarianprogrammer.com/2011/10/16/llvm-clang-libc-linux/
|
||||||
CXX=clang++
|
# CXX=clang++
|
||||||
CPPFLAGS=-Wall -g -std=c++0x -stdlib=libc++ -L/opt/clang/lib -pthread
|
# CPPFLAGS=-Wall -g -std=c++0x -stdlib=libc++ -L/opt/clang/lib -pthread
|
||||||
|
|
||||||
all: auto constexpr ilists init init_new lambda loops thread thread2 tuple
|
all: auto constexpr ilists init init_new lambda loops thread thread2 tuple
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user