Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OMDev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenModelica
OMDev
Commits
84cfd12a
Verified
Commit
84cfd12a
authored
4 years ago
by
Adrian Pop
Browse files
Options
Downloads
Patches
Plain Diff
clang doesn't define __x86__ just __i386__ on 32 bit
parent
8ce4f2ad
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/omniORB-4.2.0-mingw64/include/omniORB4/CORBA_sysdep_trad.h
+1
-1
1 addition, 1 deletion
...mniORB-4.2.0-mingw64/include/omniORB4/CORBA_sysdep_trad.h
with
1 addition
and
1 deletion
lib/omniORB-4.2.0-mingw64/include/omniORB4/CORBA_sysdep_trad.h
+
1
−
1
View file @
84cfd12a
...
...
@@ -354,7 +354,7 @@
// Processor dependencies
//
#if defined(__x86__) || defined(__x86_64__)
#if defined(__x86__) || defined(__x86_64__)
|| defined(__i386__)
# define _OMNIORB_HOST_BYTE_ORDER_ 1
#if !defined(SIZEOF_LONG_DOUBLE)
# define SIZEOF_LONG_DOUBLE 12
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment