Changeset 1cf6d41 in clfs-embedded for BOOK/cross-tools/common/cflags.xml
- Timestamp:
- Jun 13, 2014, 8:58:19 PM (10 years ago)
- Branches:
- master
- Children:
- c4b2364
- Parents:
- dd423a0
- git-author:
- Andrew Bradford <andrew@…> (11/04/13 19:02:21)
- git-committer:
- Andrew Bradford <andrew@…> (06/13/14 20:58:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/cflags.xml
rdd423a0 r1cf6d41 11 11 <title>Build CFLAGS</title> 12 12 13 <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>must not be13 <para><envar>CFLAGS</envar> must not be 14 14 set during the building of cross-tools.</para> 15 15 16 <para>To disable <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>16 <para>To disable <envar>CFLAGS</envar> 17 17 use the following commands:</para> 18 18 19 19 <screen><userinput>unset CFLAGS 20 unset CXXFLAGS</userinput></screen> 21 22 <para>Now add these to <filename>~/.bashrc</filename>, just in 23 case you have to exit and restart building later:</para> 24 25 <screen><userinput>echo unset CFLAGS >> ~/.bashrc 26 echo unset CXXFLAGS >> ~/.bashrc</userinput></screen> 20 echo unset CFLAGS >> ~/.bashrc</userinput></screen> 27 21 28 22 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.