Changeset 1589
- Timestamp:
- May 1, 2008, 5:34:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/env.sh
r1571 r1589 344 344 KBUILD_HOST_ARCH='ia64' 345 345 ;; 346 #hppa32|hppa|parisc32|parisc)? 347 hppa32|parisc32) 346 hppa32|parisc32|parisc) 348 347 KBUILD_HOST_ARCH='hppa32' 349 348 ;; … … 351 350 KBUILD_HOST_ARCH='hppa64' 352 351 ;; 353 arm|armv4l|armv5tel )352 arm|armv4l|armv5tel|armv5tejl) 354 353 KBUILD_HOST_ARCH='arm' 355 354 ;;
Note:
See TracChangeset
for help on using the changeset viewer.