Remove flags that have been GCC's since ~forever.

This commit is contained in:
joerg 2013-10-28 23:47:56 +00:00
parent d367b376c6
commit 3e874182c8
2 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2012/10/12 16:25:21 marino Exp $
$NetBSD: distinfo,v 1.9 2013/10/28 23:47:56 joerg Exp $
SHA1 (pforth_v27_20101121.zip) = 66b9f3927a877afecca2c303157b7127291802f6
RMD160 (pforth_v27_20101121.zip) = e39965a79d4845763b6b767f5f7781f0d3758208
Size (pforth_v27_20101121.zip) = 209538 bytes
SHA1 (patch-build_unix_Makefile) = 8f613560795eb8aaf212a3a54e19bd97f96d1b5f
SHA1 (patch-build_unix_Makefile) = 91f21aa6e7d9943872377568ec7102aa78edbfdd

View file

@ -1,10 +1,10 @@
$NetBSD: patch-build_unix_Makefile,v 1.1 2012/10/12 16:25:21 marino Exp $
$NetBSD: patch-build_unix_Makefile,v 1.2 2013/10/28 23:47:56 joerg Exp $
GCC 4.7.2 breaks on the unrecognized -c89 switch. Use -std= instead.
--- build/unix/Makefile.orig 2010-08-27 17:50:07.000000000 +0000
+++ build/unix/Makefile
@@ -24,7 +24,7 @@ PFORTHAPP = pforth_standalone
@@ -24,12 +24,10 @@ PFORTHAPP = pforth_standalone
WIDTHOPT=
FULL_WARNINGS = \
@ -13,3 +13,8 @@ GCC 4.7.2 breaks on the unrecognized -c89 switch. Use -std= instead.
-fsigned-char \
-fno-builtin \
-fno-unroll-loops \
- -fpeephole \
- -fno-keep-inline-functions \
-pedantic \
-Wcast-qual \
-Wall \