diff options
| author | Michael Forney <mforney@mforney.org> | 2021-07-19 15:28:56 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-07-19 16:09:47 -0700 |
| commit | 0d69afde2ad6ca4ba28af2f2920aabda174cf04a (patch) | |
| tree | 86223d010c10a5bd7eaaa63f1229f459bb7694e3 /pkg/binutils/gen.lua | |
| parent | 8fb3cb14048523545f0b6073c0f797d7442812b9 (diff) | |
binutils: Update to 2.37
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), |
