| | 91 | == Providing Archive Distributions == |
| | 92 | |
| | 93 | If the package does not have any of the C++ runtime symbols, then a single package can be created. However if the package is gcc/ABI sensitive, then it should be released as two archives. Ideally one compiled with gcc2 and the other compiled with gcc4. For packages that are only compiled with one gcc, eg gcc4-only software, then a second archive should be created for use with gcc2hybrids. |
| | 94 | * packaging a gcc4-only item for a gcc2 hybrid |
| | 95 | 1. libraries go into */lib/gcc4 |
| | 96 | 1. add-ons go into */add-ons/<folder>/gcc4 -- eg, add-ons/Translators/gcc4 |
| | 97 | * packaging a gcc2-only item for a gcc4 hybrid |
| | 98 | 1. libraries go into */lib/gcc2 |
| | 99 | 1. add-ons go into */add-ons/<folder>/gcc2 -- eg, add-ons/Translators/gcc2 |
| | 100 | |