gcc*: fix variable comparison

From RVP in PR 57998.
This commit is contained in:
wiz 2024-03-05 15:26:41 +00:00
parent e97c4afb1e
commit cab95c5f5b
7 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.1 2022/03/13 08:34:04 nia Exp $
# $NetBSD: options.mk,v 1.2 2024/03/05 15:26:41 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-ada \
@ -63,7 +63,7 @@ DELETE_INSTALLED_LIBGCC= yes
. endif
. endfor
. if ${DELETE_INSTALLED_LIBGCC:Uno}
. if ${DELETE_INSTALLED_LIBGCC:Uno} == "yes"
post-install: delete-installed-libgcc
.PHONY: delete-installed-libgcc

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.5 2023/04/06 11:40:15 wiz Exp $
# $NetBSD: options.mk,v 1.6 2024/03/05 15:26:41 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@ -65,7 +65,7 @@ DELETE_INSTALLED_LIBGCC= yes
. endif
. endfor
. if ${DELETE_INSTALLED_LIBGCC:Uno}
. if ${DELETE_INSTALLED_LIBGCC:Uno} == "yes"
post-install: delete-installed-libgcc
.PHONY: delete-installed-libgcc

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.2 2023/04/07 06:48:27 wiz Exp $
# $NetBSD: options.mk,v 1.3 2024/03/05 15:26:41 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@ -65,7 +65,7 @@ DELETE_INSTALLED_LIBGCC= yes
. endif
. endfor
. if ${DELETE_INSTALLED_LIBGCC:Uno}
. if ${DELETE_INSTALLED_LIBGCC:Uno} == "yes"
post-install: delete-installed-libgcc
.PHONY: delete-installed-libgcc

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.1 2023/05/03 20:03:09 wiz Exp $
# $NetBSD: options.mk,v 1.2 2024/03/05 15:26:41 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@ -65,7 +65,7 @@ DELETE_INSTALLED_LIBGCC= yes
. endif
. endfor
. if ${DELETE_INSTALLED_LIBGCC:Uno}
. if ${DELETE_INSTALLED_LIBGCC:Uno} == "yes"
post-install: delete-installed-libgcc
.PHONY: delete-installed-libgcc

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.5 2023/03/29 20:44:52 joerg Exp $
# $NetBSD: options.mk,v 1.6 2024/03/05 15:26:42 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@ -81,7 +81,7 @@ DELETE_INSTALLED_LIBGCC= yes
. endif
. endfor
. if ${DELETE_INSTALLED_LIBGCC:Uno}
. if ${DELETE_INSTALLED_LIBGCC:Uno} == "yes"
post-install: delete-installed-libgcc
delete-installed-libgcc:

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.8 2023/03/29 20:44:52 joerg Exp $
# $NetBSD: options.mk,v 1.9 2024/03/05 15:26:42 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@ -81,7 +81,7 @@ DELETE_INSTALLED_LIBGCC= yes
. endif
. endfor
. if ${DELETE_INSTALLED_LIBGCC:Uno}
. if ${DELETE_INSTALLED_LIBGCC:Uno} == "yes"
post-install: delete-installed-libgcc
delete-installed-libgcc:

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.7 2023/03/30 15:28:58 wiz Exp $
# $NetBSD: options.mk,v 1.8 2024/03/05 15:26:42 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@ -63,7 +63,7 @@ DELETE_INSTALLED_LIBGCC= yes
. endif
. endfor
. if ${DELETE_INSTALLED_LIBGCC:Uno}
. if ${DELETE_INSTALLED_LIBGCC:Uno} == "yes"
post-install: delete-installed-libgcc
.PHONY: delete-installed-libgcc