projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c87c547
)
compilers.conf: Update default CXX path for gcc46
author
John Marino <draco@marino.st>
Sat, 28 Jan 2012 15:36:28 +0000 (16:36 +0100)
committer
John Marino <draco@marino.st>
Sat, 28 Jan 2012 15:36:28 +0000 (16:36 +0100)
lang/gnat-aux builds the languages c, c++, obj-c, fortran, and Ada
by default. Its now reasonable to have the default CXX value for
gcc46 point to gnatc++.
etc/defaults/compilers.conf
patch
|
blob
|
blame
|
history
diff --git
a/etc/defaults/compilers.conf
b/etc/defaults/compilers.conf
index
9952679
..
3630d04
100644
(file)
--- a/
etc/defaults/compilers.conf
+++ b/
etc/defaults/compilers.conf
@@
-16,7
+16,7
@@
clang_VERSION=4.1.2
#
gcc46_CC=/usr/pkg/bin/gnatgcc
gcc46_CPP=/usr/pkg/bin/gnatcpp
-gcc46_CXX=/usr/libexec/gcc44/c++
+gcc46_CXX=/usr/pkg/bin/gnatc++
# pcc from pkgsrc
#