aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/compaq.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-19 17:34:29 +0000
committerlloyd <[email protected]>2009-11-19 17:34:29 +0000
commitac3db1c524fdecbc069a5e1323d93e4a3b933152 (patch)
treebf9fdf29ca9ea268119f3fc58eb9dcd6a955ddf2 /src/build-data/cc/compaq.txt
parentf3d64d76c0c8161973a83152d730c8123b20277f (diff)
Remove unecessary quote characters in the cc info files (were required by
configure.pl, but configure.py's parser is smart enough to deal with them with or without quotes). Add support for shared library generation with IBM xlC (untested). Drop bcc - this was for the Borland's old compiler and almost certainly is not right for the current Embarcadero C++Builder. Support for that should be added (though I don't have access to this compiler personally).
Diffstat (limited to 'src/build-data/cc/compaq.txt')
-rw-r--r--src/build-data/cc/compaq.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/build-data/cc/compaq.txt b/src/build-data/cc/compaq.txt
index 9ad6514ab..b5a080ae9 100644
--- a/src/build-data/cc/compaq.txt
+++ b/src/build-data/cc/compaq.txt
@@ -1,17 +1,17 @@
-macro_name "COMPAQ"
+macro_name COMPAQ
-binary_name "cxx"
+binary_name cxx
compile_option "-c "
output_to_option "-o "
-add_include_dir_option "-I"
-add_lib_dir_option "-L"
-add_lib_option "-l"
+add_include_dir_option -I
+add_lib_dir_option -L
+add_lib_option -l
# -O3 and up seem to be unhappy with Botan
lib_opt_flags "-O2"
check_opt_flags "-O2"
-debug_flags "-g"
+debug_flags -g
no_debug_flags ""
lang_flags "-std ansi -D__USE_STD_IOSTREAM"