projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6530fab
)
configs/darwin: Set CXX to g++.
author
Vinson Lee
<vlee@vmware.com>
Fri, 26 Jun 2009 18:36:32 +0000
(12:36 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Jun 2009 18:36:45 +0000
(12:36 -0600)
configs/darwin
patch
|
blob
|
history
diff --git
a/configs/darwin
b/configs/darwin
index 29fa0f13ff44a53712819153b3d94b9165055911..213c397287e9f2a0bca2d11d5a460a0b8c1a4af9 100644
(file)
--- a/
configs/darwin
+++ b/
configs/darwin
@@
-10,7
+10,7
@@
X11_DIR = $(INSTALL_DIR)
# Compiler and flags
CC = gcc
-CXX = g
cc
+CXX = g
++
PIC_FLAGS = -fPIC
DEFINES = -D_DARWIN_C_SOURCE -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L \
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DPTHREADS \