Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/atari/floppies/common More fat trimming defines and ...



details:   https://anonhg.NetBSD.org/src/rev/183571b8d586
branches:  trunk
changeset: 452230:183571b8d586
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 22 23:42:44 2019 +0000

description:
More fat trimming defines and we managed to feat in our tight jeans.

diffstat:

 distrib/atari/floppies/common/Makefile.images |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r c8211e7c14a3 -r 183571b8d586 distrib/atari/floppies/common/Makefile.images
--- a/distrib/atari/floppies/common/Makefile.images     Sat Jun 22 23:40:53 2019 +0000
+++ b/distrib/atari/floppies/common/Makefile.images     Sat Jun 22 23:42:44 2019 +0000
@@ -1,13 +1,17 @@
-#      $NetBSD: Makefile.images,v 1.11 2016/01/30 05:15:18 tsutsui Exp $
+#      $NetBSD: Makefile.images,v 1.12 2019/06/22 23:42:44 christos Exp $
 
+NOSSP=yes
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 .include <bsd.kernobj.mk>
 
 WARNS=         1
-DBG=           -Os -m68020-60  # -m68020-60 seems to generate smaller binaries
+DBG=           -Os #-m68020-60 # -m68020-60 seems to generate smaller binaries
+                               # but not for gcc-7
 DBG+=          -DNDEBUG        # to remove assert(3) macro
+DBG+=          -D_PTHREADS     # to remove putc
+DBG+=          -DNO_PROGRESS   # to remove ftp's progress
 
 CRUNCHBIN=     instbin
 LISTS=         ${.CURDIR}/list ${.CURDIR}/../common/list.images



Home | Main Index | Thread Index | Old Index