Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libglvnd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • glvnd
  • libglvnd
  • Merge requests
  • !120

Add support for PPC64LE

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kyle Brenneman requested to merge github/fork/kbrenneman/ppc64le-support-v3 into master Apr 24, 2017
  • Overview 6
  • Commits 7
  • Pipelines 0
  • Changes 9

Created by: kbrenneman

This change adds support for PPC64 little-endian systems.

The first change is all the structural stuff -- the configure script, makefiles, and adding new source files. There's placeholder comments for where the assembly code and other architecture-specific stuff would need to go.

The remaining changes fill in the assembly code in each file.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/kbrenneman/ppc64le-support-v3