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
59820869
Commit
59820869
authored
Jan 11, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/usr/local/mysql/mysql-5.0-sol10-sparc-a-fix
into mysql.com:/usr/local/mysql/mysql-5.0
parents
dcea7993
0d45a182
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
ndb/config/common.mk.am
ndb/config/common.mk.am
+1
-1
ndb/src/common/portlib/Makefile.am
ndb/src/common/portlib/Makefile.am
+0
-2
ndb/src/common/portlib/gcc.cpp
ndb/src/common/portlib/gcc.cpp
+0
-7
No files found.
ndb/config/common.mk.am
View file @
59820869
...
...
@@ -7,6 +7,6 @@ ndbapiincludedir = "$(pkgincludedir)/ndb/ndbapi"
mgmapiincludedir = "$(pkgincludedir)/ndb/mgmapi"
INCLUDES = $(INCLUDES_LOC)
LDADD = $(
top_srcdir)/ndb/src/common/portlib/gcc.cpp $(
LDADD_LOC)
LDADD = $(LDADD_LOC)
DEFS = @DEFS@ @NDB_DEFS@ $(DEFS_LOC) $(NDB_EXTRA_FLAGS)
NDB_CXXFLAGS=@ndb_cxxflags_fix@ $(NDB_CXXFLAGS_LOC)
ndb/src/common/portlib/Makefile.am
View file @
59820869
noinst_HEADERS
=
gcc.cpp
noinst_LTLIBRARIES
=
libportlib.la
libportlib_la_SOURCES
=
\
...
...
ndb/src/common/portlib/gcc.cpp
deleted
100644 → 0
View file @
dcea7993
/**
* GCC linking problem...
*/
#if 0
extern "C" { int __cxa_pure_virtual() { return 0;} }
#endif
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