Changeset 4fb8163 in mainline
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d2bc9d
- Parents:
- c12d567
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 22:42:45)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rc12d567 r4fb8163 237 237 238 238 # Flags for the compilation of C++ code. 239 CPPFLAGS = $(LIBCPP_INCLUDES_FLAGS) $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ 239 CPPFLAGS = $(LIBCPP_INCLUDES_FLAGS) $(INCLUDES_FLAGS) -O$(OPTIMIZATION) $(CPP_FLOAT) \ 240 -imacros $(CONFIG_HEADER) \ 240 241 -fexec-charset=UTF-8 -fwide-exec-charset=UTF-32$(ENDIANESS) \ 241 242 -finput-charset=UTF-8 -ffreestanding -fno-builtin -ffunction-sections \ 242 243 -nostdlib -nostdinc -Wall -Wextra -Wno-clobbered -Wno-unused-parameter \ 243 244 -std=c++17 -Werror-implicit-function-declaration \ 244 -Wwrite-strings -pipe -ggdb -D__$(ENDIANESS)__ -msoft-float245 -Wwrite-strings -pipe -ggdb -D__$(ENDIANESS)__ 245 246 246 247 ## Setup platform configuration -
uspace/lib/c/arch/mips32/Makefile.common
rc12d567 r4fb8163 28 28 29 29 COMMON_CFLAGS += -msoft-float -mabi=32 30 CPP_FLOAT = -msoft-float 30 31 AS_PROLOG = .module softfloat;.abicalls; 31 32 LDFLAGS += -Wl,--gc-sections
Note:
See TracChangeset
for help on using the changeset viewer.