Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
b4db3aec
Commit
b4db3aec
authored
Nov 20, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Fix up the _stext references for SH-5.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
6694e825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
arch/sh/Makefile
arch/sh/Makefile
+9
-3
No files found.
arch/sh/Makefile
View file @
b4db3aec
...
...
@@ -74,15 +74,21 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment -R .stab -R
# never be used by anyone. Use a board-specific defconfig that has a
# reasonable chance of being current instead.
#
KBUILD_DEFCONFIG
:=
r7780rp_defconfig
KBUILD_DEFCONFIG
:=
r7780rp_defconfig
KBUILD_IMAGE
:=
arch
/sh/boot/zImage
KBUILD_IMAGE
:=
arch
/sh/boot/zImage
#
# Choosing incompatible machines durings configuration will result in
# error messages during linking.
#
LDFLAGS_vmlinux
+=
-e
_stext
ifdef
CONFIG_SUPERH32
LDFLAGS_vmlinux
+=
-e
_stext
else
LDFLAGS_vmlinux
+=
--defsym
phys_stext
=
_stext-
$(CONFIG_CACHED_MEMORY_OFFSET)
\
--defsym
phys_stext_shmedia
=
phys_stext+1
\
-e
phys_stext_shmedia
endif
ifdef
CONFIG_CPU_LITTLE_ENDIAN
LDFLAGS_vmlinux
+=
--defsym
'jiffies=jiffies_64'
...
...
Write
Preview
Markdown
is supported
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