From 2c497bc57fc27af645afbf3de2e4e6068ea853dc Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 19 Dec 2025 22:55:22 +0800 Subject: add rpath list in binutils --- core/src/xmake/binutils/prefix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/xmake/binutils/prefix.h') 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 -- cgit v1.3.1