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
nexedi
linux
Commits
43d65dce
Commit
43d65dce
authored
Nov 04, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
cffc09b3
93d5bafc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
arch/alpha/Makefile
arch/alpha/Makefile
+1
-1
arch/alpha/vmlinux.lds.S
arch/alpha/vmlinux.lds.S
+1
-1
usr/Makefile
usr/Makefile
+1
-1
No files found.
arch/alpha/Makefile
View file @
43d65dce
...
...
@@ -12,7 +12,7 @@ NM := $(NM) -B
LDFLAGS_vmlinux
=
-static
-N
#-relax
CFLAGS
:=
$(CFLAGS)
-pipe
-mno-fp-regs
-ffixed-8
ARCHBLOBLFLAGS
:=
-I
binary
-O
elf64-alpha
-B
alpha
LDFLAGS_BLOB
:=
--format
binary
--oformat
elf64-
alpha
# Determine if we can use the BWX instructions with GAS.
old_gas
:=
$(
shell
if
$(AS)
--version
2>&1 |
grep
'version 2.7'
>
/dev/null
;
then
echo
y
;
else
echo
n
;
fi
)
...
...
arch/alpha/vmlinux.lds.S
View file @
43d65dce
...
...
@@ -69,7 +69,7 @@ SECTIONS
.
init.ramfs
ALIGN
(
8192
)
:
{
__initramfs_start
=
.
;
*(.
init.
init
ramfs
)
*(.
init.ramfs
)
__initramfs_end
=
.
;
}
...
...
usr/Makefile
View file @
43d65dce
...
...
@@ -11,6 +11,6 @@ $(obj)/initramfs_data.o: $(src)/initramfs_data.scr $(obj)/initramfs_data.cpio.gz
$(
call
if_changed,ld
)
$(obj)/initramfs_data.cpio.gz
:
$(obj)/gen_init_cpio
(
cd
$(obj)
;
./
$<
|
gzip
-9c
>
$@
)
./
$<
|
gzip
-9c
>
$@
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