Menu

#563 Avoid the use of native-elf-format.h on Linux-based OSes

RELEASE_1_0
closed
None
fixed
build system
2021-02-21
2018-11-15
No

The current build process generates a file native-elf-format.h on Linux based OSes at build time. Move to a simpler, static (#ifdef based) configuration scheme, so that cross hosting of *BSD builds can be simplified (https://reviews.freebsd.org/D16771).

Discussion

  • Joseph Koshy

    Joseph Koshy - 2018-11-15
    • Component: --> build system
     
  • Joseph Koshy

    Joseph Koshy - 2018-11-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -The current build process generates a file `native-elf-format.h` on Linux based OSes at build time.  Move to a simpler, static (`#ifdef` based) configuration scheme.
    +The current build process generates a file `native-elf-format.h` on Linux based OSes at build time.  Move to a simpler, static (`#ifdef` based) configuration scheme, so that cross hosting of \*BSD builds can be simplified (https://reviews.freebsd.org/D16771).
    
     
  • Joseph Koshy

    Joseph Koshy - 2021-02-21
    • status: new --> closed
    • Resolution: --> fixed
     
  • Joseph Koshy

    Joseph Koshy - 2021-02-21

    As of [r3922], the build no longer uses native-elf-format on GNU/Linux.

     

    Related

    Commit: [r3922]


Log in to post a comment.

MongoDB Logo MongoDB