]> git.saurik.com Git - cycript.git/blobdiff - ltmain.sh
Avoid infinite recursion while CYONifying objects.
[cycript.git] / ltmain.sh
index 9ae038c248a77a5bc6b732b703093a8cdc62aa74..63ae69dc6fecaf83c52fba2ad334f4b1369fb1cd 100644 (file)
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -5851,10 +5851,9 @@ func_mode_link ()
       # -tp=*                Portland pgcc target processor selection
       # --sysroot=*          for sysroot support
       # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
-      # -stdlib=*            select c++ std lib with clang
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-stdlib=*)
+      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
         func_quote_for_eval "$arg"
        arg="$func_quote_for_eval_result"
         func_append compile_command " $arg"