diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-06-06 18:34:44 +0300 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-06-06 18:34:44 +0300 |
commit | 03526f1c2c45863c2b8af55ff98c84503d40cab0 (patch) | |
tree | 5f5c52747b7947d20deb7e38a4670f5c7461516d /netware | |
parent | ea7f982ef0c1eacabb3d2194fb1f532c84b8cc2c (diff) | |
download | mariadb-git-03526f1c2c45863c2b8af55ff98c84503d40cab0.tar.gz |
A fix for Metrowerks compiler.
Diffstat (limited to 'netware')
-rwxr-xr-x | netware/BUILD/mwenv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netware/BUILD/mwenv b/netware/BUILD/mwenv index 99de5e9be1e..7f89a8faf7f 100755 --- a/netware/BUILD/mwenv +++ b/netware/BUILD/mwenv @@ -19,9 +19,9 @@ export AR='mwldnlm' export AR_FLAGS='-type library -o' export AS='mwasmnlm' export CC='mwccnlm -gccincludes' -export CFLAGS='-O3 -align 8 -proc 686 -relax_pointers -dialect c' +export CFLAGS='-enum int -O3 -align 8 -proc 686 -relax_pointers -dialect c' export CXX='mwccnlm -gccincludes' -export CXXFLAGS='-O3 -align 8 -proc 686 -relax_pointers -dialect c++ -bool on -wchar_t on -D_WCHAR_T' +export CXXFLAGS='-enum int -O3 -align 8 -proc 686 -relax_pointers -dialect c++ -bool on -wchar_t on -D_WCHAR_T' export LD='mwldnlm' export LDFLAGS='-entry _LibCPrelude -exit _LibCPostlude -map -flags pseudopreemption' export RANLIB=: |