|
@ -24,8 +24,8 @@ |
|
|
|
|
|
|
|
|
# General architecture switch |
|
|
# General architecture switch |
|
|
choice ROCKCFG_SPARC_BITS 32 \ |
|
|
choice ROCKCFG_SPARC_BITS 32 \ |
|
|
32 "build 32 bit user-space SPARC (v7 and above)" \ |
|
|
|
|
|
64 "build 64 bit user-space SPARC (v9 - Ultra SPARC) (EXPERIMENTAL)" |
|
|
|
|
|
|
|
|
32 "Build 32 bit user-space SPARC (v7 and above)" \ |
|
|
|
|
|
64 "Build 64 bit user-space SPARC (v9 - Ultra SPARC) (EXPERIMENTAL)" |
|
|
|
|
|
|
|
|
# Some architecture special switches |
|
|
# Some architecture special switches |
|
|
if [ "$ROCKCFG_SPARC_BITS" = 32 ] ; then |
|
|
if [ "$ROCKCFG_SPARC_BITS" = 32 ] ; then |
|
|