Re: kern. crosscomp fails with "options CNMAGIC"
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Oct 13, 2024 at 03:22:38PM +0200, Dr. Nicola Mingotti wrote: > options CNMAGIC="\001\002" The string is a bit tricky to pass through config & make and still keep valid C string syntax, try: options CNMAGIC="\"\001\002\"" Martin