--- ray/platform/Linux_32.cfg 2008/04/21 07:31:28 1.6 +++ ray/platform/Linux_32.cfg 2016/03/10 01:44:51 1.7 @@ -1,8 +1,8 @@ -# platform specific settings for Linux +# platform specific settings for Linux, 32 bit # where you want everything [install] -RAD_BASEDIR: /opt/radiance3.6a +RAD_BASEDIR: /opt/radiance RAD_BINDIR: bin RAD_RLIBDIR: share/lib RAD_MANDIR: share/man @@ -10,11 +10,11 @@ RAD_MANDIR: share/man # shouldn't need any changes [build] CC: gcc -CCFLAGS: -O2 +CCFLAGS: -O2 -m32 [debug] CC: gcc -CCFLAGS: -g +CCFLAGS: -g -m32 # never touch below this [code]