1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-12-08 22:38:25 +00:00

log output as usual

This commit is contained in:
bebbo
2018-05-15 19:21:19 +02:00
parent 72f2ebbc08
commit 00ee48c88f

View File

@ -26,7 +26,7 @@ TARGET_C_FLAGS?=-Os -g -fomit-frame-pointer
E=CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)" LIBCFLAGS_FOR_TARGET="$(TARGET_C_FLAGS)"
LOG = >& $(PWD)/x.log || tail -n 999 $(PWD)/x.log
#LOG = >& $(PWD)/x.log || tail -n 999 $(PWD)/x.log
# =================================================
# determine exe extension for cygwin