mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-07 04:49:04 -04:00
Remove the unused linker reference to the maths library.
This commit is contained in:
parent
02c347d45d
commit
271b22eccc
Binary file not shown.
|
@ -135,7 +135,7 @@
|
||||||
<file path="src/asf/sam/drivers/usart/usart.h" framework="" version="" source="sam\drivers\usart\usart.h" changed="False" content-id="Atmel.ASF" />
|
<file path="src/asf/sam/drivers/usart/usart.h" framework="" version="" source="sam\drivers\usart\usart.h" changed="False" content-id="Atmel.ASF" />
|
||||||
</files>
|
</files>
|
||||||
<documentation help="http://asf.atmel.com/docs/3.1.3/common.applications.user_application.sam4s_ek/html/index.html" />
|
<documentation help="http://asf.atmel.com/docs/3.1.3/common.applications.user_application.sam4s_ek/html/index.html" />
|
||||||
</framework-data>
|
</framework-data>
|
||||||
</AsfFrameworkConfig>
|
</AsfFrameworkConfig>
|
||||||
<avrdevice>ATSAM4S16C</avrdevice>
|
<avrdevice>ATSAM4S16C</avrdevice>
|
||||||
<avrdeviceseries>sam4s</avrdeviceseries>
|
<avrdeviceseries>sam4s</avrdeviceseries>
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
<Value>../src/asf/sam/drivers/usart</Value>
|
<Value>../src/asf/sam/drivers/usart</Value>
|
||||||
</ListValues>
|
</ListValues>
|
||||||
</armgcc.preprocessingassembler.general.IncludePaths>
|
</armgcc.preprocessingassembler.general.IncludePaths>
|
||||||
</ArmGcc>
|
</ArmGcc>
|
||||||
</ToolchainSettings>
|
</ToolchainSettings>
|
||||||
<GenerateHexFile>True</GenerateHexFile>
|
<GenerateHexFile>True</GenerateHexFile>
|
||||||
<GenerateMapFile>True</GenerateMapFile>
|
<GenerateMapFile>True</GenerateMapFile>
|
||||||
|
@ -351,11 +351,6 @@
|
||||||
<armgcc.compiler.optimization.DebugLevel>Maximum (-g3)</armgcc.compiler.optimization.DebugLevel>
|
<armgcc.compiler.optimization.DebugLevel>Maximum (-g3)</armgcc.compiler.optimization.DebugLevel>
|
||||||
<armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>
|
<armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>
|
||||||
<armgcc.compiler.miscellaneous.OtherFlags>-pipe -Wall -Wextra -std=gnu99 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -Dprintf=iprintf</armgcc.compiler.miscellaneous.OtherFlags>
|
<armgcc.compiler.miscellaneous.OtherFlags>-pipe -Wall -Wextra -std=gnu99 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -Dprintf=iprintf</armgcc.compiler.miscellaneous.OtherFlags>
|
||||||
<armgcc.linker.libraries.Libraries>
|
|
||||||
<ListValues>
|
|
||||||
<Value>arm_cortexM4l_math</Value>
|
|
||||||
</ListValues>
|
|
||||||
</armgcc.linker.libraries.Libraries>
|
|
||||||
<armgcc.linker.libraries.LibrarySearchPaths>
|
<armgcc.linker.libraries.LibrarySearchPaths>
|
||||||
<ListValues>
|
<ListValues>
|
||||||
<Value>../src/asf/thirdparty/CMSIS/Lib/GCC</Value>
|
<Value>../src/asf/thirdparty/CMSIS/Lib/GCC</Value>
|
||||||
|
|
Loading…
Reference in a new issue