| Summary: | 7.0-BETA2 buildworld fails when CFLAGS is set to '' before build | ||
|---|---|---|---|
| Product: | Base System | Reporter: | yuri |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 7.0-BETA2 | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
yuri
2007-11-20 08:50:01 UTC
My CFLAGS when the problem occurred was set in /etc/make.conf as CFLAGS=-I/usr/local/include Yuri I confirm that after deleting and re-downloading the sources this problem still exists. Please investigate. Yuri State Changed From-To: open->closed It's documented in make.conf(5) that we don't support optimization levels other than -O and -O2, and specifying an empty CFLAGS is equivalent to -O0, which breaks the i386 build in this case. |