fixed %%__cc, %%__cpp, %%__cxx macros (reported by aris@)

This commit is contained in:
Дмитрий Левин 2004-02-04 13:37:46 +00:00
parent a6624cea82
commit 669c9a5498
2 changed files with 7 additions and 5 deletions

View File

@ -68,11 +68,11 @@
#==============================================================================
# ---- Build system path macros.
#
%__ar @AR@
%__as @AS@
%__cc @CC@
%__cpp @CPP@
%__cxx @CXX@
%__ar ar
%__as as
%__cc gcc
%__cpp gcc -E
%__cxx g++
%__ld @__LD@
%__nm @__NM@
%__objcopy @__OBJCOPY@

View File

@ -510,6 +510,8 @@ fi
- find-provides:
+ for symlinks to shared libraries, ignore symlinks to shorter
locations (workaround for libdb-4.0.so provides problem).
- macros:
+ fixed %%__cc, %%__cpp, %%__cxx macros (reported by aris@).
* Thu Jan 29 2004 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt32
- find-provides: changed output format of extra provides