=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== nestopia-1.50/libretro/Makefile-73- OSXVER = `sw_vers -productVersion | cut -d. -f 2` nestopia-1.50/libretro/Makefile:74: OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"` nestopia-1.50/libretro/Makefile-75- LDFLAGS += -mmacosx-version-min=10.7 ############################################## nestopia-1.50/libretro/Makefile-449- USE_DYNAREC = 1 nestopia-1.50/libretro/Makefile:450: ifeq ($(shell echo `$(CC) -dumpversion` "< 4.9" | bc -l), 1) nestopia-1.50/libretro/Makefile-451- CFLAGS += -march=armv7-a ############################################## nestopia-1.50/libretro/Makefile-454- # If gcc is 5.0 or later nestopia-1.50/libretro/Makefile:455: ifeq ($(shell echo `$(CC) -dumpversion` ">= 5" | bc -l), 1) nestopia-1.50/libretro/Makefile-456- LDFLAGS += -static-libgcc -static-libstdc++ ############################################## nestopia-1.50/source/core/NstAssert.hpp-56- #elif NST_MSVC >= 1200 && defined(_M_IX86) nestopia-1.50/source/core/NstAssert.hpp:57: #define NST_HALT() __asm {int 3} NST_NOP() nestopia-1.50/source/core/NstAssert.hpp-58- #else