diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-30 07:00:42 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-05-30 07:00:42 +0000 |
| commit | e043516d4d5b42044366e111306d65666bb47617 (patch) | |
| tree | 09fd1f8eef7bd8ed2f925fca35c25efa2f242804 /gnu | |
| parent | df182f6dd13a33f912a7c6241e8505aedffc4f57 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gzip/match.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/match.S b/gnu/usr.bin/gzip/match.S index 6ae803493c645..2eb114f9d22bd 100644 --- a/gnu/usr.bin/gzip/match.S +++ b/gnu/usr.bin/gzip/match.S @@ -32,7 +32,7 @@ error: DYN_ALLOC not yet supported in match.s #endif -#if defined(i386) || defined(_I386) +#if defined(i386) || defined(_I386) || defined(__i386__) /* This version is for 386 Unix or OS/2 in 32 bit mode. * Warning: it uses the AT&T syntax: mov source,dest |
