aboutsummaryrefslogtreecommitdiffstats
path: root/sam
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-12-21 01:45:05 +0100
committerHarald Welte <laforge@osmocom.org>2019-12-21 01:45:05 +0100
commitf6d512a9a2dd970f1fa15ae63b46c682966a9b44 (patch)
tree63cfa27fceb8d5099d110c5d9e5af46997f5ce9d /sam
parent442f2bd1b6be323200a643e4f490c5b3efc35704 (diff)
use gcc for linking, not g++ (which is looking for libstdc++)
Diffstat (limited to 'sam')
-rw-r--r--sam/utils/make/Makefile.sam.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sam/utils/make/Makefile.sam.in b/sam/utils/make/Makefile.sam.in
index 23c66977..96f41bbf 100644
--- a/sam/utils/make/Makefile.sam.in
+++ b/sam/utils/make/Makefile.sam.in
@@ -132,7 +132,7 @@ AS := $(CROSS)as
CC := $(CROSS)gcc
CPP := $(CROSS)gcc -E
CXX := $(CROSS)g++
-LD := $(CROSS)g++
+LD := $(CROSS)gcc
NM := $(CROSS)nm
OBJCOPY := $(CROSS)objcopy
OBJDUMP := $(CROSS)objdump