diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-02 13:18:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-02 13:18:18 +0000 |
commit | 0c1a669bb5ecdf0e75c6f190c3f556de2ef59c2c (patch) | |
tree | c1c8cef2d5e73ef708ae5a83e13c94f60a41e3f4 /main/gcc/gcc-4.7-dynamic-linker.patch | |
parent | fc414f819a691cf8272156eb7f70b5bb586e3894 (diff) | |
download | aports-0c1a669bb5ecdf0e75c6f190c3f556de2ef59c2c.tar.bz2 aports-0c1a669bb5ecdf0e75c6f190c3f556de2ef59c2c.tar.xz |
main/gcc: upgrade to 4.7.2
Diffstat (limited to 'main/gcc/gcc-4.7-dynamic-linker.patch')
-rw-r--r-- | main/gcc/gcc-4.7-dynamic-linker.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/gcc/gcc-4.7-dynamic-linker.patch b/main/gcc/gcc-4.7-dynamic-linker.patch index 3dbc4d7e9..7fe57a49f 100644 --- a/main/gcc/gcc-4.7-dynamic-linker.patch +++ b/main/gcc/gcc-4.7-dynamic-linker.patch @@ -161,10 +161,10 @@ index dbbeea5..0147ece 100644 #define BIONIC_DYNAMIC_LINKER "/system/bin/linker" #define BIONIC_DYNAMIC_LINKER32 "/system/bin/linker" #define BIONIC_DYNAMIC_LINKER64 "/system/bin/linker64" -@@ -104,3 +104,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see - /* Whether we have sincos that follows the GNU extension. */ - #undef TARGET_HAS_SINCOS - #define TARGET_HAS_SINCOS (OPTION_GLIBC || OPTION_BIONIC) +@@ -107,3 +107,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see + /* Whether we have Bionic libc runtime */ + #undef TARGET_HAS_BIONIC + #define TARGET_HAS_BIONIC (OPTION_BIONIC) + +#ifdef NOSTDINC +#undef STANDARD_INCLUDE_DIR |