ENH: Updated to do release build on ringworld. Needed for old glibc support.

This commit is contained in:
Brad King 2003-03-18 11:49:28 -05:00
parent 72be68d0e0
commit 37751b55d1
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,10 @@
PLATFORM="x86-linux" PLATFORM="x86-linux"
CURSES_LIBRARY="-Wl,-Bstatic -lcurses -Wl,-Bdynamic" CURSES_LIBRARY="/usr/i686-gcc-322s/lib/libncurses.a"
FORM_LIBRARY="/usr/lib/libform.a" FORM_LIBRARY="/usr/i686-gcc-322s/lib/libform.a"
CC="gcc304s" CC="gcc322s"
CXX="c++304s" CXX="c++322s"
CFLAGS="-I/usr/i686-gcc-322s/include/ncurses"
CXXFLAGS="-I/usr/i686-gcc-322s/include/ncurses"
# Write entries into the cache file before building cmake. # Write entries into the cache file before building cmake.
write_cache() write_cache()