Move variable declaration CXXFLAGS for the correct attribution of value.

atratsevskiy
Трацевский Александр 15 years ago
parent f25162d03d
commit 47095c1c82

@ -1,2 +1,3 @@
CFLAGS="-O2 -march=k8 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"

@ -13,7 +13,6 @@ USE="${USE} foomaticdb"
# System
USE="${USE} logrotate"
CXXFLAGS="${CFLAGS}"
AUTOCLEAN="yes"
CAMERAS="*"
DISTDIR="/usr/calculate/share/distfiles"

@ -1,2 +1,3 @@
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="i686-pc-linux-gnu"

Loading…
Cancel
Save