From: notaz Date: Fri, 16 Sep 2022 20:40:23 +0000 (+0300) Subject: make: print what's going on X-Git-Tag: r24l~374 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00f508524e343b3494155b724d60deafa2c9c81;hp=b4f2c7d997002478d75fa97b7c5f3b14dad8b562;p=pcsx_rearmed.git make: print what's going on --- 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