Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pintos-2017
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gback
pintos-2017
Commits
d02f0e4e
Commit
d02f0e4e
authored
2 years ago
by
gback
Browse files
Options
Downloads
Patches
Plain Diff
disabled SSE and builtin memset
See
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105051
parent
03b5b02d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Make.config
+1
-1
1 addition, 1 deletion
src/Make.config
with
1 addition
and
1 deletion
src/Make.config
+
1
−
1
View file @
d02f0e4e
...
...
@@ -33,7 +33,7 @@ endif
# Compiler and assembler invocation.
DEFINES
=
WARNINGS
= -
Wall
-
W
-
Wstrict
-
prototypes
-
Wmissing
-
prototypes
-
Wsystem
-
headers
CFLAGS
= -
g
-
O2
-
fno
-
omit
-
frame
-
pointer
-
msoft
-
float
-
std
=
gnu11
CFLAGS
= -
g
-
O2
-
fno
-
omit
-
frame
-
pointer
-
msoft
-
float
-
std
=
gnu11
-
mno
-
sse
-
fno
-
builtin
-
memset
CPPFLAGS
= -
nostdinc
-
I
$(
SRCDIR
) -
I
$(
SRCDIR
)/
lib
ASFLAGS
= -
Wa
,--
gstabs
LDFLAGS
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment