From 4568de556eca15e6c888b35475e0d243a9fc5e45 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Thu, 3 Dec 2020 20:35:50 +0100 Subject: [PATCH] esp32: use the compiler-rt library for extra routines These routines are necessary to compile testdata/float.go. --- targets/esp32.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/esp32.json b/targets/esp32.json index b83ab4f1..897ae33a 100644 --- a/targets/esp32.json +++ b/targets/esp32.json @@ -8,6 +8,7 @@ "cflags": [ "-mcpu=esp32" ], + "rtlib": "compiler-rt", "linkerscript": "targets/esp32.ld", "extra-files": [ "src/device/esp/esp32.S",