projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa993b2
)
Add missing tool LDXX (linker for C++ programs)
author
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 18 Feb 2008 15:42:19 +0000
(15:42 +0000)
committer
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 18 Feb 2008 15:42:19 +0000
(15:42 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1132
38d2e660
-2303-0410-9eaa-
f027e97ec537
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 0d4c387c2e77ee9a9c9ef7f7b5b2e76fc853cc9f..e41cc6b049dbef9cca5cc34bda3f061d6f623946 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-54,6
+54,7
@@
CC = gcc
CXX = g++
AS = $(CC) -x assembler-with-cpp
LD = $(CC)
+LDXX = $(CXX)
OBJCOPY = objcopy
STRIP = strip
INSTALL = cp -a