All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch 7022 bug
@ 2011-09-29 22:27 Russell King - ARM Linux
  0 siblings, 0 replies; only message in thread
From: Russell King - ARM Linux @ 2011-09-29 22:27 UTC (permalink / raw)
  To: linux-arm-kernel

Noticed this in linux-next's build logs for assabet's defconfig:

/opt/crosstool/gcc-4.4.0-nolibc/arm-linux/bin/arm-linux-ld:--defsym zreladdr=: syntax error

@@ -1,6 +1,7 @@
-   zreladdr-y  := 0xc0008000
 ifeq ($(CONFIG_ARCH_SA1100),y)
-   zreladdr-$(CONFIG_SA1111)           := 0xc0208000
+   zreladdr-$(CONFIG_SA1111)           += 0xc0208000
+else
+   zreladdr-y  += 0xc0008000

You deleted the initial zreladdr-y, which means that in the case of
ARCH_SA1100=y and SA1111=n, no zreladdr is set.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-29 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-29 22:27 Patch 7022 bug Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.