Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Side by Side Diff: third_party/libxml/src/ltmain.sh

Issue 1994003003: Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxml/src/libxml2.spec ('k') | third_party/libxml/src/m4/libtool.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2014-01-03.01 3 ## by inline-source v2014-01-03.01
4 4
5 # libtool (GNU libtool) 2.4.6 5 # libtool (GNU libtool) 2.4.6
6 # Provide generalized library-building support services. 6 # Provide generalized library-building support services.
7 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 7 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
8 8
9 # Copyright (C) 1996-2015 Free Software Foundation, Inc. 9 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
10 # This is free software; see the source for copying conditions. There is NO 10 # This is free software; see the source for copying conditions. There is NO
(...skipping 7255 matching lines...) Expand 10 before | Expand all | Expand 10 after
7266 # -q* compiler args for the IBM compiler 7266 # -q* compiler args for the IBM compiler
7267 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC 7267 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
7268 # -F/path path to uninstalled frameworks, gcc on darwin 7268 # -F/path path to uninstalled frameworks, gcc on darwin
7269 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC 7269 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
7270 # -fstack-protector* stack protector flags for GCC 7270 # -fstack-protector* stack protector flags for GCC
7271 # @file GCC response files 7271 # @file GCC response files
7272 # -tp=* Portland pgcc target processor selection 7272 # -tp=* Portland pgcc target processor selection
7273 # --sysroot=* for sysroot support 7273 # --sysroot=* for sysroot support
7274 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimizati on 7274 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimizati on
7275 # -stdlib=* select c++ std lib with clang 7275 # -stdlib=* select c++ std lib with clang
7276 # -fsanitize=* Clang memory and address sanitizer
7276 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ 7277 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
7277 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ 7278 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) 7279 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7280 -fsanitize=*)
7279 func_quote_for_eval "$arg" 7281 func_quote_for_eval "$arg"
7280 arg=$func_quote_for_eval_result 7282 arg=$func_quote_for_eval_result
7281 func_append compile_command " $arg" 7283 func_append compile_command " $arg"
7282 func_append finalize_command " $arg" 7284 func_append finalize_command " $arg"
7283 func_append compiler_flags " $arg" 7285 func_append compiler_flags " $arg"
7284 continue 7286 continue
7285 ;; 7287 ;;
7286 7288
7287 -Z*) 7289 -Z*)
7288 if test os2 = "`expr $host : '.*\(os2\)'`"; then 7290 if test os2 = "`expr $host : '.*\(os2\)'`"; then
(...skipping 3849 matching lines...) Expand 10 before | Expand all | Expand 10 after
11138 # ### END LIBTOOL TAG CONFIG: disable-shared 11140 # ### END LIBTOOL TAG CONFIG: disable-shared
11139 11141
11140 # ### BEGIN LIBTOOL TAG CONFIG: disable-static 11142 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
11141 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` 11143 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
11142 # ### END LIBTOOL TAG CONFIG: disable-static 11144 # ### END LIBTOOL TAG CONFIG: disable-static
11143 11145
11144 # Local Variables: 11146 # Local Variables:
11145 # mode:shell-script 11147 # mode:shell-script
11146 # sh-indentation:2 11148 # sh-indentation:2
11147 # End: 11149 # End:
OLDNEW
« no previous file with comments | « third_party/libxml/src/libxml2.spec ('k') | third_party/libxml/src/m4/libtool.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698