Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxThePenguin0 committed Oct 5, 2020
1 parent cc30526 commit 0794d5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ md5sums=('0e5c4c15266218ef26c50fac0016095b'
'81d70a76169189a6f029ef717cedcf4d'
'3fd917748d2d2843120fa6f2d56c5c5f'
'3bf7a09ccd7ea40fb39d20744cd30d7d'
'92b339c41e0c23d9e01e19d55b47758f'
'330a36533ceca190c3952dd6ec0749ca'
'86d4a35722b5410e3b29fc92dae15d4b'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'3dc88030a8f2f5a5f97266d99b149f77')
Expand Down Expand Up @@ -90,7 +90,7 @@ build() {
cd ${_srcname}

# get kernel version
make prepare
make CC=clang LLVM=1 prepare

# load configuration
# Configure the kernel. Replace the line below with one of your choice.
Expand Down
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ CONFIG_RELR=y
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling

CONFIG_HAVE_GCC_PLUGINS=y
# CONFIG_HAVE_GCC_PLUGINS is not set
# end of General architecture-dependent options

CONFIG_RT_MUTEXES=y
Expand Down

0 comments on commit 0794d5b

Please sign in to comment.