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

« back to all changes in this revision

Viewing changes to .svn/pristine/11/11179862a3658d6c7e37455a72df1a9898e6a1c3.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
--- a/src/gcc/config/arm/t-linux-eabi
 
2
+++ b/src/gcc/config/arm/t-linux-eabi
 
3
@@ -24,6 +24,23 @@
 
4
 MULTILIB_OPTIONS       =
 
5
 MULTILIB_DIRNAMES      =
 
6
 
 
7
+ifneq (,$(findstring MULTIARCH_DEFAULTS,$(tm_defines)))
 
8
+ifneq (,$(findstring __arm_linux_gnueabi__,$(tm_defines)))
 
9
+  MULTILIB_OPTIONS     = mfloat-abi=softfp/mfloat-abi=hard/mfloat-abi=soft
 
10
+  MULTILIB_DIRNAMES    = . hf soft-float
 
11
+  MULTILIB_EXCEPTIONS  =
 
12
+  MULTILIB_MATCHES     = mfloat-abi?hard=mhard-float mfloat-abi?soft=msoft-float
 
13
+  MULTILIB_OSDIRNAMES  = ../../lib/arm-linux-gnueabi ../../lib/arm-linux-gnueabihf soft-float
 
14
+endif
 
15
+ifneq (,$(findstring __arm_linux_gnueabihf__,$(tm_defines)))
 
16
+  MULTILIB_OPTIONS     = mfloat-abi=hard/mfloat-abi=softfp/mfloat-abi=soft
 
17
+  MULTILIB_DIRNAMES    = . sf soft-float
 
18
+  MULTILIB_EXCEPTIONS  =
 
19
+  MULTILIB_MATCHES     = mfloat-abi?hard=mhard-float mfloat-abi?soft=msoft-float
 
20
+  MULTILIB_OSDIRNAMES  = ../../lib/arm-linux-gnueabihf ../../lib/arm-linux-gnueabi soft-float
 
21
+endif
 
22
+endif
 
23
+
 
24
 #MULTILIB_OPTIONS     += mcpu=fa606te/mcpu=fa626te/mcpu=fmp626/mcpu=fa726te
 
25
 #MULTILIB_DIRNAMES    += fa606te fa626te fmp626 fa726te
 
26
 #MULTILIB_EXCEPTIONS  += *mthumb/*mcpu=fa606te *mthumb/*mcpu=fa626te *mthumb/*mcpu=fmp626 *mthumb/*mcpu=fa726te*