From d7a8f5b26d457b0e5890474396ae4b5272b31e12 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Mon, 16 May 2022 20:26:37 -0700 Subject: [PATCH] arm: fix linking c++ stuff --- arm/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm/makefile b/arm/makefile index f7dc69f..95a86da 100644 --- a/arm/makefile +++ b/arm/makefile @@ -1,5 +1,5 @@ CC = arm-none-eabi-gcc -LD = arm-none-eabi-gcc +LD = arm-none-eabi-g++ CXX = arm-none-eabi-g++ OBJCOPY = arm-none-eabi-objcopy