diff options
Diffstat (limited to 'gnu/egcs/gcc/config')
-rw-r--r-- | gnu/egcs/gcc/config/x-openbsd | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/config/x-openbsd b/gnu/egcs/gcc/config/x-openbsd index 727e4359fa1..605573897a8 100644 --- a/gnu/egcs/gcc/config/x-openbsd +++ b/gnu/egcs/gcc/config/x-openbsd @@ -1,4 +1,10 @@ # enforce yacc... BISON=yacc -# and we want our libiberty too -LIBIBERTY=-liberty +# no built libiberty +LIBIBERTY= +# because it's a `system lib' +CLIB=-liberty +# and so, we get obstack from there too +OBSTACK= +# don't build c++filt from there +DEMANGLER_PROG= |