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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
4d7d9c7f
Commit
4d7d9c7f
authored
Dec 07, 2000
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make -j 2
parent
fe67aa11
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
BUILD/compile-pentium
BUILD/compile-pentium
+1
-1
BUILD/compile-pentium-gcov
BUILD/compile-pentium-gcov
+2
-1
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+1
-1
Build-tools/Do-compile
Build-tools/Do-compile
+1
-1
No files found.
BUILD/compile-pentium
View file @
4d7d9c7f
...
...
@@ -4,5 +4,5 @@ make -k clean
aclocal; autoheader; aclocal; automake; autoconf
CFLAGS="-O6 -mpentiumpro -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -mpentiumpro -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex --enable-thread-safe-client
make
make
-j 2
strip sql/mysqld
BUILD/compile-pentium-gcov
View file @
4d7d9c7f
...
...
@@ -13,4 +13,5 @@ C_WARNINGS="$GLOBAL_WARNINGS -Wunused"
CC_WARNINGS="$GLOBAL_WARNINGS -Woverloaded-virtual -Wextern-inline -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
CFLAGS="-O2 -mpentiumpro -fprofile-arcs -ftest-coverage $C_WARNINGS" CXX=gcc CXXFLAGS="-O2 -mpentiumpro -fprofile-arcs -ftest-coverage -felide-constructors -fno-exceptions -fno-rtti $CC_WARNINGS" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex --with-debug=full
make
make -j 2
Build-tools/Do-all-build-steps
View file @
4d7d9c7f
...
...
@@ -60,7 +60,7 @@ aclocal; autoheader; aclocal; automake; autoconf
--with-mit-threads=yes
$EXTRA_CONFIG
\
--enable-thread-safe-client
gmake # --jobs=4 does not work.
gmake
-j 2
# --jobs=4 does not work.
time gmake distcheck
\
EXTRA_CONF_ARGS="--with-unix-socket-path=/var/tmp/mysql.sock --with-low-memory
$EXTRA_CONFIG
"
...
...
Build-tools/Do-compile
View file @
4d7d9c7f
...
...
@@ -43,7 +43,7 @@ else
}
$ENV
{'
PATH
'}
=
"
$pwd
/
$host
/bin:
"
.
$ENV
{'
PATH
'};
$rsh
=
which
("
rcmd
","
rsh
");
$make
=
which
("
gmake
","
make
");
$make
=
which
("
gmake
-j 2
","
make
");
$tar
=
which
("
gtar
","
tar
");
$sendmail
=
find
("
/usr/lib/sendmail
","
/usr/sbin/sendmail
");
$sur
=
$opt_sur
?
"
/my/local/bin/sur
"
:
"";
...
...
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