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

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • libbsd
  • libbsd
  • Merge requests
  • !8

Fix ELF detection on Intel compilers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Seth R. Johnson requested to merge sethrj/libbsd:fix-libbsd-intel into master Nov 14, 2019
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

The Intel compiler does not define __amd64__ on x86_64 platforms; instead, like other compilers, it defines __x86_64__ .

References:

  • pre-defined compiler macros list
  • similar issue on intel help forums
Edited Jan 01, 2021 by Guillem Jover
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-libbsd-intel