mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
gcc: update to version 7.4.0, Add config options
for coping libc.a, libpthread.a and libstdc++ to target. Add config option to eliminate need for -lstdc++ and -lgcc_pic switches when linking statically Signed-off-by: Noble Pepper <noblepepper@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
1bb888f054
commit
5caa181b17
@@ -48,9 +48,9 @@ sellcey@mips.com
|
||||
|
||||
--- a/gcc/config/mips/mips.c
|
||||
+++ b/gcc/config/mips/mips.c
|
||||
@@ -19629,6 +19629,9 @@ mips_lra_p (void)
|
||||
#undef TARGET_LRA_P
|
||||
#define TARGET_LRA_P mips_lra_p
|
||||
@@ -22567,6 +22567,9 @@ mips_promote_function_mode (const_tree t
|
||||
#undef TARGET_CUSTOM_FUNCTION_DESCRIPTORS
|
||||
#define TARGET_CUSTOM_FUNCTION_DESCRIPTORS 2
|
||||
|
||||
+#undef TARGET_ASM_FILE_END
|
||||
+#define TARGET_ASM_FILE_END file_end_indicate_exec_stack
|
||||
|
||||
Reference in New Issue
Block a user