sunpro doesn't know -ggdb.
This commit is contained in:
parent
02052152d3
commit
5fba458aef
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: transform-sunpro-cc,v 1.26 2007/06/09 11:27:33 rillig Exp $
|
||||
# $NetBSD: transform-sunpro-cc,v 1.27 2007/11/01 14:31:03 rillig Exp $
|
||||
#
|
||||
# Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -131,8 +131,11 @@ case $arg in
|
|||
-xstrconst |\
|
||||
-xtarget=* ) transform_pass ;;
|
||||
|
||||
#-std=gnu99 ) transform_to "-xc99" ;;
|
||||
#-xc99 ) transform_to_and_split "-xc99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__" ;;
|
||||
|
||||
-ggdb ) transform_to "-g" ;;
|
||||
|
||||
# Ignore some flags that are unnecessary for SunPro.
|
||||
-ansi |\
|
||||
-fPIE |\
|
||||
|
|
Loading…
Reference in a new issue