chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libandroid-support: Bump revision after arm softfp
[termux-packages]
/
packages
/
make
/
default.c.patch.disabled
1
Disabled for now - enable if we want c++ as the default C++ compiler.
2
diff -u -r ../make-4.1/default.c ./default.c
3
--- ../make-4.1/default.c 2014-10-05 12:24:51.000000000 -0400
4
+++ ./default.c 2016-05-02 17:35:39.128123074 -0400
5
@@ -447,7 +447,7 @@
6
"OBJC", "gcc",
7
#else
8
"CC", "cc",
9
- "CXX", "g++",
10
+ "CXX", "c++",
11
"OBJC", "cc",
12
#endif
13