Update getarch.c
This commit is contained in:
parent
2f4a8e5bc4
commit
0d18f231fc
12
getarch.c
12
getarch.c
|
@ -815,28 +815,28 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifdef FORCE_MIPS1004K
|
||||
#define FORCE
|
||||
#define ARCHITECTURE "MIPS"
|
||||
#define SUBARCHITECTURE "1004K"
|
||||
#define SUBARCHITECTURE "MIPS1004K"
|
||||
#define SUBDIRNAME "mips"
|
||||
#define ARCHCONFIG "-D1004K " \
|
||||
"-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=32 " \
|
||||
"-DL2_SIZE=262144 -DL2_LINESIZE=32 " \
|
||||
"-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 -DL2_ASSOCIATIVE=8 "
|
||||
#define LIBNAME "1004K"
|
||||
#define CORENAME "1004K"
|
||||
#define LIBNAME "mips1004K"
|
||||
#define CORENAME "MIPS1004K"
|
||||
#else
|
||||
#endif
|
||||
|
||||
#ifdef FORCE_MIPS24K
|
||||
#define FORCE
|
||||
#define ARCHITECTURE "MIPS"
|
||||
#define SUBARCHITECTURE "24K"
|
||||
#define SUBARCHITECTURE "MIPS24K"
|
||||
#define SUBDIRNAME "mips"
|
||||
#define ARCHCONFIG "-D24K " \
|
||||
"-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=32 " \
|
||||
"-DL2_SIZE=32768 -DL2_LINESIZE=32 " \
|
||||
"-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 -DL2_ASSOCIATIVE=8 "
|
||||
#define LIBNAME "24K"
|
||||
#define CORENAME "24K"
|
||||
#define LIBNAME "mips24K"
|
||||
#define CORENAME "MIPS24K"
|
||||
#else
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue