~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/b0/b082d68898d8f53a053ffac092eae33d27672635.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SOURCE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
 
2
patchdir = $(SOURCE_DIR)/patches
 
3
 
 
4
include $(SOURCE_DIR)/debian/rules.defs
 
5
include $(SOURCE_DIR)/debian/rules.patch
 
6
include $(SOURCE_DIR)/debian/rules.unpack
 
7
 
 
8
patch-source: $(patch_stamp)
 
9
 
 
10
clean-source:
 
11
        rm -rf $(stampdir)
 
12
        rm -rf $(gcc_srcdir) $(gdc_srcdir) d
 
13
        rm -rf bin
 
14
        rm -rf $(srcdir)
 
15