diff options
author | midipix <writeonce@midipix.org> | 2019-01-02 10:34:08 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-02 22:21:14 -0500 |
commit | 09eb64fbb1bf84a30ed0c724c252b52e53d883ec (patch) | |
tree | ab3a9d746b576c492bbd84c0d6863a4828918c89 /configure | |
parent | 4d957b2fbecc7fcb7e94013b2602f346005b56fc (diff) | |
download | ntcon-09eb64fbb1bf84a30ed0c724c252b52e53d883ec.tar.bz2 ntcon-09eb64fbb1bf84a30ed0c724c252b52e53d883ec.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 |