Skip to content

Makefile: flags should not need -, same as std libs #469

@0xc0170

Description

@0xc0170
tool_specific:
    gcc_arm:
        misc:
            c_flags:
                - -mfpu=fpv4-sp-d16
                - -mfloat-abi=softfp
                - -g 
                - -ggdb
                - -Os 
                - -Wall 
                - -fno-strict-aliasing
                - -ffunction-sections 
                - -fdata-sections 
                - -fno-exceptions 
                - -fno-delete-null-pointer-checks
                - -fmessage-length=0 
                - -fno-builtin 
                - -mthumb
                - -mcpu=cortex-m4
                - -MMD
                - -MP

vs

            standard_libraries:
                - m
                - gcc
                - c
                - nosys

this should be without -, as we parse them and add -

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions