From: greg@kroah.com (Greg KH)
To: kernelnewbies@lists.kernelnewbies.org
Subject: changing parameters in build
Date: Wed, 17 Oct 2018 14:12:45 +0200 [thread overview]
Message-ID: <20181017121245.GA2458@kroah.com> (raw)
In-Reply-To: <CALS6=qW47p3LOLibZ0BmViQ+60F_L2+_XUt2ZOgSewwMKkgUfw@mail.gmail.com>
On Wed, Oct 17, 2018 at 08:02:46PM +0800, Carter Cheng wrote:
> The problem is I have to do something special with the clang options. I
> have to add an interprocedural link time optimization pass spitting out
> bitcode files and tying them together using llvm-link.
Then add those options to the proper place in the main Makefile. There
really is only "one" kernel makefile, look at the code, it's not that
tricky to follow if you understand make.
good luck!
greg k-h
next prev parent reply other threads:[~2018-10-17 12:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-17 8:24 changing parameters in build Carter Cheng
2018-10-17 11:55 ` Greg KH
2018-10-17 12:02 ` Carter Cheng
2018-10-17 12:12 ` Greg KH [this message]
2018-10-17 12:13 ` Carter Cheng
2018-10-17 13:05 ` valdis.kletnieks at vt.edu
2018-10-17 13:11 ` Carter Cheng
2018-10-17 13:18 ` Carter Cheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181017121245.GA2458@kroah.com \
--to=greg@kroah.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).