Lines Matching refs:postfix
843 # being subsumed by substitutions with smaller postfix.
844 for postfix in ["2", "1", ""]:
848 "%ld_flags_rpath_exe" + postfix,
849 "-Wl,-rpath,@executable_path/ %dynamiclib" + postfix,
854 "%ld_flags_rpath_so" + postfix,
855 "-install_name @rpath/`basename %dynamiclib{}`".format(postfix),
861 "%ld_flags_rpath_exe" + postfix,
863 + postfix,
866 config.substitutions.append(("%ld_flags_rpath_so" + postfix, ""))
870 "%ld_flags_rpath_exe" + postfix,
871 r"-Wl,-rpath,\$ORIGIN -L%T -l%xdynamiclib_namespec" + postfix,
874 config.substitutions.append(("%ld_flags_rpath_so" + postfix, ""))
878 "%ld_flags_rpath_exe" + postfix,
879 r"-Wl,-R\$ORIGIN -L%T -l%xdynamiclib_namespec" + postfix,
882 config.substitutions.append(("%ld_flags_rpath_so" + postfix, ""))
886 ("%dynamiclib" + postfix, "%T/%xdynamiclib_filename" + postfix)
890 "%xdynamiclib_filename" + postfix,
891 "lib%xdynamiclib_namespec{}.so".format(postfix),