~attente/vala/vala-0.20-gio-vapi

« back to all changes in this revision

Viewing changes to build-aux/ltmain.sh

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-04-05 13:45:05 UTC
  • Revision ID: package-import@ubuntu.com-20130405134505-yp1721fn89pz2e0n
Tags: 0.20.1-0ubuntu1
Upload new serie to raring (FFE lp: #1164985)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5800
5800
        arg=$func_stripname_result
5801
5801
        ;;
5802
5802
 
 
5803
      -Wl,--as-needed)
 
5804
        deplibs="$deplibs $arg"
 
5805
        continue
 
5806
        ;;
 
5807
 
5803
5808
      -Wl,*)
5804
5809
        func_stripname '-Wl,' '' "$arg"
5805
5810
        args=$func_stripname_result
6160
6165
        lib=
6161
6166
        found=no
6162
6167
        case $deplib in
 
6168
        -Wl,--as-needed)
 
6169
          if test "$linkmode,$pass" = "prog,link"; then
 
6170
            compile_deplibs="$deplib $compile_deplibs"
 
6171
            finalize_deplibs="$deplib $finalize_deplibs"
 
6172
          else
 
6173
            deplibs="$deplib $deplibs"
 
6174
          fi
 
6175
          continue
 
6176
          ;;
6163
6177
        -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
6164
6178
        |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
6165
6179
          if test "$linkmode,$pass" = "prog,link"; then