Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
78d41614
Unverified
Commit
78d41614
authored
Jun 28, 2017
by
Mihai Moldovan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sunweaver-pr/fix-ftbfs-on-mips64el' into 3.6.x
Attributes GH PR #454:
https://github.com/ArcticaProject/nx-libs/pull/454
parents
cde05c09
c22c3f72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
Imake.cf
nx-X11/config/cf/Imake.cf
+3
-0
linux.cf
nx-X11/config/cf/linux.cf
+14
-3
No files found.
nx-X11/config/cf/Imake.cf
View file @
78d41614
...
...
@@ -883,6 +883,9 @@ XCOMM Keep cpp from replacing path elements containing i486/i586/i686
# undef __mips__
# if defined(MIPSEL) || defined(_MIPSEL)
# define MipselArchitecture
# if (_MIPS_SIM == _ABI64)
# define Mips64elArchitecture
# endif
# endif
# undef MIPSEL
# undef _MIPSEL
...
...
nx-X11/config/cf/linux.cf
View file @
78d41614
...
...
@@ -723,7 +723,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
#endif /* Mc68020Architecture */
#if
def MipsArchitecture
#if
defined(MipsArchitecture) && !defined(MipselArchitecture)
# ifndef OptimizedCDebugFlags
# define OptimizedCDebugFlags DefaultGcc2MipsOpt
# endif
...
...
@@ -732,6 +732,19 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
#endif
#ifdef MipselArchitecture
# ifndef OptimizedCDebugFlags
# define OptimizedCDebugFlags DefaultGcc2MipsOpt
# endif
# define LinuxMachineDefines -D__MIPSEL__
# define ServerOSDefines XFree86ServerOSDefines -DDDXTIME
# ifdef Mips64elArchitecture
# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
# else
# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
# endif
#endif
#ifdef Ppc64Architecture
# define DefaultCCOptions -mminimal-toc
# ifndef OptimizedCDebugFlags
...
...
@@ -777,10 +790,8 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
# define ServerOSDefines XFree86ServerOSDefines -DDDXTIME
# define AsVISOption -Av9a
# ifdef Sparc64Architecture
# define AsOutputArchSize 64
# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
# else
# define AsOutputArchSize 32
# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines
# endif
#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