mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Alpha does indeed have a COMPAT4X distribution on current. 4-stable
already has this correct.
This commit is contained in:
parent
92711d3586
commit
522c2080e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99273
@ -18,6 +18,8 @@
|
||||
#define DIST_COMPAT21 0x00400
|
||||
#define DIST_COMPAT22 0x00800
|
||||
#define DIST_COMPAT3X 0x01000
|
||||
#endif
|
||||
#if defined(__i386__) || defined(__alpha__)
|
||||
#define DIST_COMPAT4X 0x02000
|
||||
#endif
|
||||
#define DIST_XF86 0x04000
|
||||
|
Loading…
Reference in New Issue
Block a user