mirror of
https://github.com/frida/tinycc
synced 2024-11-24 00:29:38 +03:00
Add support for GNU/Hurd
+ Add i686-AT386 to the list of x86 platform + Define SA_SIGINFO is not defined
This commit is contained in:
parent
9b09fc376e
commit
2887f40f76
2
configure
vendored
2
configure
vendored
@ -37,7 +37,7 @@ ar="ar"
|
||||
strip="strip"
|
||||
cpu=`uname -m`
|
||||
case "$cpu" in
|
||||
i386|i486|i586|i686|i86pc|BePC)
|
||||
i386|i486|i586|i686|i86pc|BePC|i686-AT386)
|
||||
cpu="x86"
|
||||
;;
|
||||
x86_64)
|
||||
|
Loading…
Reference in New Issue
Block a user