Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
936e64bf
Commit
936e64bf
authored
8 years ago
by
Axel Naumann
Browse files
Options
Downloads
Patches
Plain Diff
Remove -Wno-deprecated-declarations from root-config --cflags: we want that to work.
parent
f04ea5b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/root-config.in
+9
-9
9 additions, 9 deletions
config/root-config.in
with
9 additions
and
9 deletions
config/root-config.in
+
9
−
9
View file @
936e64bf
...
...
@@ -194,7 +194,7 @@ solaris64CC5)
;;
linux
)
# Linux with gcc >= 3.x
auxcflags
=
"
${
cxxversionflag
}
-Wno-deprecated-declarations
-m32 -msse -mfpmath=sse "
auxcflags
=
"
${
cxxversionflag
}
-m32 -msse -mfpmath=sse "
auxldflags
=
"-m32 -msse -mfpmath=sse "
auxlibs
=
"-lm -ldl -rdynamic"
;;
...
...
@@ -205,19 +205,19 @@ linuxicc)
;;
linuxppcgcc
)
# PPC Linux with gcc
auxcflags
=
"
${
cxxversionflag
}
-Wno-deprecated-declarations
-m32 -fsigned-char"
auxcflags
=
"
${
cxxversionflag
}
-m32 -fsigned-char"
auxldflags
=
"-m32"
auxlibs
=
"-lm -ldl -rdynamic"
;;
linuxppc64gcc
)
# PPC64/PPC64LE (64 bit mode) Linux with gcc
auxcflags
=
"
${
cxxversionflag
}
-Wno-deprecated-declarations
-m64 -fsigned-char"
auxcflags
=
"
${
cxxversionflag
}
-m64 -fsigned-char"
auxldflags
=
"-m64"
auxlibs
=
"-lm -ldl -rdynamic"
;;
linuxx8664gcc
)
# AMD Opteron and Intel EM64T (64 bit mode) Linux with gcc 3.x
auxcflags
=
"
${
cxxversionflag
}
-Wno-deprecated-declarations
-m64"
auxcflags
=
"
${
cxxversionflag
}
-m64"
auxldflags
=
"-m64"
auxlibs
=
"-lm -ldl -rdynamic"
;;
...
...
@@ -233,7 +233,7 @@ linuxx8664k1omicc)
;;
linuxx32gcc
)
# x32 ABI (64 bit mode with 32 bit pointers) Linux with gcc > 4.7
auxcflags
=
"
${
cxxversionflag
}
-Wno-deprecated-declarations
-mx32"
auxcflags
=
"
${
cxxversionflag
}
-mx32"
auxldflags
=
"-mx32"
auxlibs
=
"-lm -ldl -rdynamic"
;;
...
...
@@ -249,22 +249,22 @@ linuxarm64)
;;
freebsd
)
# FreeBSD with libc5
auxcflags
=
"
${
cxxversionflag
}
-Wno-deprecated-declarations
"
auxcflags
=
"
${
cxxversionflag
}
"
auxlibs
=
"-lm -lg++"
;;
freebsd4
)
# FreeBSD 4 with glibc
auxcflags
=
"
${
cxxversionflag
}
-Wno-deprecated-declarations
"
auxcflags
=
"
${
cxxversionflag
}
"
auxlibs
=
"-lm -lstdc++"
;;
freebsd5|freebsd7
)
# FreeBSD 5/7 with glibc
auxcflags
=
"
${
cxxversionflag
}
-Wno-deprecated-declarations
"
auxcflags
=
"
${
cxxversionflag
}
"
auxlibs
=
"-lm -lstdc++"
;;
openbsd
)
# OpenBSD with libc
auxcflags
=
"
${
cxxversionflag
}
-Wno-deprecated-declarations
"
auxcflags
=
"
${
cxxversionflag
}
"
auxlibs
=
"-lm -lstdc++"
;;
macosx
)
...
...
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