mirror of
https://review.haiku-os.org/buildtools
synced 2026-02-04 07:53:14 +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:
@@ -369,6 +369,8 @@ CODE_FRAGMENT
|
||||
#include "coffswap.h"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define STRING_SIZE_SIZE 4
|
||||
|
||||
#define DOT_DEBUG ".debug"
|
||||
|
||||
Reference in New Issue
Block a user