Home | History | Annotate | Download | only in bfd

Lines Matching defs:with

18    along with this program; if not, write to the Free Software
775 const char *with = "with";
797 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without;
798 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without;
803 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without;
804 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without;
809 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
810 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
816 (_("%pB: compiled %s -mtune=%s and linked with modules"