mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.2 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/architecture/mips/config.in
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. choice ROCKCFG_MIPS_ABI 32 \
  23. 32 "Build with -mabi=32" \
  24. n32 "Build with -mabi=n32" \
  25. 64 "Build with -mabi=64"
  26. ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_MIPS_ABI"
  27. choice ROCKCFG_MIPS_ENDIANESS EB \
  28. EB "Build for big endian machines" \
  29. EL "Build for little endian machines"
  30. ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_MIPS_ENDIANESS"
  31. choice ROCKCFG_MIPS_OPT from-abi \
  32. from-abi "No special optimisation" \
  33. r2000 "Build for R2000 CPU" \
  34. r3000 "Build for R3000 CPU" \
  35. r3900 "Build for R3900 CPU" \
  36. r4000 "Build for R4000 CPU" \
  37. 4kc "Build for 4KC CPU" \
  38. 4kp "Build for 4KP CPU" \
  39. m4k "Build for m4k CPU" \
  40. r4400 "Build for R4400 CPU" \
  41. r4600 "Build for R4600 CPU" \
  42. r4650 "Build for R4650 CPU" \
  43. 5kc "Build for 5KC CPU" \
  44. r6000 "Build for R6000 CPU" \
  45. r8000 "Build for R8000 CPU" \
  46. rm7000 "Build for RM7000 CPU" \
  47. rm9000 "Build for RM9000 CPU" \
  48. 20kc "Build for 20kc CPU" \
  49. sb1 "Build for sb1 CPU" \
  50. vr4100 "Build for vr4100 CPU" \
  51. vr4111 "Build for vr4111 CPU" \
  52. vr4120 "Build for vr4120 CPU" \
  53. vr4300 "Build for vr4300 CPU" \
  54. vr5000 "Build for vr5000 CPU" \
  55. vr5400 "Build for vr5400 CPU" \
  56. vr5500 "Build for vr5500 CPU" \
  57. orion "Build for Orion CPU"
  58. if [ $ROCKCFG_MIPS_OPT != from-abi ] ; then
  59. ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_MIPS_OPT"
  60. fi