~ubuntu-branches/ubuntu/utopic/indicator-transfer/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Charles Kerr
  • Date: 2014-07-18 12:26:56 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140718122656-6og2ovww6wmszfz2
Tags: 0.1+14.10.20140718-0ubuntu1
[ Charles Kerr ]
make the gcc version explicit in debian/control and debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
# Explicitly selecting a G{CC,++}-version here to avoid ABI breaks
 
4
# introduced by toolchain updates. <https://wiki.ubuntu.com/cpp-11>
 
5
export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
 
6
export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9
 
7
 
3
8
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
4
9
 
5
10
%: