mirror of
https://github.com/sheumann/hush.git
synced 2024-11-12 23:07:47 +00:00
fix building on ppc64
This commit is contained in:
parent
06776b3650
commit
ebee0e7705
@ -1297,6 +1297,9 @@ arch_apply_relocation(struct obj_file *f,
|
||||
}
|
||||
break;
|
||||
|
||||
#elif defined(__powerpc64__)
|
||||
/* do this someday ... */
|
||||
|
||||
#elif defined(__powerpc__)
|
||||
|
||||
case R_PPC_ADDR16_HA:
|
||||
|
Loading…
Reference in New Issue
Block a user