Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2010 20:37:10 +0200
From:      Dimitry Andric <dimitry@andric.com>
To:        Roman Divacky <rdivacky@freebsd.org>
Cc:        current@freebsd.org
Subject:   Re: [CFT]: ClangBSD is selfhosting, we need testers now
Message-ID:  <4BCF45D6.20401@andric.com>
In-Reply-To: <20100421182022.GA99224@freebsd.org>
References:  <20100416160818.GA69460@freebsd.org> <4BC9E9D2.1040505@andric.com> <20100421182022.GA99224@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2010-04-21 20:20, Roman Divacky wrote:
>> /home/dim/src/clangbsd/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:140:1: warning: control may reach end of non-void function [-Wreturn-type]
>> }
>> ^
>> /home/dim/src/clangbsd/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:216:1: warning: control may reach end of non-void function [-Wreturn-type]
>> }
>> ^
>> /home/dim/src/clangbsd/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:266:1: warning: control may reach end of non-void function [-Wreturn-type]
>> }
>> ^
>> '486' is not a recognized processor for this target (ignoring processor)
>
> what happens when you dont set CPUTYPE?

I didn't set it. :)  Contents of /etc/make.conf is:

#_make.conf: Macro definition overrides for make.

# Default format for system documentation:
PRINTERDEVICE=ascii

# Default serial console speed:
BOOT_COMCONSOLE_SPEED=115200

# List of languages and encodings to build and install:
DOC_LANG=en_US.ISO8859-1

and /etc/src.conf just contains:

# Building clangbsd
NO_WERROR=
WERROR=

Maybe I should try explicitly setting these:

#NO_CPU_CFLAGS=         # Don't add -march=<cpu> to CFLAGS automatically
#NO_CPU_COPTFLAGS=      # Don't add -march=<cpu> to COPTFLAGS automatically

?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BCF45D6.20401>