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
|
#ifdef FORCE_MIPS1004K
|
||||||
#define FORCE
|
#define FORCE
|
||||||
#define ARCHITECTURE "MIPS"
|
#define ARCHITECTURE "MIPS"
|
||||||
#define SUBARCHITECTURE "1004K"
|
#define SUBARCHITECTURE "MIPS1004K"
|
||||||
#define SUBDIRNAME "mips"
|
#define SUBDIRNAME "mips"
|
||||||
#define ARCHCONFIG "-D1004K " \
|
#define ARCHCONFIG "-D1004K " \
|
||||||
"-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=32 " \
|
"-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=32 " \
|
||||||
"-DL2_SIZE=262144 -DL2_LINESIZE=32 " \
|
"-DL2_SIZE=262144 -DL2_LINESIZE=32 " \
|
||||||
"-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 -DL2_ASSOCIATIVE=8 "
|
"-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 -DL2_ASSOCIATIVE=8 "
|
||||||
#define LIBNAME "1004K"
|
#define LIBNAME "mips1004K"
|
||||||
#define CORENAME "1004K"
|
#define CORENAME "MIPS1004K"
|
||||||
#else
|
#else
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FORCE_MIPS24K
|
#ifdef FORCE_MIPS24K
|
||||||
#define FORCE
|
#define FORCE
|
||||||
#define ARCHITECTURE "MIPS"
|
#define ARCHITECTURE "MIPS"
|
||||||
#define SUBARCHITECTURE "24K"
|
#define SUBARCHITECTURE "MIPS24K"
|
||||||
#define SUBDIRNAME "mips"
|
#define SUBDIRNAME "mips"
|
||||||
#define ARCHCONFIG "-D24K " \
|
#define ARCHCONFIG "-D24K " \
|
||||||
"-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=32 " \
|
"-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=32 " \
|
||||||
"-DL2_SIZE=32768 -DL2_LINESIZE=32 " \
|
"-DL2_SIZE=32768 -DL2_LINESIZE=32 " \
|
||||||
"-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 -DL2_ASSOCIATIVE=8 "
|
"-DDTB_DEFAULT_ENTRIES=64 -DDTB_SIZE=4096 -DL2_ASSOCIATIVE=8 "
|
||||||
#define LIBNAME "24K"
|
#define LIBNAME "mips24K"
|
||||||
#define CORENAME "24K"
|
#define CORENAME "MIPS24K"
|
||||||
#else
|
#else
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue