lang/gcc6-aux: Canonicalize option names
/!\ gcc6-aux-20180516_1,1: Makefile warnings, please consider fixing /!\ These options name have characters outside of [-_A-Z0-9]: Bootstrap Standard
This commit is contained in:
parent
b85fc34eb7
commit
2b94744a2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518335
@ -30,9 +30,9 @@ NO_MTREE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_GROUP= Standard Bootstrap
|
||||
OPTIONS_GROUP_Standard= FORTRAN OBJC NLS TESTSUITE ALLSTAGES STATIC
|
||||
OPTIONS_GROUP_Bootstrap=BOOTSTRAP
|
||||
OPTIONS_GROUP= STANDARD BOOTSTRAP
|
||||
OPTIONS_GROUP_STANDARD= FORTRAN OBJC NLS TESTSUITE ALLSTAGES STATIC
|
||||
OPTIONS_GROUP_BOOTSTRAP=BOOTSTRAP
|
||||
OPTIONS_DEFAULT= FORTRAN OBJC
|
||||
NO_OPTIONS_SORT= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user