diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-17 18:51:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-17 18:51:49 +0000 |
commit | 6554ee5831b764e0511e83d393dc3d222eadd5c2 (patch) | |
tree | 540162bb98ad92ca33f8691c6e703b05e21e3381 /main/gcc/02_all_gcc48_config.in.patch | |
parent | 3063244af3ab02c32b142561809a983c8c0b5e59 (diff) | |
download | aports-6554ee5831b764e0511e83d393dc3d222eadd5c2.tar.bz2 aports-6554ee5831b764e0511e83d393dc3d222eadd5c2.tar.xz |
main/gcc: upgrade to 4.8.2
Diffstat (limited to 'main/gcc/02_all_gcc48_config.in.patch')
-rw-r--r-- | main/gcc/02_all_gcc48_config.in.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/main/gcc/02_all_gcc48_config.in.patch b/main/gcc/02_all_gcc48_config.in.patch new file mode 100644 index 0000000000..3ad51f3175 --- /dev/null +++ b/main/gcc/02_all_gcc48_config.in.patch @@ -0,0 +1,32 @@ +2013-02-13 Magnus Granberg <zorry@gentoo.org> + + * gcc/config.in Add ENABLE_CRTBEGINP, ENABLE_ESP + +--- ./gcc/config.in 2009-04-21 11:08:08.000000000 +0200 ++++ ./gcc/config.in 2009-05-12 00:10:08.000000000 +0200 +@@ -46,6 +46,12 @@ + #endif + + ++/* Define to 1 to enable crtbeginP.o. */ ++#ifndef USED_FOR_TARGET ++#undef ENABLE_CRTBEGINP ++#endif ++ ++ + /* Define to 1 to specify that we are using the BID decimal floating point + format instead of DPD */ + #ifndef USED_FOR_TARGET +@@ -65,6 +65,12 @@ + #endif + + ++/* Define to 1 to enable esp. */ ++#ifndef USED_FOR_TARGET ++#undef ENABLE_ESP ++#endif ++ ++ + /* Define to 1 to enable fixed-point arithmetic extension to C. */ + #ifndef USED_FOR_TARGET + #undef ENABLE_FIXED_POINT |