Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2010 21:44:45 +0200 (CEST)
From:      Alexander Best <alexbestms@wwu.de>
To:        Roman Divacky <rdivacky@FreeBSD.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: [CFT]: ClangBSD is selfhosting, we need testers now
Message-ID:  <permail-201004211944451e86ffa800003683-a_best01@message-id.uni-muenster.de>
In-Reply-To: <20100421181813.GA97446@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-201004211944451e86ffa800003683-a_best01>