mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
compel/mips: fix parasite with GCC 12
This patch applies the '-ffreestanding' flag that was introduced with https://github.com/checkpoint-restore/criu/pull/1726 to MIPS. Fixes: #1725 Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
parent
7280e96a79
commit
6d7c0d007e
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ static const flags_t flags = {
|
|||
.cflags = COMPEL_CFLAGS_PIE,
|
||||
#elif defined CONFIG_MIPS
|
||||
.arch = "mips",
|
||||
.cflags = COMPEL_CFLAGS_PIE,
|
||||
#else
|
||||
#error "CONFIG_<ARCH> not defined, or unsupported ARCH"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue