FTBFS on riscv64
Bug #2122781 reported by
bo
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Cuneiform for Linux |
New
|
Undecided
|
Unassigned | ||
Bug Description
Cuneiform has one FTBFS issue on riscv64, but if I enable `signed-char` for riscv64 also, the build is okay:
```
ifneq (,$(filter $(DEB_BUILD_
SIGNED_CHAR = -fsigned-char
else
SIGNED_CHAR =
endif
```
https:/
To post a comment you must log in.
I'm not very familiar with cuneiform in fact, so please let me know if you need some test on my side.