Skip to content

Commit

Permalink
Don't override user optimizer settings with mythical GCC optimizer
Browse files Browse the repository at this point in the history
levels.
  • Loading branch information
joerg committed Apr 17, 2012
1 parent 60848e7 commit 2e4e3ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sysutils/fs-kit/distinfo
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.2 2011/10/02 03:18:39 dholland Exp $
$NetBSD: distinfo,v 1.3 2012/04/17 17:48:47 joerg Exp $

SHA1 (fs-kit-0.4.tgz) = e2226e62b9ae552ec83fc0afeb30b7716040b88f
RMD160 (fs-kit-0.4.tgz) = 270e09ff438f3c7924476d7905a5458b3ee43fdd
Size (fs-kit-0.4.tgz) = 73603 bytes
SHA1 (patch-aa) = 2e7d0929ab2e0b69ec37dda8185b2b80501d3626
SHA1 (patch-aa) = e666b3061ea9ddbfc0cda6d1bcd3512271ddee5a
SHA1 (patch-fsh_c) = a68e7e212af589d11df07a0659aca03c6b4cc9bc
4 changes: 2 additions & 2 deletions sysutils/fs-kit/patches/patch-aa
@@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.1.1.1 2005/10/01 18:27:37 agc Exp $
$NetBSD: patch-aa,v 1.2 2012/04/17 17:48:47 joerg Exp $

--- makefile 2005/05/06 21:04:49 1.1
+++ makefile 2005/05/06 21:05:19
Expand All @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/10/01 18:27:37 agc Exp $
# change the -O7 to -O3 if your compiler doesn't grok -O7
#
-CFLAGS = -DUSER=1 -O7
+CFLAGS+= -DUSER=1 -O7
+CFLAGS+= -DUSER=1

SUPPORT_OBJS = rootfs.o initfs.o kernel.o cache.o sl.o stub.o
MISC_OBJS = sysdep.o util.o hexdump.o argv.o

0 comments on commit 2e4e3ea

Please sign in to comment.