]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
build: i386-cygwin-img-ld.sc -> i386-cygwin-img.lds
authorNicholas Vinson <nvinson234@gmail.com>
Wed, 4 Mar 2026 02:41:20 +0000 (21:41 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 5 Mar 2026 14:03:57 +0000 (15:03 +0100)
Rename i386-cygwin-img-ld.sc to i386-cygwin-img.lds as "lds" is the
preferred extension for linker scripts.

Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
conf/Makefile.extra-dist
conf/i386-cygwin-img.lds [moved from conf/i386-cygwin-img-ld.sc with 100% similarity]
configure.ac

index 892df82082cf77089997f67477281d1b2cdf25f2..393693ffcf1ba1b78e0e3e24c4a3b5784de49405 100644 (file)
@@ -16,7 +16,7 @@ EXTRA_DIST += docs/autoiso.cfg
 EXTRA_DIST += docs/grub.cfg
 EXTRA_DIST += docs/osdetect.cfg
 
-EXTRA_DIST += conf/i386-cygwin-img-ld.sc
+EXTRA_DIST += conf/i386-cygwin-img.lds
 EXTRA_DIST += conf/i386-pc-kernel.lds
 
 EXTRA_DIST += grub-core/Makefile.core.def
index 81f7437d275d2129a4d827eb8aa480d2c1030599..a8672eaa11aaf189dbac612b627d71bfb8b7381e 100644 (file)
@@ -1459,9 +1459,9 @@ if test x$grub_cv_target_cc_link_format = x-arch,i386 || test x$grub_cv_target_c
 elif test x$grub_cv_target_cc_link_format = x-mi386pe || test x$grub_cv_target_cc_link_format = x-mi386pep ; then
   TARGET_APPLE_LINKER=0
   TARGET_LDFLAGS_OLDMAGIC="-Wl,-N"
-  TARGET_IMG_LDSCRIPT='$(top_srcdir)'"/conf/i386-cygwin-img-ld.sc"
+  TARGET_IMG_LDSCRIPT='$(top_srcdir)'"/conf/i386-cygwin-img.lds"
   TARGET_IMG_LDFLAGS="-Wl,-T${TARGET_IMG_LDSCRIPT}"
-  TARGET_IMG_LDFLAGS_AC="-Wl,-T${srcdir}/conf/i386-cygwin-img-ld.sc"
+  TARGET_IMG_LDFLAGS_AC="-Wl,-T${srcdir}/conf/i386-cygwin-img.lds"
   TARGET_IMG_BASE_LDOPT=
   TARGET_IMG_BASE_LDOPT_ARG_SEP=","
   TARGET_IMG_CFLAGS=