Commit 049ad0b3 authored by Khem Raj's avatar Khem Raj Committed by Anup Patel
Browse files

build: Use -ffreestanding



this is a stand-alone/baremetal application, therefore demanding
-ffreestanding would help it compile with hosted toolchains e.g. ( linux
toolchains ), it also ensures that it won't be using platform
optimizations like inlining mem* str* functions which gcc might decide
especially with wrapper string functions in opensbi code

Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
Reviewed-by: default avatarAnup Patel <anup.patel@wdc.com>
parent a67fd68c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment