IA64 still needs to be able to run on MBR+BSD combination, so put disklabel
back. Pointed out by: peter
This commit is contained in:
parent
5a7ba74dc4
commit
23e8074bd0
@ -100,6 +100,7 @@ SUBDIR+=fdisk
|
||||
|
||||
.if ${MACHINE_ARCH} == "ia64"
|
||||
SUBDIR+=fdisk \
|
||||
disklabel \
|
||||
gpt \
|
||||
mca
|
||||
.endif
|
||||
|
@ -106,6 +106,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#if defined(__i386__)
|
||||
#elif defined(__alpha__)
|
||||
#elif defined(__ia64__)
|
||||
#else
|
||||
#error I do not know about this architecture, and shall probably not be compiled for it.
|
||||
#endif
|
||||
|
@ -106,6 +106,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#if defined(__i386__)
|
||||
#elif defined(__alpha__)
|
||||
#elif defined(__ia64__)
|
||||
#else
|
||||
#error I do not know about this architecture, and shall probably not be compiled for it.
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user