freebsd-dev/usr.bin/getconf
Enji Cooper 7250a09527 Expose the ILP32/LP64 programming environments based on
__ILP32__/__LP64__ instead of by architecture.

The list was incomplete (previous commits purged invalid architectures,
like __alpha__, but failed to add new ones). It's best to base the symbol
presence on whether or not the architecture is ILP32 / LP64 capable, per
the compiler.

This fixes the ILP32/LP64 program environments on some architectures like
arm64, and by proxy fixes the tests on those architectures.

MFC after:	1 month
Reviewed by:	no one (timed out on feedback from imp)
Differential Revision:	D10787
2017-07-17 18:12:08 +00:00
..
tests usr.bin/getconf: add some initial tests 2017-05-18 01:43:30 +00:00
confstr.gperf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
fake-gperf.awk getconf: use nitems(..) to compute NWORDS instead of hardcoding 2017-05-14 20:39:01 +00:00
getconf.1 Remove vestigal references to __alpha__ 2016-08-08 07:19:30 +00:00
getconf.c Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
getconf.h Revert local changes to find_progenv accidentally committed in r318436 2017-05-18 01:46:30 +00:00
limits.gperf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
Makefile usr.bin/getconf: add some initial tests 2017-05-18 01:43:30 +00:00
Makefile.depend
pathconf.gperf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
progenv.gperf Expose the ILP32/LP64 programming environments based on 2017-07-17 18:12:08 +00:00
sysconf.gperf Revert crap accidentally committed 2017-01-28 16:31:23 +00:00