Changeset c12d567 in mainline


Ignore:
Timestamp:
2018-07-05T21:41:25Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4fb8163
Parents:
09553a0
git-author:
Dzejrou <dzejrou@…> (2018-06-25 22:11:49)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
Message:

cpp: c++ code is now compiled with -msoft-float like c code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r09553a0 rc12d567  
    242242        -nostdlib -nostdinc -Wall -Wextra -Wno-clobbered -Wno-unused-parameter \
    243243        -std=c++17 -Werror-implicit-function-declaration \
    244         -Wwrite-strings -pipe -ggdb -D__$(ENDIANESS)__
     244        -Wwrite-strings -pipe -ggdb -D__$(ENDIANESS)__ -msoft-float
    245245
    246246## Setup platform configuration
Note: See TracChangeset for help on using the changeset viewer.