Skip to content

Commit

Permalink
CPU_FLAGS_X86 for config_gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed May 6, 2016
1 parent 92aa122 commit 1485190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ echo >> "$outfile"
echo "GENTOO_MIRROR=\"ftp://distfiles.gentoo.org\"" >> "$outfile"
copy_from_make_conf_required CFLAGS "$outfile" || exit 1
copy_from_make_conf_required USE "$outfile" || exit 1
copy_from_make_conf_optional CPU_FLAGS_X86 "$outfile"
copy_from_make_conf_optional INPUT_DEVICES "$outfile"
copy_from_make_conf_optional VIDEO_CARDS "$outfile"
copy_from_make_conf_optional LINGUAS "$outfile"
Expand Down

0 comments on commit 1485190

Please sign in to comment.