Re: [CFT]: ClangBSD is selfhosting, we need testers now
- From: Alexander Best <alexbestms@xxxxxx>
- Date: Wed, 21 Apr 2010 21:44:45 +0200 (CEST)
Roman Divacky schrieb am 2010-04-21:
[snip]
1) cd modules/sound/sound && make CC=gcc
after this step these are the sizes of sound.ko* in modules/sound/sound:
-rw-r--r-- 1 root wheel 449120 Apr 21 21:36 sound.ko
-rw-r--r-- 1 root wheel 2284757 Apr 21 21:36 sound.ko.debug
-rw-r--r-- 1 root wheel 2055512 Apr 21 21:36 sound.ko.symbols
2) make -V SRCS | tr " " "\n" | grep -v \.h | sort | grep "^[a-m].*"
| xargs touch
^^^^^
this is
your
bisect
pattern
3) make CC=clang && make install
and after this step:
-rw-r--r-- 1 root wheel 187480 Apr 21 21:37 sound.ko
-rw-r--r-- 1 root wheel 872983 Apr 21 21:37 sound.ko.debug
-rw-r--r-- 1 root wheel 792856 Apr 21 21:37 sound.ko.symbols
so quite some code is missing it seems.
[snip]
--
Alexander Best
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: [CFT]: ClangBSD is selfhosting, we need testers now
- From: Roman Divacky
- Re: [CFT]: ClangBSD is selfhosting, we need testers now
- References:
- Re: [CFT]: ClangBSD is selfhosting, we need testers now
- From: Roman Divacky
- Re: [CFT]: ClangBSD is selfhosting, we need testers now
- Prev by Date: Re: [CFT]: ClangBSD is selfhosting, we need testers now
- Next by Date: Re: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server
- Previous by thread: Re: [CFT]: ClangBSD is selfhosting, we need testers now
- Next by thread: Re: [CFT]: ClangBSD is selfhosting, we need testers now
- Index(es):
Relevant Pages
|