Make targets cmd able to list CPUs and features

This commit is contained in:
Layne Gustafson
2019-12-17 09:45:30 -05:00
committed by Andrew Kelley
parent 21908e100e
commit 5bc4690d85
4 changed files with 139 additions and 2 deletions

View File

@@ -88,3 +88,6 @@ void stage2_progress_end(Stage2ProgressNode *node) {}
void stage2_progress_complete_one(Stage2ProgressNode *node) {}
void stage2_progress_disable_tty(Stage2Progress *progress) {}
void stage2_progress_update_node(Stage2ProgressNode *node, size_t completed_count, size_t estimated_total_items){}
void stage2_list_features_for_arch(const char *arch_name_ptr, size_t arch_name_len, bool show_subfeatures) {}
void stage2_list_cpus_for_arch(const char *arch_name_ptr, size_t arch_name_len, bool show_subfeatures) {}