diff options
| author | ruki <[email protected]> | 2025-12-19 13:48:46 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-19 13:48:46 +0800 |
| commit | 5df20ea1dafb3c19e95b8bcd2df6cbbbf03fde81 (patch) | |
| tree | d7554bec8522d1be9eb6e7e45953b1d8010bf522 /core/src/xmake/binutils/prefix.h | |
| parent | bbe585b9b8927d71f79f8c723110224e31348381 (diff) | |
| parent | 68be1c62a74322993a6b21f74476a716cb3a6963 (diff) | |
Merge pull request #7149 from xmake-io/rpath
Add rpath in binutils
Diffstat (limited to 'core/src/xmake/binutils/prefix.h')
| -rw-r--r-- | core/src/xmake/binutils/prefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/binutils/prefix.h b/core/src/xmake/binutils/prefix.h index 68408eea5..e7811652a 100644 --- a/core/src/xmake/binutils/prefix.h +++ b/core/src/xmake/binutils/prefix.h @@ -36,7 +36,7 @@ #define XM_BINUTILS_FORMAT_PE 5 #define XM_BINUTILS_FORMAT_UNKNOWN 0 -/* COFF machine types (for format detection) */ +// COFF machine types (for format detection) #define XM_BINUTILS_COFF_MACHINE_I386 0x014c #define XM_BINUTILS_COFF_MACHINE_AMD64 0x8664 #define XM_BINUTILS_COFF_MACHINE_ARM 0x01c0 |
