-
Notifications
You must be signed in to change notification settings - Fork 94
Build on riscv64 #160
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
Closed
Closed
Build on riscv64 #160
Changes from 3 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
ef5146e
dav1d: build on riscv64
samuelmarinsoto 98320df
libffi: build on riscv64
samuelmarinsoto 5849f48
linux-headers: build on riscv64
samuelmarinsoto b1be0a4
musl: build on riscv64
samuelmarinsoto 2e5df2d
pcre: build on riscv64
samuelmarinsoto 10ed139
Merge branch 'master' into riscv64
samuelmarinsoto 055b011
Merge branch 'master' into riscv64
samuelmarinsoto 2ca50cd
linux-headers: build on riscv64
samuelmarinsoto 6bb70b4
dav1d: centralize config.h
samuelmarinsoto 54ae2df
musl: fix typo in archfile
samuelmarinsoto f29f119
pcre: centralize config.h
samuelmarinsoto 3b63de8
strace: build on riscv64
samuelmarinsoto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 @@ | ||
| #define ARCH_AARCH64 0 | ||
| #define ARCH_ARM 0 | ||
| #define ARCH_PPC64LE 0 | ||
| #define ARCH_X86 0 | ||
| #define ARCH_X86_32 0 | ||
| #define ARCH_X86_64 0 | ||
| #define CONFIG_16BPC 1 | ||
| #define CONFIG_8BPC 1 | ||
| #define CONFIG_LOG 1 | ||
| #define ENDIANNESS_BIG 0 | ||
| #define HAVE_ASM 1 | ||
| #define HAVE_AVX512ICL 1 | ||
| #define HAVE_CLOCK_GETTIME 1 | ||
| #define HAVE_DLSYM 1 | ||
| #define HAVE_POSIX_MEMALIGN 1 | ||
| #define HAVE_UNISTD_H 1 | ||
| #define STACK_ALIGNMENT 32 | ||
This file contains hidden or 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 hidden or 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 hidden or 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,25 @@ | ||
| return { | ||
| -- <cd src/arch/riscv/include/uapi && find * -name '*.h' -exec printf "\t'%s',\n" {} + | LC_COLLATE=C sort | ||
| 'asm/auxvec.h', | ||
| 'asm/bitsperlong.h', | ||
| 'asm/bpf_perf_event.h', | ||
| 'asm/byteorder.h', | ||
| 'asm/elf.h', | ||
| 'asm/hwcap.h', | ||
| 'asm/hwprobe.h', | ||
| 'asm/kvm.h', | ||
| 'asm/perf_regs.h', | ||
| 'asm/ptrace.h', | ||
| 'asm/setup.h', | ||
| 'asm/sigcontext.h', | ||
| 'asm/ucontext.h', | ||
| 'asm/unistd.h', | ||
| 'asm/vendor/mips.h', | ||
| 'asm/vendor/sifive.h', | ||
| 'asm/vendor/thead.h', | ||
| unistd = {}, | ||
|
michaelforney marked this conversation as resolved.
Outdated
|
||
| generic={ | ||
| -- <awk '$1 == "generic-y" {printf "\\t\\t'\'%s\'',\\n", $3}' src/arch/riscv/include/uapi/asm/Kbuild | ||
| 'kvm_para.h', | ||
|
michaelforney marked this conversation as resolved.
Outdated
|
||
| }, | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.