~ubuntu-branches/ubuntu/trusty/powerpc-cross-toolchain-base/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-26 08:08:24 UTC
  • Revision ID: package-import@ubuntu.com-20140226080824-w9oqyo80800hfdyq
Tags: 1.1
* Bump eglibc to 2.19.
* Refresh eglibc patches.
* Add rsync, xmlto build-dep.
* Build-depend on libcloog-isl-dev instead of libcloog-ppl-dev.
* Regenerate debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
# default version of gcc which will be used
44
44
  VER_GCC_BASE   := 4.7
45
45
else
46
 
  MIN_VER_EGLIBC := 2.18-0~
47
 
  MIN_VER_LINUX  := 3.12.0-0~
48
 
  MIN_VER_GCC    := 4.8.2-10
49
 
  VER_LINUX      := 3.12.0
 
46
  MIN_VER_EGLIBC := 2.19-0~
 
47
  MIN_VER_LINUX  := 3.13.0-0~
 
48
  MIN_VER_GCC    := 4.8.2-16
 
49
  VER_LINUX      := 3.13.0
50
50
# default version of gcc which will be used
51
51
  VER_GCC_BASE := 4.8
52
52
endif