X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=compilation;h=a166d6678bdc9fca71f317b911f5b93c919bc63d;hb=087320ca8226a1e0c2cfcfd196e0fc8373f7cf59;hp=3368ad2806f28fcd0010088cbd95413b66fdc25f;hpb=4eac79281e23f13831ef72b8d2366a3ab71c04d9;p=bash.d.git diff --git a/compilation b/compilation index 3368ad2..a166d66 100644 --- a/compilation +++ b/compilation @@ -15,6 +15,10 @@ fi # Not a portage variable, but it's real handy. REPOS="${DISTDIR}/../repositories" +# These are really the only two that make sense to export to +# subsequent commands. +export CFLAGS +export CXXFLAGS # LDFLAGS comes from.. somewhere else. export LDFLAGS="-Wl,-O1 -Wl,--as-needed"