Changeset 11990 in project
- Timestamp:
- 09/24/08 09:39:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/cross-compilation
r11383 r11990 181 181 actually create the cross CHICKEN. In this case it is not necessary, 182 182 since the {{syntax-case}} extension has already been prepared and 183 passes the {{-host }} option itself. We just mention it here so that183 passes the {{-host-extension}} option itself. We just mention it here so that 184 184 egg creators and users of eggs that haven't been prepared yet know 185 185 what to do: 186 186 187 % arm-chicken-setup -host -v syntax-case187 % arm-chicken-setup -host-extension -v syntax-case 188 188 189 189 Now {{syntax-case}} is installed for the cross CHICKEN:
Note: See TracChangeset
for help on using the changeset viewer.