Changeset 7ca5792


Ignore:
Timestamp:
05/09/2022 04:39:01 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
b5844a0
Parents:
0f21ee62
Message:

Use gcc-&gcc-version; for grub-uefi

To prevent version mismatch between downloaded compiler and
instructions to build it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/uefi-bootloaders/grub-efi.xml

    r0f21ee62 r7ca5792  
    167167<!-- 'literal' is used deliberately to show this is only for 32-bit LFS -->
    168168<screen><userinput>case $(uname -m) in i?86 )
    169     <literal>tar xf ../gcc-11.2.0.tar.xz
    170     mkdir gcc-11.2.0/build
    171     pushd gcc-11.2.0/build
     169    <literal>tar xf ../gcc-&gcc-version;.tar.xz
     170    mkdir gcc-&gcc-version;/build
     171    pushd gcc-&gcc-version;/build
    172172        ../configure --prefix=$PWD/../../x86_64-gcc \
    173173                     --target=x86_64-linux-gnu      \
Note: See TracChangeset for help on using the changeset viewer.