options.build: Default to g++, not g++-4.6 (too old)
This commit is contained in:
parent
8b5b33c422
commit
b375df6102
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ ARCHIVE_SUFFIX=a
|
|||
# Usually blank for unix-type systems (including Linux and Mac OS X), '.exe' for Windows.
|
||||
DOT_EXECUTABLE_SUFFIX=
|
||||
|
||||
# C++ compiler (GCC 4.6) for the target system.
|
||||
# C++ compiler (GCC 4.7 or newer) for the target system.
|
||||
# CROSS_PREFIX is prepended to this command.
|
||||
CC=g++-4.6
|
||||
CC=g++
|
||||
|
||||
# Linker for the target system.
|
||||
# CROSS_PREFIX is prepended to this command.
|
||||
|
|
Loading…
Add table
Reference in a new issue