Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151941 Details for
Bug 225622
Merge Review: boost
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
remove compile flags, some optionally, and soname
boost-cxxflags.patch (text/plain), 2.24 KB, created by
Patrice Dumas
on 2007-04-08 21:04:02 UTC
(
hide
)
Description:
remove compile flags, some optionally, and soname
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2007-04-08 21:04:02 UTC
Size:
2.24 KB
patch
obsolete
>--- boost_1_33_1/tools/build/v1/gcc-tools.jam.cxxflags 2007-04-08 21:17:10.000000000 +0200 >+++ boost_1_33_1/tools/build/v1/gcc-tools.jam 2007-04-08 21:19:02.000000000 +0200 >@@ -61,6 +61,7 @@ > flags gcc LINKFLAGS <debug-symbols>on : -g ; > flags gcc CFLAGS <optimization>off : -O0 ; > flags gcc CFLAGS <optimization>speed : -O3 ; >+flags gcc CFLAGS <optimization>no : ; > > # Other optimizations we might want for GCC > # -fforce-mem -fomit-frame-pointer >@@ -70,6 +71,7 @@ > flags gcc CFLAGS <inlining>off : -fno-inline ; > flags gcc CFLAGS <inlining>on : -Wno-inline ; > flags gcc CFLAGS <inlining>full : -finline-functions -Wno-inline ; >+flags gcc CFLAGS <inlining>no : ; > > flags gcc .GXX : $(GXX) ; > flags gcc .GCC : $(GCC) ; >@@ -373,6 +375,10 @@ > DLLVERSION = $(DLLVERSION[1]) ; > DLLVERSION ?= $(BOOST_VERSION) ; > >+flags gcc SONAMEVERSION <sonameversion> ; >+SONAMEVERSION = $(SONAMEVERSION[1]) ; >+SONAMEVERSION ?= $(BOOST_VERSION) ; >+ > flags gcc TARGET_TYPE <target-type> ; > > # allow for "ar" to be part of the compiler distribution, for >@@ -423,7 +429,7 @@ > if $(DLLVERSION) && $(TARGET_TYPE) in $(SHARED_TYPES) && ( $(OS) = LINUX || $(OS) = OPENBSD || $(OS) = KFREEBSD ) && ! $(NO_GNU_LN) > { > OUTTAG on $(<) = ".$(DLLVERSION)" ; >- SOTAG on $(<) = ".$(DLLVERSION)" ; >+ SOTAG on $(<) = ".$(SONAMEVERSION)" ; > ACTION_1 on $(<) = "" ; > } > else >@@ -494,7 +500,7 @@ > actions gcc-Cc-action > { > $(.SET_EXIT) >- "$(.GCC[1]:R=$(GCC_BIN_DIR))" $(.GCC[2-]) -c -Wall -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) -I"$(HDRS)" -I$(_)"$(STDHDRS)" -I$(_)"$(SYSHDRS)" -o "$(<)" "$(>)" >+ "$(.GCC[1]:R=$(GCC_BIN_DIR))" $(.GCC[2-]) -c -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) -I"$(HDRS)" -I$(_)"$(STDHDRS)" -I$(_)"$(SYSHDRS)" -o "$(<)" "$(>)" > "$(.OBJCOPY[1])"$(_)$(OBJCOPY_FLAGS)$(_)"$(<)" > } > >@@ -509,7 +515,7 @@ > actions gcc-C++-action > { > $(.SET_EXIT) >- "$(.GXX[1]:R=$(GCC_BIN_DIR))" $(.GXX[2-]) -c -Wall -ftemplate-depth-255 -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(C++FLAGS) -I"$(HDRS)" -I$(_)"$(STDHDRS)" -I$(_)"$(SYSHDRS)" -o "$(<)" "$(>)" >+ "$(.GXX[1]:R=$(GCC_BIN_DIR))" $(.GXX[2-]) -c -U$(UNDEFS) -D$(DEFINES) $(CFLAGS) $(C++FLAGS) -I"$(HDRS)" -I$(_)"$(STDHDRS)" -I$(_)"$(SYSHDRS)" -o "$(<)" "$(>)" > "$(.OBJCOPY[1])"$(_)$(OBJCOPY_FLAGS)$(_)"$(<)" > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225622
:
151940
| 151941 |
153190
|
255181
|
255781