Changeset 08a5648 for BOOK/cross-tools/common
- Timestamp:
- Jan 9, 2009, 9:22:50 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bd0e5c0
- Parents:
- 562a0ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
r562a0ae r08a5648 46 46 47 47 <screen os="ah"><userinput>echo " 48 #undef STARTFILE_PREFIX_SPEC 49 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" >> gcc/config/linux.h</userinput></screen> 48 #undef STANDARD_STARTFILE_PREFIX_1 49 #undef STANDARD_STARTFILE_PREFIX_2 50 #define STANDARD_STARTFILE_PREFIX_1 \"/tools/lib/\" 51 #define STANDARD_STARTFILE_PREFIX_2 \"\"" >> gcc/config/linux.h</userinput></screen> 50 52 51 53 <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
Note:
See TracChangeset
for help on using the changeset viewer.