aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-18 10:45:03 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-19 16:01:37 -0400
commitd3562f83a7b8a1ae6e333cd5561419d3da18fcb4 (patch)
tree86840ff577904573aa4699c2d2cd7dcb76a8d9a1 /sim/ppc/Makefile.in
parentc30420d82a0b743285cf8333f90ca85274632714 (diff)
downloadbinutils-d3562f83a7b8a1ae6e333cd5561419d3da18fcb4.zip
binutils-d3562f83a7b8a1ae6e333cd5561419d3da18fcb4.tar.gz
binutils-d3562f83a7b8a1ae6e333cd5561419d3da18fcb4.tar.bz2
sim: unify toolchain probing logic
Move these options up to the common dir so we only test & export them once across all ports.
Diffstat (limited to 'sim/ppc/Makefile.in')
-rw-r--r--sim/ppc/Makefile.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in
index a45d4aa..e6e746d 100644
--- a/sim/ppc/Makefile.in
+++ b/sim/ppc/Makefile.in
@@ -31,9 +31,6 @@ include ../arch-subdir.mk
prefix = @prefix@
exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-target_alias = @target_alias@
-program_transform_name = @program_transform_name@
bindir = @bindir@
libdir = @libdir@
tooldir = $(libdir)/$(target_alias)
@@ -56,22 +53,10 @@ includedir = @includedir@
# This can be referenced by the gettext configuration code.
top_builddir = ..
-EXEEXT = @EXEEXT@
SHELL = /bin/sh
-INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_DATA = @INSTALL_DATA@
-
-AR = @AR@
-AR_FLAGS = rc
-CC = @CC@
-CFLAGS = @CFLAGS@
-CC_FOR_BUILD = @CC_FOR_BUILD@
-CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
BISON = bison
MAKEINFO = makeinfo
-RANLIB = @RANLIB@
INLINE_CFLAGS = @sim_inline@
SMP_CFLAGS = @sim_smp@
@@ -104,7 +89,6 @@ STD_CFLAGS = $(CFLAGS) $(WERROR_CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(WARN
NOWARN_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(INCLUDES) $(SIM_FPU_CFLAGS)
BUILD_CFLAGS = $(CFLAGS_FOR_BUILD) $(INCLUDES) $(WARNING_CFLAGS)
-LDFLAGS_FOR_BUILD =
LIBS = $(COMMON_LIBS) @LIBS@
COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(BUILD_CFLAGS)