~ubuntu-branches/ubuntu/oneiric/botan1.8/oneiric-updates

« back to all changes in this revision

Viewing changes to src/build-data/cc/gcc.txt

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2010-08-04 16:59:58 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100804165958-xdmg1izi7xk0t4b5
Tags: 1.8.9-1
* New upstream version
* Add git-buildpackage config

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# AIX doesn't seem to have soname support (weird...)
32
32
aix     -> "$(CXX) -shared -fPIC"
33
33
 
34
 
darwin  -> "$(CXX) -dynamiclib -fPIC -install_name $(SONAME)"
 
34
darwin  -> "$(CXX) -dynamiclib -fPIC -install_name $(LIBDIR)/$(SONAME)"
35
35
hpux    -> "$(CXX) -shared -fPIC -Wl,+h,$(SONAME)"
36
36
solaris -> "$(CXX) -shared -fPIC -Wl,-h,$(SONAME)"
37
37
# Gotta use ld directly on BeOS, their GCC is busted