Skip to content

Commit

Permalink
envconfig: add more binutils variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored and nirbheek committed Aug 8, 2022
1 parent 21796bd commit a18009e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mesonbuild/envconfig.py
Expand Up @@ -112,8 +112,17 @@
'rust_ld': 'RUSTC_LD',

# Binutils
'strip': 'STRIP',
'ar': 'AR',
'as': 'AS',
'ld': 'LD',
'nm': 'NM',
'objcopy': 'OBJCOPY',
'objdump': 'OBJDUMP',
'ranlib': 'RANLIB',
'readelf': 'READELF',
'size': 'SIZE',
'strings': 'STRINGS',
'strip': 'STRIP',
'windres': 'WINDRES',

# Other tools
Expand Down

0 comments on commit a18009e

Please sign in to comment.