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
2836fb50
Commit
2836fb50
authored
Nov 04, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Use better compiler flags for Cyrix 3.
From 2.4
parent
06b49c7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/i386/Makefile
arch/i386/Makefile
+1
-1
No files found.
arch/i386/Makefile
View file @
2836fb50
...
...
@@ -42,7 +42,7 @@ cflags-$(CONFIG_MCRUSOE) += -march=i686 -malign-functions=0 -malign-jumps=0 -mal
cflags-$(CONFIG_MWINCHIPC6)
+=
$(
call
check_gcc,-march
=
winchip-c6,-march
=
i586
)
cflags-$(CONFIG_MWINCHIP2)
+=
$(
call
check_gcc,-march
=
winchip2,-march
=
i586
)
cflags-$(CONFIG_MWINCHIP3D)
+=
-march
=
i586
cflags-$(CONFIG_MCYRIXIII)
+=
$(
call
check_gcc,-march
=
c3,-march
=
i
586
)
cflags-$(CONFIG_MCYRIXIII)
+=
$(
call
check_gcc,-march
=
c3,-march
=
i
486
)
-malign-functions
=
0
-malign-jumps
=
0
-malign-loops
=
0
CFLAGS
+=
$
(
cflags-y
)
...
...
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