summaryrefslogtreecommitdiff
path: root/sim/mips/Makefile.in
blob: 8829e3d9b0e2c7d1ac7864dba07b76ff151e85f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#    Makefile template for Configure for the MIPS simulator.
#    Written by Cygnus Support.

## COMMON_PRE_CONFIG_FRAG

arch = mips

# List of flags to always pass to $(CC).
SIM_EXTRA_CFLAGS = @SIM_MIPS_SUBTARGET@

SIM_BITSIZE = -DWITH_TARGET_WORD_BITSIZE=@SIM_MIPS_BITSIZE@ -DWITH_TARGET_WORD_MSB=WITH_TARGET_WORD_BITSIZE-1
SIM_FLOAT = -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=@SIM_MIPS_FPU_BITSIZE@

## COMMON_POST_CONFIG_FRAG