diff options
author | midipix <writeonce@midipix.org> | 2019-01-02 10:34:08 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-02 22:21:20 -0500 |
commit | b2c8fbc43f01f23329b8ceb3bf67d970f2ce9c07 (patch) | |
tree | 63f7c28095e4475e7f746482e99260a4e4f6ebae /configure | |
parent | d59f3f0d36ee32a957ccb7e038f2226ae7353ab6 (diff) | |
download | sofort-b2c8fbc43f01f23329b8ceb3bf67d970f2ce9c07.tar.bz2 sofort-b2c8fbc43f01f23329b8ceb3bf67d970f2ce9c07.tar.xz |
build system: remove elf-specific make variables, as they're no longer needed.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -186,10 +186,6 @@ init_vars() mb_pe_image_base=$PE_IMAGE_BASE mb_pe_config_defs=$PE_CONFIG_DEFS - mb_elf_eh_frame=$ELF_EH_FRAME - mb_elf_hash_style=$ELF_HASH_STYLE - mb_elf_config_defs=$ELF_CONFIG_DEFS - # overrides mb_user_cc=$CC mb_user_cpp=$CPP |