~ubuntu-branches/ubuntu/precise/ghc/precise

« back to all changes in this revision

Viewing changes to mk/project.mk.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2011-10-31 13:31:12 UTC
  • mfrom: (8.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20111031133112-qimkbmi8v4ajx5bc
Tags: 7.0.4-8ubuntu1
* Merge with Debian, remaining changes:
  + Pass --hash-style=both --no-copy-dt-needed-entries --as-needed to the
  linker.
* Use dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
# This distinguishes "msys" and "cygwin", which are not
140
140
# not distinguished by HOST_OS_CPP
141
141
OSTYPE=@OSTYPE@
 
142
 
 
143
# In case of Solaris OS, does it provide broken shared libs 
 
144
# linker or not? 
 
145
SOLARIS_BROKEN_SHLD=@SOLARIS_BROKEN_SHLD@
 
146