8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Fix my previos commit

This commit is contained in:
kkuznetsov 2005-09-28 14:03:34 +00:00
parent bbbdf99b1e
commit da74c213eb

View File

@ -210,7 +210,7 @@ case $platform in
LDFLAGS="$LDFLAGS -R/usr/local/lib -threads "; export LDFLAGS
RELEASE_CXXFLAGS=-O
RELEASE_CFLAGS=-O3
GENCCODE_ASSEMBLY=-a gcc
GENCCODE_ASSEMBLY=-a sun
;;
HP-UX11CC)
THE_OS="HP-UX 11"