mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
6 lines
248 B
Plaintext
6 lines
248 B
Plaintext
# We build library code with -mno-gpopt so that it can be linked with
|
|
# larger executables with small-data sections that exceed the 16-bit
|
|
# offset range for GP-relative addressing.
|
|
CFLAGS_FOR_TARGET += -mno-gpopt
|
|
CXXFLAGS_FOR_TARGET += -mno-gpopt
|