|
@ -21,3 +21,8 @@ |
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--enable-gopher" |
|
|
var_append extraconfopt ' ' "--enable-gopher" |
|
|
|
|
|
|
|
|
|
|
|
# this is an ugly hack. for some reason the default "--as-needed -lgcc_s |
|
|
|
|
|
# --no-as-needed" does not include gcc_s when it is needed... |
|
|
|
|
|
var_append GCC_WRAPPER_INSERT ' ' '-lgcc_s' |
|
|
|
|
|
|