fixed %%__cc, %%__cpp, %%__cxx macros (reported by aris@)
This commit is contained in:
parent
a6624cea82
commit
669c9a5498
10
macros.in
10
macros.in
@ -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@
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user