Port-alpha archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Self baked kernel panics



>> COPTS+=-mcpu=21164a (same as -O0 -mcpu=21164a)
> regardless of the possible kernel bug, that sounds wrong.  Why does
> _appending_ to a variable make it lose its default value (which is
> -O2)?

One possible answer - I don't know whether it's the right one in this
case - is that

VAR += foo
VAR ?= bar

is (provided VAR is not previously set) equivalent to

VAR = foo
VAR ?= bar

/~\ The ASCII                           der Mouse
\ / Ribbon Campaign
 X  Against HTML               mouse%rodents.montreal.qc.ca@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B



Home | Main Index | Thread Index | Old Index