Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CFLAGS -fshort-double #120

Merged
merged 1 commit into from
Oct 2, 2016
Merged

Remove CFLAGS -fshort-double #120

merged 1 commit into from
Oct 2, 2016

Conversation

louisom
Copy link
Contributor

@louisom louisom commented Oct 2, 2016

According to gcc mailing list [PATCH 1/2] Remove -fshort-double
(https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02464.html)

CFLAGS -fshort-double has been remove from gcc, testing on
aam-none-eabi-gcc version 6.2.0, CFLAGS -fshort-double report error:

arm-none-eabi-gcc: error: unrecognized command line
option '-fshort-double'; did you mean '-fshort-enums'?

So, this patch remove -fshort-double from platform/build.mk.
Compile success @ stm32f429.

According to gcc mailing list [PATCH 1/2] Remove -fshort-double
(https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02464.html)

CFLAGS -fshort-double has been remove from gcc, testing on
aam-none-eabi-gcc version 6.2.0, CFLAGS -fshort-double report error:

    arm-none-eabi-gcc: error: unrecognized command line
    option '-fshort-double'; did you mean '-fshort-enums'?

So, this patch remove -fshort-double from platform/build.mk.
Compile success @ stm32f429.
@jserv jserv merged commit 123ddf5 into f9micro:master Oct 2, 2016
@jserv
Copy link
Member

jserv commented Oct 2, 2016

Thanks again for your contributions.

@louisom louisom deleted the hotfix/remove_fshort_double branch October 2, 2016 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants