Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
4c91d6b1
Commit
4c91d6b1
authored
Nov 11, 2007
by
Paul Mundt
Browse files
sh: Fix up the head-y targets for _32 and _64.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
151468d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/sh/Makefile
View file @
4c91d6b1
...
...
@@ -95,7 +95,9 @@ endif
KBUILD_CFLAGS
+=
-pipe
$
(
cflags-y
)
KBUILD_AFLAGS
+=
$
(
cflags-y
)
head-y
:=
arch
/sh/kernel/head.o
arch
/sh/kernel/init_task.o
head-y
:=
arch
/sh/kernel/init_task.o
head-$(CONFIG_SUPERH32)
+=
arch
/sh/kernel/head_32.o
head-$(CONFIG_SUPERH64)
+=
arch
/sh/kernel/head_64.o
LIBGCC
:=
$(
shell
$(CC)
$(KBUILD_CFLAGS)
-print-libgcc-file-name
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment