Opened 4 months ago

Closed 3 months ago

#5730 closed enhancement (fixed)

alignment/blocking - LFS r12.3-48-systemd

Reported by: rhubarbpieguy Owned by: lfs-book
Priority: normal Milestone: 12.4
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

Perhaps the position is necessary, but would the block look better with the LDFLAGS line at the bottom?

chapter06/gcc-pass2.xml

  ../configure                   \
      --build=$(../config.guess) \
      --host=$LFS_TGT            \
      --target=$LFS_TGT          \
      LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc \
      --prefix=/usr              \
      --with-build-sysroot=$LFS  \
      --enable-default-pie       \
      --enable-default-ssp       \
      --disable-nls              \
      --disable-multilib         \
      --disable-libatomic        \
      --disable-libgomp          \
      --disable-libquadmath      \
      --disable-libsanitizer     \
      --disable-libssp           \
      --disable-libvtv           \

Change History (2)

comment:1 by Bruce Dubbs, 4 months ago

Yes, I can do that. Next update is scheduled for June 1st, but see the git branch gcc15.

comment:2 by Bruce Dubbs, 3 months ago

Resolution: fixed
Status: newclosed

Fixed in trunk from the gcc15 branch.

Note: See TracTickets for help on using tickets.