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

Side by Side Diff: libtool.m4

Issue 65643012: Fix interlibrary dependencies in target shared library builds (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 7 years, 1 month 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 | « libstdc++-v3/configure ('k') | zlib/configure » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2 # 2 #
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
4 # 2006, 2007, 2008 Free Software Foundation, Inc. 4 # 2006, 2007, 2008 Free Software Foundation, Inc.
5 # Written by Gordon Matzigkeit, 1996 5 # Written by Gordon Matzigkeit, 1996
6 # 6 #
7 # This file is free software; the Free Software Foundation gives 7 # This file is free software; the Free Software Foundation gives
8 # unlimited permission to copy and/or distribute it, with or without 8 # unlimited permission to copy and/or distribute it, with or without
9 # modifications, as long as this notice is preserved. 9 # modifications, as long as this notice is preserved.
10 10
(...skipping 3036 matching lines...) Expand 10 before | Expand all | Expand 10 after
3047 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9] ]86 (compact )?demand paged shared library' 3047 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9] ]86 (compact )?demand paged shared library'
3048 lt_cv_file_magic_cmd=/usr/bin/file 3048 lt_cv_file_magic_cmd=/usr/bin/file
3049 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 3049 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3050 ;; 3050 ;;
3051 esac 3051 esac
3052 else 3052 else
3053 lt_cv_deplibs_check_method=pass_all 3053 lt_cv_deplibs_check_method=pass_all
3054 fi 3054 fi
3055 ;; 3055 ;;
3056 3056
3057 gnu*) 3057 gnu* | nacl*)
3058 lt_cv_deplibs_check_method=pass_all 3058 lt_cv_deplibs_check_method=pass_all
3059 ;; 3059 ;;
3060 3060
3061 hpux10.20* | hpux11*) 3061 hpux10.20* | hpux11*)
3062 lt_cv_file_magic_cmd=/usr/bin/file 3062 lt_cv_file_magic_cmd=/usr/bin/file
3063 case $host_cpu in 3063 case $host_cpu in
3064 ia64*) 3064 ia64*)
3065 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[ 0-9]]) shared object file - IA64' 3065 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[ 0-9]]) shared object file - IA64'
3066 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 3066 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3067 ;; 3067 ;;
(...skipping 4302 matching lines...) Expand 10 before | Expand all | Expand 10 after
7370 # Append VALUE to the end of shell variable VAR. 7370 # Append VALUE to the end of shell variable VAR.
7371 func_append () 7371 func_append ()
7372 { 7372 {
7373 eval "$[1]=\$$[1]\$[2]" 7373 eval "$[1]=\$$[1]\$[2]"
7374 } 7374 }
7375 7375
7376 _LT_EOF 7376 _LT_EOF
7377 ;; 7377 ;;
7378 esac 7378 esac
7379 ]) 7379 ])
OLDNEW
« no previous file with comments | « libstdc++-v3/configure ('k') | zlib/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698