Skip to content

Commit

Permalink
Add comment about primitive ordering and linkers.
Browse files Browse the repository at this point in the history
  • Loading branch information
stamourv committed Sep 12, 2011
1 parent 5f6b20f commit 1921a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/Makefile
Expand Up @@ -83,6 +83,8 @@ CROSS := $(call unquote,$(CONFIG_CROSS_COMPILER))
CFLAGS := -Iinclude/ -DPICOBIT -Wall -Werror -Os

arch = arch/$(call unquote,$(CONFIG_ARCH))
# Some linkers may have trouble with this order. Put arch first if
# your linker cannot use linker scripts or is limited in other ways.
obj-y = $(addprefix core/,$(core-y)) \
$(addprefix $(arch)/,$(arch-y))
scm-y = $(addprefix $(arch)/,$(stdlib-y))
Expand Down

0 comments on commit 1921a33

Please sign in to comment.