On 28/09/2011, at 13:53, Arnaud Lacombe wrote:
> https://github.com/lacombar/freebsd/commit/c1d5c4857361028dc40941273dd2ab9576c687fd
>
> This patch adds a KODIR_SYMBOLS variables which is to the kernel and
> modules .symbols files what the KODIR variable is to the kernel and
> modules files. By d
Hi,
On Sun, Sep 18, 2011 at 5:14 AM, Andriy Gapon wrote:
>
> Just decided to follow the global trends and trying to throw all of my
> local/private changes at you in hope that the "crowd-sourcing magic" might
> somehow happen :-) This seems definitely easier than carefully producing the
> patch
Hi,
[Moving the discussion on -hackers@]
On Tue, Sep 27, 2011 at 6:02 PM, Arnaud Lacombe wrote:
> Hi,
>
> On Tue, Sep 27, 2011 at 5:01 PM, Peter Jeremy wrote:
>> On 2011-Sep-26 19:48:23 -0400, Benjamin Kaduk wrote:
>>>On Mon, 26 Sep 2011, Arnaud Lacombe wrote:
The problem with /boot on a
On 27 September 2011 17:23, wrote:
> - Original Message -
> From: Chris Rees
> To: rank1see...@gmail.com
> Cc: h h , hack...@freebsd.org
> Date: Tue, 27 Sep 2011 17:16:57 +0100
> Subject: Re: /usr/src -> make doesn't recognize target when '-f -' is used
>
>> On 27 Sep 2011 12:24, wrote:
On 27 Sep 2011 12:24, wrote:
>
> - Original Message -
> From: h h
> To: rank1see...@gmail.com
> Cc: hack...@freebsd.org
> Date: Tue, 27 Sep 2011 10:03:08 +
> Subject: Re: /usr/src -> make doesn't recognize target when '-f -' is used
>
> > rank1see...@gmail.com writes:
> >
> > > cd /us
- Original Message -
From: Chris Rees
To: rank1see...@gmail.com
Cc: h h , hack...@freebsd.org
Date: Tue, 27 Sep 2011 17:16:57 +0100
Subject: Re: /usr/src -> make doesn't recognize target when '-f -' is used
> On 27 Sep 2011 12:24, wrote:
> >
> > - Original Message -
> > From: h h
On Sep 27, 2011, at 2:31 AM, rank1see...@gmail.com wrote:
> cd /usr/src
>
> This works:
> --
> # echo 'CPUTYPE?=core2
> CFLAGS+=-march=native
> NO_CPU_CFLAGS=yes
> COPTFLAGS+=-march=native
> NO_CPU_COPTFLAGS=yes' | /usr/bin/make __MAKE_CONF=/dev/null -f - -V CPUTYPE
> --
>
> This DOESN'T:
> --
>
8.2 RELEASE
On 32bit (i386) machine(CPU: athlonxp) I crosssompile for 64bit (amd64)
machine(CPU: core2duo) and it works.
But when I set optimization in make.conf:
--
CPUTYPE?=core2
CFLAGS+=-march=native
NO_CPU_CFLAGS=yes
COPTFLAGS+=-march=native
NO_CPU_COPTFLAGS=yes
--
Results in make's vars set
- Original Message -
From: h h
To: rank1see...@gmail.com
Cc: hack...@freebsd.org
Date: Tue, 27 Sep 2011 10:03:08 +
Subject: Re: /usr/src -> make doesn't recognize target when '-f -' is used
> rank1see...@gmail.com writes:
>
> > cd /usr/src
> >
> > This works:
> > --
> > # echo 'CPUTY
rank1see...@gmail.com writes:
> cd /usr/src
>
> This works:
> --
> # echo 'CPUTYPE?=core2
> CFLAGS+=-march=native
> NO_CPU_CFLAGS=yes
> COPTFLAGS+=-march=native
> NO_CPU_COPTFLAGS=yes' | /usr/bin/make __MAKE_CONF=/dev/null -f - -V CPUTYPE
> --
[...]
No, it doesn't. Try using a variable not provid
cd /usr/src
This works:
--
# echo 'CPUTYPE?=core2
CFLAGS+=-march=native
NO_CPU_CFLAGS=yes
COPTFLAGS+=-march=native
NO_CPU_COPTFLAGS=yes' | /usr/bin/make __MAKE_CONF=/dev/null -f - -V CPUTYPE
--
This DOESN'T:
--
# echo 'CPUTYPE?=core2
CFLAGS+=-march=native
NO_CPU_CFLAGS=yes
COPTFLAGS+=-march=nativ
11 matches
Mail list logo