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

« back to all changes in this revision

Viewing changes to .svn/pristine/2f/2fcb873ba6af9a355cfaa8958e3fd412912faf67.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
# DP: Build libatomic on AArch64.
 
2
 
 
3
--- a/src/libatomic/configure.tgt
 
4
+++ b/src/libatomic/configure.tgt
 
5
@@ -95,11 +95,6 @@
 
6
 
 
7
 # Other system configury
 
8
 case "${target}" in
 
9
-  aarch64*)
 
10
-       # This is currently not supported in AArch64.
 
11
-       UNSUPPORTED=1
 
12
-       ;;
 
13
-
 
14
   arm*-*-linux*)
 
15
        # OS support for atomic primitives.
 
16
        config_path="${config_path} linux/arm posix"