diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 19:05:22 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 19:05:22 +0000 |
commit | 7cd5d53f081b082478a3e876f65d0e5cb7df7b34 (patch) | |
tree | fc4e338b2635a9970e6ee7defa7aa514d530f9fb /handbook | |
parent | 5b44f42e13761ce7d6c3c6b1ff857f6e4d23ba55 (diff) | |
download | openembedded-core-7cd5d53f081b082478a3e876f65d0e5cb7df7b34.tar.gz openembedded-core-7cd5d53f081b082478a3e876f65d0e5cb7df7b34.tar.bz2 openembedded-core-7cd5d53f081b082478a3e876f65d0e5cb7df7b34.zip |
handbook/faq.xml: Add entry about Ubuntu Intrepid
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/faq.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/handbook/faq.xml b/handbook/faq.xml index 4bd1b7a493..b73c999c81 100644 --- a/handbook/faq.xml +++ b/handbook/faq.xml @@ -242,8 +242,22 @@ </para> </answer> </qandaentry> - - + <qandaentry> + <question> + <para> + I'm using Ubuntu Intrepid and am seeing build failures. Whats wrong? + </para> + </question> + <answer> + <para> + In Intrepid, Ubuntu turned on by default normally optional compile-time security features + and warnings. There are more details at <ulink + url='https://wiki.ubuntu.com/CompilerFlags'>https://wiki.ubuntu.com/CompilerFlags</ulink>. + You can work around this problem by disbaling those options by adding "https://wiki.ubuntu.com/CompilerFlags" + to the BUILD_CPPFLAGS variable in conf/bitbake.conf. + </para> + </answer> + </qandaentry> </qandaset> </appendix> <!-- |