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
a2d4c18f
Commit
a2d4c18f
authored
Aug 18, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Kill bogus SHELL= lines in Makefiles.
parent
29d0c90c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
arch/sparc/Makefile
arch/sparc/Makefile
+0
-4
arch/sparc64/Makefile
arch/sparc64/Makefile
+0
-4
No files found.
arch/sparc/Makefile
View file @
a2d4c18f
...
...
@@ -7,10 +7,6 @@
# Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu)
#
# If the solaris /bin/sh wasn't so broken, I wouldn't need the following
# line...
SHELL
=
/bin/bash
#
# Uncomment the first CFLAGS if you are doing kgdb source level
# debugging of the kernel to get the proper debugging information.
...
...
arch/sparc64/Makefile
View file @
a2d4c18f
...
...
@@ -10,10 +10,6 @@
AFLAGS_vmlinux.lds.o
+=
-Usparc
# If the solaris /bin/sh wasn't so broken, I wouldn't need the following
# line...
SHELL
=
/bin/bash
CC
:=
$(
shell
if
gcc
-m64
-S
-o
/dev/null
-xc
/dev/null
>
/dev/null 2>&1
;
then
echo
gcc
;
else
echo
sparc64-linux-gcc
;
fi
)
NEW_GCC
:=
$(
shell
if
$(CC)
-m64
-mcmodel
=
medlow
-S
-o
/dev/null
-xc
/dev/null
>
/dev/null 2>&1
;
then
echo
y
;
else
echo
n
;
fi
;
)
...
...
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