Commit ce265b0b authored by James Almer's avatar James Almer

Merge commit '39f3b6f3'

* commit '39f3b6f3':
  configure: Move add_fooflags() helper functions into canonical order
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 9a88a47b 39f3b6f3
......@@ -899,14 +899,14 @@ add_cxxflags(){
append CXXFLAGS $($cflags_filter "$@")
}
add_asflags(){
append ASFLAGS $($asflags_filter "$@")
}
add_objcflags(){
append OBJCFLAGS $($objcflags_filter "$@")
}
add_asflags(){
append ASFLAGS $($asflags_filter "$@")
}
add_ldflags(){
append LDFLAGS $($ldflags_filter "$@")
}
......@@ -919,14 +919,14 @@ add_ldsoflags(){
append LDSOFLAGS $($ldflags_filter "$@")
}
add_stripflags(){
append ASMSTRIPFLAGS "$@"
}
add_extralibs(){
prepend extralibs $($ldflags_filter "$@")
}
add_stripflags(){
append ASMSTRIPFLAGS "$@"
}
add_host_cppflags(){
append host_cppflags "$@"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment