MFC after: 1 week
Details
Details
Ran make firmware on FreeBSD 13
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/aic7xxx/aicasm/aicasm_gram.y | ||
---|---|---|
62 | Once upon a time, this was defined in -ll.... Is that no longer the case? Or are we just not linking against that? If we're not, then this is likely the most correct fix. |
sys/dev/aic7xxx/aicasm/aicasm_gram.y | ||
---|---|---|
62 | lex itself injects the definition into the output, in this case for aicasm_scan.l's generated C. No extra libraries are linked in, only libc etc. |