Changeset 044d954 in rtems
- Timestamp:
- 10/23/03 17:24:49 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3c8fa15
- Parents:
- 532b7d1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r532b7d1 r044d954 1 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * config-ml.in: Don't built multilib variant normal (-mn) for 4 h8300-*-rtems*. 5 1 6 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
config-ml.in
r532b7d1 r044d954 211 211 *thumb* ) : ;; 212 212 *fpu* ) : ;; 213 *) multidirs="${multidirs} ${x}" ;; 214 esac 215 done 216 ;; 217 218 h8300-*-rtems*) 219 old_multidirs=${multidirs} 220 multidirs="" 221 for x in ${old_multidirs}; do 222 case "${x}" in 223 *normal* ) : ;; 213 224 *) multidirs="${multidirs} ${x}" ;; 214 225 esac
Note: See TracChangeset
for help on using the changeset viewer.