diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-11-24 17:12:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-11-24 17:12:56 +0000 |
commit | 24c4973ef25d4c5d3ddb9e5acd4bb6ebeca24827 (patch) | |
tree | f7057b0c800e57d699119ce470f4613063425e45 /gnu/egcs/gcc/config | |
parent | 2c0f1a5d43f3639dbb6816c5f83979140e73e183 (diff) |
Switch to using libiberty in new location.
Disable building of cxxfilt in gcc, build it from its own directory.
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= |