From 570ba628c07d3bf4f1cfd201660536c3811fa473 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Fri, 28 Feb 2020 23:03:34 +0100 Subject: [PATCH] Removed CPU and FPU dependency from the ARM Cortex-M GCC port specific assembler file. Updates the GNU ARM Embedded toolchain path in the makefile. --- demos/ARM_CORTEXM_ST_Nucleo_F091RC_GCC/makefile | 2 +- source/port/ARM_CORTEXM/GCC/tbxcomp.s | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/demos/ARM_CORTEXM_ST_Nucleo_F091RC_GCC/makefile b/demos/ARM_CORTEXM_ST_Nucleo_F091RC_GCC/makefile index 5aa97ef..dab8ddd 100644 --- a/demos/ARM_CORTEXM_ST_Nucleo_F091RC_GCC/makefile +++ b/demos/ARM_CORTEXM_ST_Nucleo_F091RC_GCC/makefile @@ -40,7 +40,7 @@ PROJ_NAME=microtbx_demo #|--------------------------------------------------------------------------------------| #| Configure tool path | #|--------------------------------------------------------------------------------------| -TOOL_PATH=/opt/gcc-arm-none-eabi-5_4-2016q3/bin/ +TOOL_PATH=/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/ #|--------------------------------------------------------------------------------------| diff --git a/source/port/ARM_CORTEXM/GCC/tbxcomp.s b/source/port/ARM_CORTEXM/GCC/tbxcomp.s index ede804b..93a69ca 100644 --- a/source/port/ARM_CORTEXM/GCC/tbxcomp.s +++ b/source/port/ARM_CORTEXM/GCC/tbxcomp.s @@ -31,8 +31,6 @@ * \endinternal ****************************************************************************************/ .syntax unified - .cpu cortex-m0 - .fpu softvfp .thumb