fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)
(add/remove: 0/13 grow/shrink: 6/19 up/down: 74/-492) Total: -418 bytes text data bss dec hex filename 778330 860 7408 786598 c00a6 busybox_old 777970 840 7376 786186 bff0a busybox_unstripped
This commit is contained in:
@@ -63,7 +63,7 @@ check_aix_label(void)
|
||||
aix_other_endian = (aixlabel->magic == AIX_LABEL_MAGIC_SWAPPED);
|
||||
update_units();
|
||||
current_label_type = label_aix;
|
||||
partitions = 1016;
|
||||
g_partitions = 1016;
|
||||
aix_volumes = 15;
|
||||
aix_info();
|
||||
/*aix_nolabel();*/ /* %% */
|
||||
|
||||
Reference in New Issue
Block a user