Working toolchain
This commit is contained in:
parent
bd5cd5a011
commit
a9db73e443
4 changed files with 6005 additions and 35 deletions
|
|
@ -35,10 +35,10 @@ index df90720b7..ae12e48d1 100755
|
|||
i?86-*-mingw32* | \
|
||||
x86_64-*-mingw32* | \
|
||||
diff --git a/gcc/config.gcc b/gcc/config.gcc
|
||||
index 6fd159448..f8b4f29bc 100644
|
||||
index 6fd159448..e2fb4b52c 100644
|
||||
--- a/gcc/config.gcc
|
||||
+++ b/gcc/config.gcc
|
||||
@@ -690,6 +690,11 @@ x86_cpus="generic intel"
|
||||
@@ -690,6 +690,12 @@ x86_cpus="generic intel"
|
||||
|
||||
# Common parts for widely ported systems.
|
||||
case ${target} in
|
||||
|
|
@ -46,11 +46,12 @@ index 6fd159448..f8b4f29bc 100644
|
|||
+ gas=yes
|
||||
+ gnu_ld=yes
|
||||
+ default_use_cxa_atexit=yes
|
||||
+ use_gcc_stdint=provide
|
||||
+ ;;
|
||||
*-*-darwin*)
|
||||
tmake_file="t-darwin "
|
||||
tm_file="${tm_file} darwin.h"
|
||||
@@ -1126,6 +1131,9 @@ case ${target} in
|
||||
@@ -1126,6 +1132,9 @@ case ${target} in
|
||||
esac
|
||||
|
||||
case ${target} in
|
||||
|
|
|
|||
5984
toolchain/patches/gcc/01-libstdc++.patch
Normal file
5984
toolchain/patches/gcc/01-libstdc++.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue