|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/architecture/mips/config.in
|
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version. A copy of the GNU General Public
|
|
# License can be found at Documentation/COPYING.
|
|
#
|
|
# Many people helped and are helping developing ROCK Linux. Please
|
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
|
|
# file for details.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
choice ROCKCFG_MIPS_ENDIANESS EB \
|
|
EB "Build for big endian machines" \
|
|
EL "Build for little endian machines"
|
|
|
|
ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_MIPS_ENDIANESS"
|
|
|
|
choice ROCKCFG_MIPS_OPT generic \
|
|
generic "No special optimisation" \
|
|
R2000 "Build for R2000 CPU" \
|
|
R3000 "Build for R3000 CPU" \
|
|
R3900 "Build for R3900 CPU" \
|
|
R4000 "Build for R4000 CPU" \
|
|
R4100 "Build for R4100 CPU" \
|
|
R4300 "Build for R4300 CPU" \
|
|
R4400 "Build for R4400 CPU" \
|
|
R4600 "Build for R4600 CPU" \
|
|
R4650 "Build for R4650 CPU" \
|
|
R5000 "Build for R5000 CPU" \
|
|
R6000 "Build for R6000 CPU" \
|
|
R8000 "Build for R8000 CPU" \
|
|
orion "Build for Orion CPU"
|
|
|
|
if [ $ROCKCFG_MIPS_OPT != generic ] ; then
|
|
ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_MIPS_OPT"
|
|
fi
|
|
|