ignore more gcc-specific arguments:

-fomit-frame-pointer
	-fwriteable-strings
	-traditional
This commit is contained in:
grant 2005-07-05 08:45:25 +00:00
parent b2155fb5d5
commit 14b4d18530

View file

@ -1,4 +1,4 @@
# $NetBSD: transform-sunpro-cc,v 1.3 2005/07/04 09:48:31 grant Exp $ # $NetBSD: transform-sunpro-cc,v 1.4 2005/07/05 08:45:25 grant Exp $
# #
# Copyright (c) 2004 The NetBSD Foundation, Inc. # Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -113,7 +113,7 @@ case $arg in
###################################################################### ######################################################################
# Ignore some flags that are unnecessary for SunPro. # Ignore some flags that are unnecessary for SunPro.
###################################################################### ######################################################################
-ansi|-fno-gnu-keywords|-fstrict-prototypes|-pedantic) -ansi|-fno-gnu-keywords|-fomit-frame-pointer|-fstrict-prototypes|-fwriteable-strings|-pedantic|-traditional)
arg= arg=
msg_log $wrapperlog " (transform-sunpro-cc) to: $arg" msg_log $wrapperlog " (transform-sunpro-cc) to: $arg"
addtocache=yes addtocache=yes