diff options
| author | Thomas Preud'homme <thomas.preudhomme@celest.fr> | 2010-09-10 20:55:54 +0200 |
|---|---|---|
| committer | Thomas Preud'homme <thomas.preudhomme@celest.fr> | 2010-09-10 20:55:54 +0200 |
| commit | 2887f40f760b7d406422258bbdd6e8dc25696c59 (patch) | |
| tree | 4ad90570f6a0a16c4b38206a63b66eeed5d39fcc /configure | |
| parent | 9b09fc376e8c212a767c875e71ca003e3b9a0d2e (diff) | |
| download | tinycc-2887f40f760b7d406422258bbdd6e8dc25696c59.tar.gz tinycc-2887f40f760b7d406422258bbdd6e8dc25696c59.tar.bz2 | |
Add support for GNU/Hurd
+ Add i686-AT386 to the list of x86 platform
+ Define SA_SIGINFO is not defined
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
