Browse Source

of courase hppa should be EXPERIMENTAL and "build" in the beginning of config

setting start with a capital B


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1462 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
298210d16e
7 changed files with 12 additions and 11 deletions
  1. +2
    -2
      architecture/arm/config.in
  2. +1
    -0
      architecture/arm/preconfig.in
  3. +2
    -2
      architecture/hppa/config.in
  4. +1
    -1
      architecture/hppa/preconfig.in
  5. +2
    -2
      architecture/mips/config.in
  6. +2
    -2
      architecture/sparc/config.in
  7. +2
    -2
      architecture/x86/config.in

+ 2
- 2
architecture/arm/config.in

@ -21,8 +21,8 @@
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
choice ROCKCFG_ARM_ENDIANESS EL \ choice ROCKCFG_ARM_ENDIANESS EL \
EB "build for big endian machines" \
EL "build for little endian machines"
EB "Build for big endian machines" \
EL "Build for little endian machines"
ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_ARM_ENDIANESS" ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_ARM_ENDIANESS"

+ 1
- 0
architecture/arm/preconfig.in

@ -21,3 +21,4 @@
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
CFGTEMP_ARCHLIST="$CFGTEMP_ARCHLIST arm Generic_ARM_Machines_(EXPERIMENTAL)" CFGTEMP_ARCHLIST="$CFGTEMP_ARCHLIST arm Generic_ARM_Machines_(EXPERIMENTAL)"

+ 2
- 2
architecture/hppa/config.in

@ -24,8 +24,8 @@
# General architecture switch # General architecture switch
choice ROCKCFG_HPPA_BITS 32 \ choice ROCKCFG_HPPA_BITS 32 \
32 "build 32 bit code" \
64 "build 64 bit code"
32 "Build 32 bit code" \
64 "Build 64 bit code"
# Now the optimisations that result from the options above # Now the optimisations that result from the options above
choice ROCKCFG_HPPA_OPT generic \ choice ROCKCFG_HPPA_OPT generic \

+ 1
- 1
architecture/hppa/preconfig.in

@ -20,5 +20,5 @@
# #
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
CFGTEMP_ARCHLIST="$CFGTEMP_ARCHLIST hppa Generic_HPPA_Workstations"
CFGTEMP_ARCHLIST="$CFGTEMP_ARCHLIST hppa Generic_HPPA_Workstations_(EXPERIMENTAL)"

+ 2
- 2
architecture/mips/config.in

@ -21,8 +21,8 @@
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
choice ROCKCFG_MIPS_ENDIANESS EB \ choice ROCKCFG_MIPS_ENDIANESS EB \
EB "build for big endian machines" \
EL "build for little endian machines"
EB "Build for big endian machines" \
EL "Build for little endian machines"
ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_MIPS_ENDIANESS" ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_MIPS_ENDIANESS"

+ 2
- 2
architecture/sparc/config.in

@ -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

+ 2
- 2
architecture/x86/config.in

@ -22,8 +22,8 @@
# General architecture switch # General architecture switch
choice ROCKCFG_X86_BITS 32 \ choice ROCKCFG_X86_BITS 32 \
32 "build 32 bit (normal x86)" \
64 "build 64 bit (AMD 64 - Opteron)"
32 "Build 32 bit (normal x86)" \
64 "Build 64 bit (AMD 64 - Opteron)"
if [ "$ROCKCFG_X86_BITS" = 32 ] ; then if [ "$ROCKCFG_X86_BITS" = 32 ] ; then

Loading…
Cancel
Save