|
| 1 | +--- a/config/picflag.m4 |
| 2 | ++++ b/config/picflag.m4 |
| 3 | +@@ -51,10 +51,10 @@ |
| 4 | + # All AIX code is PIC. |
| 5 | + ;; |
| 6 | + |
| 7 | +- # Some targets support both -fPIC and -fpic, but prefer the latter. |
| 8 | ++ # Some targets support both -fPIC and -fpic, but prefer the former. |
| 9 | + # FIXME: Why? |
| 10 | + i[[34567]]86-*-* | x86_64-*-*) |
| 11 | +- $1=-fpic |
| 12 | ++ $1=-fPIC |
| 13 | + ;; |
| 14 | + # FIXME: Override -fPIC default in libgcc only? |
| 15 | + sh-*-linux* | sh[[2346lbe]]*-*-linux*) |
| 16 | +--- a/gcc/configure |
| 17 | ++++ b/gcc/configure |
| 18 | +@@ -5348,10 +5348,10 @@ |
| 19 | + # All AIX code is PIC. |
| 20 | + ;; |
| 21 | + |
| 22 | +- # Some targets support both -fPIC and -fpic, but prefer the latter. |
| 23 | ++ # Some targets support both -fPIC and -fpic, but prefer the former. |
| 24 | + # FIXME: Why? |
| 25 | + i[34567]86-*-* | x86_64-*-*) |
| 26 | +- PICFLAG_FOR_TARGET=-fpic |
| 27 | ++ PICFLAG_FOR_TARGET=-fPIC |
| 28 | + ;; |
| 29 | + # FIXME: Override -fPIC default in libgcc only? |
| 30 | + sh-*-linux* | sh[2346lbe]*-*-linux*) |
| 31 | +--- a/libada/configure |
| 32 | ++++ b/libada/configure |
| 33 | +@@ -3219,10 +3219,10 @@ |
| 34 | + # All AIX code is PIC. |
| 35 | + ;; |
| 36 | + |
| 37 | +- # Some targets support both -fPIC and -fpic, but prefer the latter. |
| 38 | ++ # Some targets support both -fPIC and -fpic, but prefer the former. |
| 39 | + # FIXME: Why? |
| 40 | + i[34567]86-*-* | x86_64-*-*) |
| 41 | +- PICFLAG=-fpic |
| 42 | ++ PICFLAG=-fPIC |
| 43 | + ;; |
| 44 | + # FIXME: Override -fPIC default in libgcc only? |
| 45 | + sh-*-linux* | sh[2346lbe]*-*-linux*) |
| 46 | +--- a/libiberty/configure |
| 47 | ++++ b/libiberty/configure |
| 48 | +@@ -5209,10 +5209,10 @@ |
| 49 | + # All AIX code is PIC. |
| 50 | + ;; |
| 51 | + |
| 52 | +- # Some targets support both -fPIC and -fpic, but prefer the latter. |
| 53 | ++ # Some targets support both -fPIC and -fpic, but prefer the former. |
| 54 | + # FIXME: Why? |
| 55 | + i[34567]86-*-* | x86_64-*-*) |
| 56 | +- PICFLAG=-fpic |
| 57 | ++ PICFLAG=-fPIC |
| 58 | + ;; |
| 59 | + # FIXME: Override -fPIC default in libgcc only? |
| 60 | + sh-*-linux* | sh[2346lbe]*-*-linux*) |
| 61 | +--- a/libgcc/configure |
| 62 | ++++ b/libgcc/configure |
| 63 | +@@ -2419,10 +2419,10 @@ |
| 64 | + # All AIX code is PIC. |
| 65 | + ;; |
| 66 | + |
| 67 | +- # Some targets support both -fPIC and -fpic, but prefer the latter. |
| 68 | ++ # Some targets support both -fPIC and -fpic, but prefer the former. |
| 69 | + # FIXME: Why? |
| 70 | + i[34567]86-*-* | x86_64-*-*) |
| 71 | +- PICFLAG=-fpic |
| 72 | ++ PICFLAG=-fPIC |
| 73 | + ;; |
| 74 | + # FIXME: Override -fPIC default in libgcc only? |
| 75 | + sh-*-linux* | sh[2346lbe]*-*-linux*) |
0 commit comments