Home
last modified time | relevance | path

Searched refs:rubyldflags (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dconfigure.ac1983 rubyldflags=`$vi_cv_path_ruby -r rbconfig -e "print $ruby_rbconfig::CONFIG[['LDFLAGS']]"`
1984 if test "X$rubyldflags" != "X"; then
1988rubyldflags=`echo "$rubyldflags" | sed -e 's/-arch\ ppc//' -e 's/-arch\ i386//' -e 's/-arch\ x86_6…
1989 if test "X$rubyldflags" != "X"; then
1990 if test "X`echo \"$LDFLAGS\" | $FGREP -e \"$rubyldflags\"`" = "X"; then
1991 LDFLAGS="$rubyldflags $LDFLAGS"
/vim-8.2.3635/src/auto/
H A Dconfigure7635 rubyldflags=`$vi_cv_path_ruby -r rbconfig -e "print $ruby_rbconfig::CONFIG['LDFLAGS']"`
7636 if test "X$rubyldflags" != "X"; then
7637rubyldflags=`echo "$rubyldflags" | sed -e 's/-arch\ ppc//' -e 's/-arch\ i386//' -e 's/-arch\ x86_6…
7638 if test "X$rubyldflags" != "X"; then
7639 if test "X`echo \"$LDFLAGS\" | $FGREP -e \"$rubyldflags\"`" = "X"; then
7640 LDFLAGS="$rubyldflags $LDFLAGS"