mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
binutils: Fix PPC bootstrap build.
* Missing a stdint.h in coff header for intptr_t usage * Pushed this fix to binutils via: https://sourceware.org/bugzilla/show_bug.cgi?id=16686
This commit is contained in:
parent
02dff6efa8
commit
bf1b5855ab
@ -369,6 +369,8 @@ CODE_FRAGMENT
|
||||
#include "coffswap.h"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define STRING_SIZE_SIZE 4
|
||||
|
||||
#define DOT_DEBUG ".debug"
|
||||
|
Loading…
Reference in New Issue
Block a user