Remove obsolete instructions from HACKING.

configure CC=g++ is no longer supported, so don’t tell maintainers to
test that.
This commit is contained in:
Zack Weinberg 2020-12-08 11:29:05 -05:00
parent edbc5693ae
commit 5144cd0c44
No known key found for this signature in database
GPG Key ID: 384F8E68AC65B0D5

View File

@ -53,10 +53,7 @@ release:
The checks live in maint.mk, shared from gnulib, and customized in
cfg.mk.
- Run `make distcheck'
- Test some unusual environments, such as building and running the
testsuite with POSIXLY_CORRECT=1 CC=g++.
- Run `make distcheck' and `make maintainer-check'.
- Try some real world packages
A good example is the coreutils package.