sunpro doesn't know -ggdb.

This commit is contained in:
rillig 2007-11-01 14:31:03 +00:00
parent 02052152d3
commit 5fba458aef

View file

@ -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. # Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -131,8 +131,11 @@ case $arg in
-xstrconst |\ -xstrconst |\
-xtarget=* ) transform_pass ;; -xtarget=* ) transform_pass ;;
#-std=gnu99 ) transform_to "-xc99" ;;
#-xc99 ) transform_to_and_split "-xc99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__" ;; #-xc99 ) transform_to_and_split "-xc99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__" ;;
-ggdb ) transform_to "-g" ;;
# Ignore some flags that are unnecessary for SunPro. # Ignore some flags that are unnecessary for SunPro.
-ansi |\ -ansi |\
-fPIE |\ -fPIE |\