How ntp was build with and for eisfair-1 ------------------------------------------------------------------------------ $Id$ ------------------------------------------------------------------------------ Current version: ntp-4.2.4p8 cd /data/coding/ntp-4.2.4p8 export CFLAGS='-O2 -march=i486' export CXXFLAGS="${CFLAGS}" ./configure \ --enable-all-clocks \ --enable-parse-clocks \ --build=i486-pc-linux-gnu \ --host=i486-pc-linux-gnu make make DESTDIR=/tmp/ntp install strip -R .note -R .comment /tmp/ntp/usr/local/bin/* rm -fR /tmp/ntp/usr/local/share