diff options
author | peter <peter@FreeBSD.org> | 2003-07-22 08:11:17 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-07-22 08:11:17 +0000 |
commit | 7c1e58684a0e6e588206d5592175b02c0211418b (patch) | |
tree | 2c9dbc0404e063bb1ce254beaf778c7ce4e8e0bf /sys/modules/Makefile | |
parent | 6e0440c7df7efab49749a25ee9be7d78b8780c15 (diff) | |
download | FreeBSD-src-7c1e58684a0e6e588206d5592175b02c0211418b.zip FreeBSD-src-7c1e58684a0e6e588206d5592175b02c0211418b.tar.gz |
Initiate de-orbit burn for fpu-less operation. 386+387 is still
theoretically supportable, but you'd really be happier with FreeBSD 2.1.8
on it.
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index e44c8a0..2ed67c0 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -187,8 +187,6 @@ SUBDIR+=3dfx \ em \ ep \ fe \ - fpu \ - gnufpu \ hea \ hfa \ i2c \ @@ -251,7 +249,7 @@ SUBDIR+=canbepm \ .if ${MACHINE_ARCH} == "ia64" # Modules not enabled on ia64 (as compared to i386) include: -# aac acpi aout apm atspeaker drm fpu gnufpu ibcs2 linprocfs linux ncv +# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv # nsp oltr pecoff s3 sbni stg vesa SUBDIR+=aic \ ar \ |