Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f79ca4e4
Commit
f79ca4e4
authored
Oct 15, 2004
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compile-hpux11-parisc2-aCC:
Fix a typo. Cleanup.
parent
49473150
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
BUILD/compile-hpux11-parisc2-aCC
BUILD/compile-hpux11-parisc2-aCC
+10
-10
No files found.
BUILD/compile-hpux11-parisc2-aCC
View file @
f79ca4e4
...
...
@@ -20,7 +20,7 @@ release_flags="-fast +O3"
# note on pointers below.
cflags
=
"-g -z +O0"
cxxflags
=
"-g0 -z +O0"
debug_conigure_options
=
"--with-debug"
debug_con
f
igure_options
=
"--with-debug"
while
[
"$#"
!=
0
]
;
do
case
"
$1
"
in
...
...
@@ -40,23 +40,23 @@ while [ "$#" != 0 ]; do
--release
)
echo
"Building release binary"
cflags
=
"
$release_flags
"
cxxflags
=
"
$release_flags
"
debug_configure_options
=
""
cxxflags
=
"
$release_flags
"
debug_configure_options
=
""
;;
-32
)
echo
"Building 32-bit binary"
;;
-64
)
echo
"Building 64-bit binary"
-32
)
echo
"Building 32-bit binary"
;;
-64
)
echo
"Building 64-bit binary"
cflags
=
"
$cflags
+DA2.0W +DD64"
cxxflags
=
"
$cxxflags
+DA2.0W +DD64"
;;
;;
*
)
echo
"
$0
: invalid option '
$1
'; use --help to show usage"
exit
1
;;
esac
shift
shift
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment