summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-27 01:12:58 +0000
committerimp <imp@FreeBSD.org>2005-01-27 01:12:58 +0000
commit57511acdf31c2284b7b4d62948c883287840fac6 (patch)
treeed7424ef30c38cad2d6f0f2c798876ea1b97a458 /sys/modules/Makefile
parent6ae4221b16e464e617dd17b74512b87c01610184 (diff)
downloadFreeBSD-src-57511acdf31c2284b7b4d62948c883287840fac6.zip
FreeBSD-src-57511acdf31c2284b7b4d62948c883287840fac6.tar.gz
The ar driver appears to do naughty things with pointers and integers
and so appears to not be 64-bit clean. disable it on ia64 for the moment.
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index a4d59d8..6c0a0e0 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -417,7 +417,7 @@ _twa= twa
# nsp oltr pecoff s3 sbni stg vesa
# acpi is not enabled because it is broken as a module on ia64
_aic= aic
-_ar= ar
+#_ar= ar not 64-bit clean
_arcnet= arcnet
_asr= asr
_bktr= bktr
OpenPOWER on IntegriCloud