You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|
|
|