Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- README
- ----------------
- This readme somewhat explains how this pastebin account is laid out.
- (Tip: Click the 'layout width' button on the right of the screen, this expands the page to span horizontally which gets rid of some text getting cut off)
- Flags/tags:
- [F] - Bug is fixed
- [G] - Builds fine with gcc
- (32) - Built in an i386 chroot (r224402 `make buildworld installworld distribution TARGET=i386 DESTDIR=/compat/i386`)
- (64) - Built in a native amd64 environment (r224402 built into a release.iso and installed)
- Both the environments (i386 and amd64) use the following /etc/make.conf:
- .if !defined(CC) || ${CC} == "cc"
- CC=clang
- .endif
- .if !defined(CXX) || ${CXX} == "c++"
- CXX=clang++
- .endif
- .if !defined(CPP) || ${CPP} == "cpp"
- CPP=clang -E
- .endif
- NO_WERROR=
- WERROR=
- NO_FSCHG=
- CPUTYPE?=native
Advertisement
Add Comment
Please, Sign In to add comment