-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
220: Revert "Merge #116" r=aabadie a=kaspar030 It pains me a lot but the bad debian newlib package won't be fixed in time for the hard freeze, and neither will we sort out the issues with picolibc as default, in the week before x-mas. :( This reverts commit 20529a8 (#116), reversing changes made to 604bc23. Co-authored-by: Kaspar Schleiser <[email protected]>
- Loading branch information
Showing
2 changed files
with
68 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[binaries] | ||
c = 'riscv-none-embed-gcc' | ||
ar = 'riscv-none-embed-ar' | ||
as = 'riscv-none-embed-as' | ||
strip = 'riscv-none-embed-strip' | ||
exe_wrapper = ['sh', '-c', 'test -z "$MESON_SOURCE_ROOT" || "$MESON_SOURCE_ROOT"/run-riscv "$@"', 'run-riscv'] | ||
|
||
[host_machine] | ||
system = 'none' | ||
cpu_family = 'riscv' | ||
cpu = 'riscv' | ||
endian = 'little' | ||
|
||
[properties] | ||
c_args = [ '-nostdlib', '-msave-restore', '-fno-common' ] | ||
needs_exe_wrapper = true | ||
skip_sanity_check = true |