Skip to content

Commit

Permalink
Various
Browse files Browse the repository at this point in the history
  • Loading branch information
npinto committed Jul 11, 2012
1 parent 32106d3 commit 5c08b66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions files/etc/make.conf
@@ -1,5 +1,5 @@
CFLAGS="-march=native -mtune=native -O2 -pipe"
CXXFLAGS="-march=native -mtune=native -O2 -pipe"
CFLAGS="-march=generic -mtune=generic -O2 -pipe"
CXXFLAGS="-march=generic -mtune=generic -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"

USE="
Expand Down
1 change: 1 addition & 0 deletions stage3.mk
Expand Up @@ -18,6 +18,7 @@ install/_stage3-gettext:
install/_stage3-git:
# -- git: workaround
${EMERGE} --oneshot -u -j '=dev-perl/Digest-HMAC-1.30.0'
MAKEOPTS=-j1 ${EMERGE} --oneshot -u sys-apps/debianutils
${EMERGE} --oneshot -u -j '=dev-perl/Net-SSLeay-1.360.0'
ebuild ${EPREFIX}/usr/local/portage/dev-lang/perl/perl-5.12.4-r99.ebuild digest
${EMERGE} -u -j dev-vcs/git
Expand Down

0 comments on commit 5c08b66

Please sign in to comment.