mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
13 lines
354 B
Diff
13 lines
354 B
Diff
--- binutils-2.9.1/ld/config.in Fri May 1 08:48:48 1998
|
|
+++ binutils-2.9.1/ld/config.in Sun Aug 23 00:00:00 1998
|
|
@@ -24,6 +24,9 @@
|
|
/* Do we need to use the b modifier when opening binary files? */
|
|
#undef USE_BINARY_FOPEN
|
|
|
|
+/* Are we building a cross linker */
|
|
+#undef CROSS_LINKER
|
|
+
|
|
/* Define if you have the sbrk function. */
|
|
#undef HAVE_SBRK
|
|
|