]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r263749,267146:
authorimp <imp@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Jul 2014 22:42:18 +0000 (22:42 +0000)
committerimp <imp@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Jul 2014 22:42:18 +0000 (22:42 +0000)
commit0b15b1573dee4cf5b3f0a87bda22af2c680dbc9a
tree5d77a918106905a2f2758a5b90b4a34571dcc37e
parentd0381ad1b0ae87e6cf4ff7e79e47131563ccf0bf
 MFC r263749,267146:

>r267146 | imp | 2014-06-05 22:08:55 -0600 (Thu, 05 Jun 2014) | 4 lines
>Restore comments accidentally removed.

>r263749 | imp | 2014-03-25 16:08:31 -0600 (Tue, 25 Mar 2014) | 18 lines
>Rather than require a makeoptions DEBUG to get debug correct,
>add it in kern.mk, but only if we're using clang. While this
>option is supported by both clang and gcc, in the future there
>may be changes to clang which change the defaults that require
>a tweak to build our kernel such that other tools in our tree
>will work. Set a good example by forcing -gdwarf-2 only for
>clang builds, and only if the user hasn't specified another
>dwarf level already. Update UPDATING to reflect the changed
>state of affairs. This also keeps us from having to update
>all the ARM kernels to add this, and also keeps us from
>in the future having to update all the MIPS kernels and is
>one less place the user will have to know to do something
>special for clang and one less thing developers will need
>to do when moving an architecture to clang.

Note: Due to the funkadellic way we used to do merges, I've made a
direct commit of the relevant text to UPDATING with no merge info
being recorded for it so I could commit it at the same time as the
other files.

git-svn-id: svn://svn.freebsd.org/base/stable/9@268814 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
UPDATING
sys/amd64/conf/GENERIC
sys/conf/kern.mk
sys/i386/conf/GENERIC
sys/i386/conf/XEN
sys/ia64/conf/GENERIC
sys/sparc64/conf/GENERIC