pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

avr-gcc: Add "gcc-graphite" to suggested options



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Aug 20 16:20:45 2021 +0200
Changeset:	c0dd8630f661235145c0033983087ebf75833be2

Modified Files:
	avr-gcc/options.mk

Log Message:
avr-gcc: Add "gcc-graphite" to suggested options

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0dd8630f661235145c0033983087ebf75833be2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 avr-gcc/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/avr-gcc/options.mk b/avr-gcc/options.mk
index 4eb461d52c..57f980ded4 100644
--- a/avr-gcc/options.mk
+++ b/avr-gcc/options.mk
@@ -2,7 +2,7 @@
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.avr-gcc
 PKG_SUPPORTED_OPTIONS=	gcc-inplace-math gcc-graphite
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS=	gcc-graphite
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index