Working? toolchain
This commit is contained in:
parent
43a9b93192
commit
bd5cd5a011
3 changed files with 15 additions and 237 deletions
|
|
@ -15,31 +15,18 @@ index 1b0111fd..16dc49bf 100644
|
|||
targ_defvec=aarch64_mach_o_vec
|
||||
targ_selvecs="arm_mach_o_vec mach_o_le_vec mach_o_be_vec mach_o_fat_vec"
|
||||
diff --git a/config.sub b/config.sub
|
||||
index 888e0fde..469ff17b 100755
|
||||
index dba16e84..d4b2e9d2 100755
|
||||
--- a/config.sub
|
||||
+++ b/config.sub
|
||||
@@ -1754,7 +1754,7 @@ case $os in
|
||||
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
||||
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
||||
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
|
||||
- | fiwix*)
|
||||
+ | fiwix* | acadia*)
|
||||
;;
|
||||
# This one is extra strict with allowed versions
|
||||
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
||||
diff --git a/config/override.m4 b/config/override.m4
|
||||
index 5a1bffe6..fa281d24 100644
|
||||
--- a/config/override.m4
|
||||
+++ b/config/override.m4
|
||||
@@ -29,7 +29,7 @@ m4_copy_force([_AC_PREREQ], [AC_PREREQ])
|
||||
|
||||
dnl Ensure exactly this Autoconf version is used
|
||||
m4_ifndef([_GCC_AUTOCONF_VERSION],
|
||||
- [m4_define([_GCC_AUTOCONF_VERSION], [2.69])])
|
||||
+ [m4_define([_GCC_AUTOCONF_VERSION], [2.71])])
|
||||
|
||||
dnl Test for the exact version when AC_INIT is expanded.
|
||||
dnl This allows one to update the tree in steps (for testing)
|
||||
@@ -1723,7 +1723,7 @@ case $os in
|
||||
# Now accept the basic system types.
|
||||
# The portable systems comes first.
|
||||
# Each alternative MUST end in a * to match a version number.
|
||||
- gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
|
||||
+ gnu* | acadia* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
|
||||
| *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \
|
||||
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
||||
| sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
|
||||
diff --git a/gas/configure.tgt b/gas/configure.tgt
|
||||
index 765ba736..b8d99f65 100644
|
||||
--- a/gas/configure.tgt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue