patch-libtool 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. --- alsa-lib-1.0.25.orig/libtool 2012-01-25 10:29:43.000000000 +0100
  2. +++ alsa-lib-1.0.25/libtool 2012-03-02 17:35:55.000000000 +0100
  3. @@ -1,4 +1,4 @@
  4. -#! /bin/sh
  5. +#! /bin/bash
  6. # libtoolT - Provide generalized library-building support services.
  7. # Generated automatically by (GNU alsa-lib 1.0.25)
  8. @@ -30,10 +30,10 @@
  9. # the same distribution terms that you use for the rest of that program.
  10. # A sed program that does not truncate output.
  11. -SED="/usr/bin/sed"
  12. +SED="/Volumes/adk/openadk/scripts/sed"
  13. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  14. -Xsed="/usr/bin/sed -e 1s/^X//"
  15. +Xsed="/Volumes/adk/openadk/scripts/sed -e 1s/^X//"
  16. # The HP-UX ksh and POSIX shell print the target directory to stdout
  17. # if CDPATH is set.
  18. @@ -44,16 +44,16 @@ available_tags=" CXX"
  19. # ### BEGIN LIBTOOL CONFIG
  20. -# Libtool was configured on host alsa0:
  21. +# Libtool was configured on host neon.foo.bar:
  22. # Shell to use when invoking shell scripts.
  23. -SHELL="/bin/sh"
  24. +SHELL="/bin/bash"
  25. # Whether or not to build shared libraries.
  26. build_libtool_libs=yes
  27. # Whether or not to build static libraries.
  28. -build_old_libs=no
  29. +build_old_libs=yes
  30. # Whether or not to add -lc for building shared libraries.
  31. build_libtool_need_lc=no
  32. @@ -65,30 +65,30 @@ allow_libtool_libs_with_static_runtimes=
  33. fast_install=yes
  34. # The host system.
  35. -host_alias=
  36. -host=x86_64-suse-linux-gnu
  37. +host_alias=i586-openadk-linux
  38. +host=i586-openadk-linux-gnu
  39. host_os=linux-gnu
  40. # The build system.
  41. -build_alias=
  42. -build=x86_64-suse-linux-gnu
  43. -build_os=linux-gnu
  44. +build_alias=i686-apple-darwin10
  45. +build=i686-apple-darwin10
  46. +build_os=darwin10
  47. # An echo program that does not interpret backslashes.
  48. echo="echo"
  49. # The archiver.
  50. -AR="ar"
  51. +AR="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-ar"
  52. AR_FLAGS="cru"
  53. # A C compiler.
  54. -LTCC="gcc"
  55. +LTCC="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-gcc"
  56. # LTCC compiler flags.
  57. -LTCFLAGS="-O2 -fomit-frame-pointer -Wall -pipe -D_GNU_SOURCE"
  58. +LTCFLAGS="-march=geode -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -D_GNU_SOURCE"
  59. # A language-specific compiler.
  60. -CC="gcc"
  61. +CC="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-gcc"
  62. # Is the compiler the GNU C compiler?
  63. with_gcc=yes
  64. @@ -97,16 +97,16 @@ with_gcc=yes
  65. EGREP="/usr/bin/grep -E"
  66. # The linker used to build libraries.
  67. -LD="/usr/x86_64-suse-linux/bin/ld -m elf_x86_64"
  68. +LD="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-ld"
  69. # Whether we need hard or soft links.
  70. LN_S="ln -s"
  71. # A BSD-compatible nm program.
  72. -NM="/usr/bin/nm -B"
  73. +NM="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-nm"
  74. # A symbol stripping program
  75. -STRIP="strip"
  76. +STRIP="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-strip"
  77. # Used to examine libraries when file_magic_cmd begins "file"
  78. MAGIC_CMD=file
  79. @@ -118,7 +118,7 @@ DLLTOOL="dlltool"
  80. OBJDUMP="objdump"
  81. # Used on cygwin: assembler.
  82. -AS="as"
  83. +AS="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-as"
  84. # The name of the directory that contains temporary libtool files.
  85. objdir=.libs
  86. @@ -147,7 +147,7 @@ pic_flag=" -fPIC -DPIC"
  87. pic_mode=default
  88. # What is the maximum length of a command?
  89. -max_cmd_len=32768
  90. +max_cmd_len=196608
  91. # Does compiler simultaneously support -c and -o options?
  92. compiler_c_o="yes"
  93. @@ -165,10 +165,10 @@ need_version=no
  94. dlopen_support=yes
  95. # Whether dlopen of programs is supported.
  96. -dlopen_self=yes
  97. +dlopen_self=unknown
  98. # Whether dlopen of statically linked programs is supported.
  99. -dlopen_self_static=no
  100. +dlopen_self_static=unknown
  101. # Compiler flag to prevent dynamic linking.
  102. link_static_flag="-static"
  103. @@ -199,7 +199,7 @@ library_names_spec="\${libname}\${releas
  104. soname_spec="\${libname}\${release}\${shared_ext}\$major"
  105. # Commands used to build and install an old-style archive.
  106. -RANLIB="ranlib"
  107. +RANLIB="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-ranlib"
  108. old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB \$oldlib"
  109. old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib"
  110. old_postuninstall_cmds=""
  111. @@ -224,8 +224,8 @@ module_cmds=""
  112. module_expsym_cmds=""
  113. # Commands to strip libraries.
  114. -old_striplib="strip --strip-debug"
  115. -striplib="strip --strip-unneeded"
  116. +old_striplib="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-strip --strip-debug"
  117. +striplib="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-strip --strip-unneeded"
  118. # Dependencies to place before the objects being linked to create a
  119. # shared library.
  120. @@ -325,10 +325,10 @@ variables_saved_for_relink="PATH LD_LIBR
  121. link_all_deplibs=unknown
  122. # Compile-time system search path for libraries
  123. -sys_lib_search_path_spec=" /usr/lib64/gcc/x86_64-suse-linux/4.1.2/ /usr/lib/gcc/x86_64-suse-linux/4.1.2/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/lib/x86_64-suse-linux/4.1.2/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/lib/../lib64/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../x86_64-suse-linux/4.1.2/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64/ /lib/x86_64-suse-linux/4.1.2/ /lib/../lib64/ /usr/lib/x86_64-suse-linux/4.1.2/ /usr/lib/../lib64/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/lib/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../ /lib/ /usr/lib/"
  124. +sys_lib_search_path_spec=" /Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3/ /Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3/../../../../i586-openadk-linux-gnu/lib/i586-openadk-linux-gnu/4.5.3/ /Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3/../../../../i586-openadk-linux-gnu/lib/ /Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/lib/i586-openadk-linux-gnu/4.5.3/ /Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/lib/ /Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/usr/lib/i586-openadk-linux-gnu/4.5.3/ /Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/usr/lib/"
  125. # Run-time system search path for libraries
  126. -sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib64/Xaw3d /usr/X11R6/lib64 /usr/lib64/Xaw3d /usr/X11R6/lib/Xaw3d /usr/X11R6/lib /usr/lib/Xaw3d /usr/x86_64-suse-linux/lib /usr/local/lib /opt/kde3/lib /opt/gnome/lib /lib64 /lib /usr/lib64 /usr/lib /usr/local/lib64 /opt/kde3/lib64 /opt/gnome/lib64 "
  127. +sys_lib_dlsearch_path_spec="/lib /usr/lib"
  128. # Fix the shell variable $srcfile for the compiler.
  129. fix_srcfile_path=""
  130. @@ -1975,7 +1975,7 @@ EOF
  131. # -pg pass through profiling flag for GCC
  132. # @file GCC response files
  133. -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \
  134. - -t[45]*|-txscale*|@*)
  135. + -t[45]*|-txscale*|@*|-fstack-protector*|-flto*)
  136. # Unknown arguments in both finalize_command and compile_command need
  137. # to be aesthetically quoted because they are evaled later.
  138. @@ -7215,16 +7215,16 @@ disable_libs=static
  139. # End:
  140. # ### BEGIN LIBTOOL TAG CONFIG: CXX
  141. -# Libtool was configured on host alsa0:
  142. +# Libtool was configured on host neon.foo.bar:
  143. # Shell to use when invoking shell scripts.
  144. -SHELL="/bin/sh"
  145. +SHELL="/bin/bash"
  146. # Whether or not to build shared libraries.
  147. build_libtool_libs=yes
  148. # Whether or not to build static libraries.
  149. -build_old_libs=no
  150. +build_old_libs=yes
  151. # Whether or not to add -lc for building shared libraries.
  152. build_libtool_need_lc=no
  153. @@ -7236,30 +7236,30 @@ allow_libtool_libs_with_static_runtimes=
  154. fast_install=yes
  155. # The host system.
  156. -host_alias=
  157. -host=x86_64-suse-linux-gnu
  158. +host_alias=i586-openadk-linux
  159. +host=i586-openadk-linux-gnu
  160. host_os=linux-gnu
  161. # The build system.
  162. -build_alias=
  163. -build=x86_64-suse-linux-gnu
  164. -build_os=linux-gnu
  165. +build_alias=i686-apple-darwin10
  166. +build=i686-apple-darwin10
  167. +build_os=darwin10
  168. # An echo program that does not interpret backslashes.
  169. echo="echo"
  170. # The archiver.
  171. -AR="ar"
  172. +AR="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-ar"
  173. AR_FLAGS="cru"
  174. # A C compiler.
  175. -LTCC="gcc"
  176. +LTCC="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-gcc"
  177. # LTCC compiler flags.
  178. -LTCFLAGS="-O2 -fomit-frame-pointer -Wall -pipe -D_GNU_SOURCE"
  179. +LTCFLAGS="-march=geode -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -D_GNU_SOURCE"
  180. # A language-specific compiler.
  181. -CC="g++"
  182. +CC="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-g++"
  183. # Is the compiler the GNU C compiler?
  184. with_gcc=yes
  185. @@ -7268,16 +7268,16 @@ with_gcc=yes
  186. EGREP="/usr/bin/grep -E"
  187. # The linker used to build libraries.
  188. -LD="/usr/x86_64-suse-linux/bin/ld -m elf_x86_64"
  189. +LD="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-ld"
  190. # Whether we need hard or soft links.
  191. LN_S="ln -s"
  192. # A BSD-compatible nm program.
  193. -NM="/usr/bin/nm -B"
  194. +NM="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-nm"
  195. # A symbol stripping program
  196. -STRIP="strip"
  197. +STRIP="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-strip"
  198. # Used to examine libraries when file_magic_cmd begins "file"
  199. MAGIC_CMD=file
  200. @@ -7289,7 +7289,7 @@ DLLTOOL="dlltool"
  201. OBJDUMP="objdump"
  202. # Used on cygwin: assembler.
  203. -AS="as"
  204. +AS="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-as"
  205. # The name of the directory that contains temporary libtool files.
  206. objdir=.libs
  207. @@ -7318,7 +7318,7 @@ pic_flag=" -fPIC -DPIC"
  208. pic_mode=default
  209. # What is the maximum length of a command?
  210. -max_cmd_len=32768
  211. +max_cmd_len=196608
  212. # Does compiler simultaneously support -c and -o options?
  213. compiler_c_o="yes"
  214. @@ -7336,10 +7336,10 @@ need_version=no
  215. dlopen_support=yes
  216. # Whether dlopen of programs is supported.
  217. -dlopen_self=yes
  218. +dlopen_self=unknown
  219. # Whether dlopen of statically linked programs is supported.
  220. -dlopen_self_static=no
  221. +dlopen_self_static=unknown
  222. # Compiler flag to prevent dynamic linking.
  223. link_static_flag="-static"
  224. @@ -7370,7 +7370,7 @@ library_names_spec="\${libname}\${releas
  225. soname_spec="\${libname}\${release}\${shared_ext}\$major"
  226. # Commands used to build and install an old-style archive.
  227. -RANLIB="ranlib"
  228. +RANLIB="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-ranlib"
  229. old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB \$oldlib"
  230. old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib"
  231. old_postuninstall_cmds=""
  232. @@ -7392,16 +7392,16 @@ module_cmds=""
  233. module_expsym_cmds=""
  234. # Commands to strip libraries.
  235. -old_striplib="strip --strip-debug"
  236. -striplib="strip --strip-unneeded"
  237. +old_striplib="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-strip --strip-debug"
  238. +striplib="/Volumes/adk/openadk/host_i586_eglibc/bin/i586-openadk-linux-gnu-strip --strip-unneeded"
  239. # Dependencies to place before the objects being linked to create a
  240. # shared library.
  241. -predep_objects="/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/4.1.2/crtbeginS.o"
  242. +predep_objects="/Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/usr/lib/crti.o /Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3/crtbeginS.o"
  243. # Dependencies to place after the objects being linked to create a
  244. # shared library.
  245. -postdep_objects="/usr/lib64/gcc/x86_64-suse-linux/4.1.2/crtendS.o /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64/crtn.o"
  246. +postdep_objects="/Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3/crtendS.o /Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/usr/lib/crtn.o"
  247. # Dependencies to place before the objects being linked to create a
  248. # shared library.
  249. @@ -7413,7 +7413,7 @@ postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc
  250. # The library search path used internally by the compiler when linking
  251. # a shared library.
  252. -compiler_lib_search_path="-L/usr/lib64/gcc/x86_64-suse-linux/4.1.2 -L/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../.."
  253. +compiler_lib_search_path="-L/Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3 -L/Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3/../../../../i586-openadk-linux-gnu/lib -L/Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/lib -L/Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/usr/lib"
  254. # Method to check whether dependent libraries are shared objects.
  255. deplibs_check_method="pass_all"
  256. @@ -7493,10 +7493,10 @@ variables_saved_for_relink="PATH LD_LIBR
  257. link_all_deplibs=unknown
  258. # Compile-time system search path for libraries
  259. -sys_lib_search_path_spec=" /usr/lib64/gcc/x86_64-suse-linux/4.1.2/ /usr/lib/gcc/x86_64-suse-linux/4.1.2/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/lib/x86_64-suse-linux/4.1.2/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/lib/../lib64/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../x86_64-suse-linux/4.1.2/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../lib64/ /lib/x86_64-suse-linux/4.1.2/ /lib/../lib64/ /usr/lib/x86_64-suse-linux/4.1.2/ /usr/lib/../lib64/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/lib/ /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../ /lib/ /usr/lib/"
  260. +sys_lib_search_path_spec=" /Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3/ /Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3/../../../../i586-openadk-linux-gnu/lib/i586-openadk-linux-gnu/4.5.3/ /Volumes/adk/openadk/host_i586_eglibc/lib/gcc/i586-openadk-linux-gnu/4.5.3/../../../../i586-openadk-linux-gnu/lib/ /Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/lib/i586-openadk-linux-gnu/4.5.3/ /Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/lib/ /Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/usr/lib/i586-openadk-linux-gnu/4.5.3/ /Volumes/adk/openadk/host_i586_eglibc/../target_i586_eglibc/usr/lib/"
  261. # Run-time system search path for libraries
  262. -sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib64/Xaw3d /usr/X11R6/lib64 /usr/lib64/Xaw3d /usr/X11R6/lib/Xaw3d /usr/X11R6/lib /usr/lib/Xaw3d /usr/x86_64-suse-linux/lib /usr/local/lib /opt/kde3/lib /opt/gnome/lib /lib64 /lib /usr/lib64 /usr/lib /usr/local/lib64 /opt/kde3/lib64 /opt/gnome/lib64 "
  263. +sys_lib_dlsearch_path_spec="/lib /usr/lib"
  264. # Fix the shell variable $srcfile for the compiler.
  265. fix_srcfile_path=""