From 8a335cc413e346585d3a52360f69b7f7071d6b0b Mon Sep 17 00:00:00 2001 From: Alan Jian Date: Mon, 20 May 2024 23:06:16 +0800 Subject: [PATCH] Remove "-mcmodel=medany" from the C flags --- newlib/configure.host | 1 - 1 file changed, 1 deletion(-) diff --git a/newlib/configure.host b/newlib/configure.host index 32d4f1142..0ad3c3cab 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -546,7 +546,6 @@ case "${host}" in ;; riscv-*-cargos) sys_dir=cargos - newlib_cflags="${newlib_cflags} -mcmodel=medany" ;; sh*-*) sys_dir=sh