diff options
author | jhb <jhb@FreeBSD.org> | 2006-05-10 18:44:10 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2006-05-10 18:44:10 +0000 |
commit | 90e7413dff0d534b547dd7622aeab2416f9cd41a (patch) | |
tree | ec0017e7a0fdccee47877f790652ea94894f32ba /usr.sbin/sysinstall | |
parent | 021fd7545817a62d45c9601a4702d307be15196c (diff) | |
download | FreeBSD-src-90e7413dff0d534b547dd7622aeab2416f9cd41a.zip FreeBSD-src-90e7413dff0d534b547dd7622aeab2416f9cd41a.tar.gz |
Alpha doesn't support linux ABI compat now.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 6e4d096..afc1ab5 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -61,7 +61,7 @@ #define WITH_SLICES #endif -#if defined(__i386__) || defined(__alpha__) +#if defined(__i386__) #define WITH_LINUX #endif |