1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00:00

Similar to r261991, for compiling the GENERIC kernel on sparc64,

explicitly use -gdwarf-2 for the debug symbols.
This commit is contained in:
Dimitry Andric 2014-02-23 19:18:04 +00:00
parent 2994da7d3c
commit defb3353ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang-sparc64/; revision=262383

View File

@ -21,7 +21,7 @@
cpu SUN4U
ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions DEBUG=-gdwarf-2 # Build kernel with gdb(1) debug symbols
# Platforms supported
# At this time all platforms are supported, as-is.