From e00f508524e343b3494155b724d60deafa2c9c81 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 16 Sep 2022 23:40:23 +0300 Subject: [PATCH] make: print what's going on --- Makefile.libretro | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile.libretro b/Makefile.libretro index 03c8a1dc..7f8ec744 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -560,6 +560,16 @@ NO_CONFIG_MAK = yes #endif #endif +$(info TARGET: $(TARGET)) +$(info platform: $(platform)) +$(info ARCH: $(ARCH)) +$(info DYNAREC: $(DYNAREC)) +$(info BUILTIN_GPU: $(BUILTIN_GPU)) +$(info CC: $(CC)) +$(info CFLAGS: $(CFLAGS)) +$(info MAIN_LDLIBS: $(MAIN_LDLIBS)) +$(info ) + include Makefile # no special AS needed for gpu_neon -- 2.39.2