diff options
Diffstat (limited to 'pkg/binutils/gen.lua')
| -rw-r--r-- | pkg/binutils/gen.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/binutils/gen.lua b/pkg/binutils/gen.lua index f8bec778..7528d427 100644 --- a/pkg/binutils/gen.lua +++ b/pkg/binutils/gen.lua @@ -291,9 +291,9 @@ end) sub('ld.ninja', function() cflags{ - '-D ELF_LIST_OPTIONS=TRUE', - '-D ELF_SHLIB_LIST_OPTIONS=TRUE', - '-D ELF_PLT_UNWIND_LIST_OPTIONS=TRUE', + '-D ELF_LIST_OPTIONS=true', + '-D ELF_SHLIB_LIST_OPTIONS=true', + '-D ELF_PLT_UNWIND_LIST_OPTIONS=true', string.format([[-D 'BINDIR="%s/bin"']], config.prefix), string.format([[-D 'SCRIPTDIR="%s/%s/lib"']], config.prefix, config.target.platform), string.format([[-D 'TOOLBINDIR="%s/%s/bin"']], config.prefix, config.target.platform), |
