Norm Jacobs
2010-05-07 011d27f93ab89bc0d13e9198e140717301294033
fix compiler selection for configure based builds
1 files modified
4 ■■■■ changed files
make-rules/configure.mk 4 ●●●● patch | view | raw | blame | history
make-rules/configure.mk
@@ -51,8 +51,8 @@
CONFIG_SHELL =    /bin/bash
CONFIGURE_OPTIONS += --prefix=/usr
CONFIGURE_OPTIONS += CC="$(CC.$(BITS))"
CONFIGURE_OPTIONS += CXX="$(CCC.$(BITS))"
CONFIGURE_OPTIONS += CC="$(CC)"
CONFIGURE_OPTIONS += CXX="$(CCC)"
CONFIGURE_OPTIONS.32 += --bindir=/usr/bin
CONFIGURE_OPTIONS.32 += --libdir=/usr/lib
CONFIGURE_OPTIONS.64 = --bindir=/usr/bin/$(MACH64)