mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
Revert "configure: Change default ARFLAGS to use deterministic mode."
This reverts commit da693d1fdc
.
GCC2 binutils doesn't like this. As mentioned in the previous commit,
"u" is a no-op on modern binutils and only issues a warning.
This commit is contained in:
parent
da693d1fdc
commit
241b61a7f5
4
configure
vendored
4
configure
vendored
@ -117,7 +117,7 @@ environment variables:
|
||||
Defaults to "".
|
||||
HAIKU_ARFLAGS_<arch> The flags passed to HAIKU_AR for target
|
||||
architecture <arch> for archiving. Defaults to
|
||||
"crD".
|
||||
"cru".
|
||||
HAIKU_UNARFLAGS_<arch> The flags passed to HAIKU_AR for target
|
||||
architecture <arch> for unarchiving. Defaults to
|
||||
"x".
|
||||
@ -980,7 +980,7 @@ else
|
||||
set_default_value HAIKU_CXXFLAGS_$targetArch ""
|
||||
set_default_value HAIKU_LINKFLAGS_$targetArch ""
|
||||
set_default_value HAIKU_LDFLAGS_$targetArch ""
|
||||
set_default_value HAIKU_ARFLAGS_$targetArch crD
|
||||
set_default_value HAIKU_ARFLAGS_$targetArch cru
|
||||
set_default_value HAIKU_UNARFLAGS_$targetArch x
|
||||
|
||||
# Override the cross tools variables, if the tools were built or a
|
||||
|
Loading…
Reference in New Issue
Block a user