ignore more gcc-specific arguments:
-fomit-frame-pointer -fwriteable-strings -traditional
This commit is contained in:
parent
b2155fb5d5
commit
14b4d18530
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
# All rights reserved.
|
||||
|
@ -113,7 +113,7 @@ case $arg in
|
|||
######################################################################
|
||||
# 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=
|
||||
msg_log $wrapperlog " (transform-sunpro-cc) to: $arg"
|
||||
addtocache=yes
|
||||
|
|
Loading…
Reference in a new issue