CVS commit: src/external/public-domain/sqlite/dist
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Wed Apr 29 08:36:58 UTC 2026 Modified Files: src/external/public-domain/sqlite/dist: sqlite3.c Log Message: Fix riscv sqlite3 builds It appears that with our gcc, there's no int128_t defined for the riscv architecture, so comment out the "|| defined(__riscv)" (2 places) which enables it. This should fix the riscv builds of HEAD after the recent sqlite3 update. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/external/public-domain/sqlite/dist/sqlite3.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.