-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to compile OpenOffice.org with the following gcc & g++ flags:
- -march=i686 -mtune=i686 -O3 -pipe -fomit-frame-pointer This with the intention of optimised for the i686 arch, but I realize that in the process of compilation of the same does not take the flags to declare in the debian/rules file: cd ooo-build ; \ PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) CC='/usr/bin/gcc' CFLAGS='-march=i686 -mtune=i686 -O3 -pipe - -fomit-frame-pointer' CXX='/usr/bin/g++' CXXFLAGS='-march=i686 - -mtune=i686 -O3 -pipe -fomit-frame-pointer' CPP='/usr/bin/cpp' CPPFLAGS='-march=i686 -mtune=i686 -O3 -pipe -fomit-frame-pointer' ../ooo-build/configure $(CONFIGURE_FLAGS) touch $@ I appreciate your help ... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHuFlcEj/fBl4PScQRAkB4AKClqR3FgXOzyVPlcTqFpknv3AEUFwCgruns AwwrsFA/PVFCnA1yT4rCC7A= =NKqL -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]