mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
sim: mips: clean up a bit after mips/configure removal
Now that there is no subdir configure script, we can clean up some logic that was spread between the files.
This commit is contained in:
@@ -77,10 +77,10 @@ SIM_OBJS = \
|
||||
sim-resume.o \
|
||||
|
||||
# List of flags to always pass to $(CC).
|
||||
SIM_EXTRA_CFLAGS = $(SIM_MIPS_SUBTARGET)
|
||||
SIM_EXTRA_CFLAGS = @SIM_MIPS_SUBTARGET@
|
||||
|
||||
SIM_BITSIZE = $(SIM_MIPS_BITSIZE)
|
||||
SIM_FLOAT = -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=$(SIM_MIPS_FPU_BITSIZE)
|
||||
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@
|
||||
|
||||
SIM_EXTRA_CLEAN = clean-extra
|
||||
SIM_EXTRA_DISTCLEAN = distclean-extra
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
dnl TODO: Rename this to acinclude.m4 once mips/configure is removed.
|
||||
dnl
|
||||
dnl Copyright (C) 2005-2022 Free Software Foundation, Inc.
|
||||
dnl
|
||||
dnl This program is free software; you can redistribute it and/or modify
|
||||
Reference in New Issue
Block a user