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
a7152cf5
Commit
a7152cf5
authored
Oct 15, 2002
by
Jeff Dike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bug caused by moving the location of the include of the
arch and os Makefiles.
parent
3c818976
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
arch/um/Makefile
arch/um/Makefile
+2
-3
arch/um/Makefile-i386
arch/um/Makefile-i386
+1
-1
No files found.
arch/um/Makefile
View file @
a7152cf5
...
@@ -43,9 +43,8 @@ ARCH_INCLUDE = $(TOPDIR)/$(ARCH_DIR)/include
...
@@ -43,9 +43,8 @@ ARCH_INCLUDE = $(TOPDIR)/$(ARCH_DIR)/include
# in CFLAGS. Otherwise, it would cause ld to complain about the two different
# in CFLAGS. Otherwise, it would cause ld to complain about the two different
# errnos.
# errnos.
CFLAGS
+=
$(DEBUG)
$(PROFILE)
$(ARCH_CFLAGS)
-D__arch_um__
\
CFLAGS
+=
$(DEBUG)
$(PROFILE)
-D__arch_um__
-DSUBARCH
=
\"
$(SUBARCH)
\"
\
-DSUBARCH
=
\"
$(SUBARCH)
\"
-D_LARGEFILE64_SOURCE
-I
$(ARCH_INCLUDE)
\
-D_LARGEFILE64_SOURCE
-I
$(ARCH_INCLUDE)
-Derrno
=
kernel_errno
-Derrno
=
kernel_errno
LINK_WRAPS
=
-Wl
,--wrap,malloc
-Wl
,--wrap,free
-Wl
,--wrap,calloc
LINK_WRAPS
=
-Wl
,--wrap,malloc
-Wl
,--wrap,free
-Wl
,--wrap,calloc
...
...
arch/um/Makefile-i386
View file @
a7152cf5
...
@@ -4,7 +4,7 @@ else
...
@@ -4,7 +4,7 @@ else
TOP_ADDR = 0xc0000000
TOP_ADDR = 0xc0000000
endif
endif
ARCH_CFLAGS
= -U__$(SUBARCH)__ -U$(SUBARCH)
CFLAGS +
= -U__$(SUBARCH)__ -U$(SUBARCH)
ELF_ARCH = $(SUBARCH)
ELF_ARCH = $(SUBARCH)
ELF_FORMAT = elf32-$(SUBARCH)
ELF_FORMAT = elf32-$(SUBARCH)
...
...
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