OpenBSD/powerpc: fix "undefined reference to __mftb"
This commit is contained in:
parent
3f88a49bdc
commit
3038e9e1ce
|
@ -39,7 +39,7 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__CELLOS_LV2__)
|
#if defined(__CELLOS_LV2__) || ( defined(__OpenBSD__) && defined(__powerpc__) )
|
||||||
#ifndef _PPU_INTRINSICS_H
|
#ifndef _PPU_INTRINSICS_H
|
||||||
#include <ppu_intrinsics.h>
|
#include <ppu_intrinsics.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue