mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
Signed-off-by: Jose E. Marchesi <jemarch@gnu.org> ChangeLog * libga68/README: New file. * libga68/ga68-alloc.c: Likewise. * libga68/ga68-error.c: Likewise. * libga68/ga68-posix.c: Likewise. * libga68/ga68-standenv.c: Likewise. * libga68/ga68-unistr.c: Likewise. * libga68/ga68.h: Likewise. * libga68/libga68.c: Likewise. * libga68/libga68.spec.in: Likewise.
12 lines
300 B
RPMSpec
12 lines
300 B
RPMSpec
#
|
|
# This spec file is read by ga68 when linking.
|
|
# It is used to specify the libraries we need to link in, in the right
|
|
# order.
|
|
#
|
|
|
|
%rename link linkorig_ga68_renamed
|
|
*link: %(linkorig_ga68_renamed)
|
|
|
|
%rename lib liborig_ga68_renamed
|
|
*lib: %{noga68lib: ; :@SPEC_LIBGA68_DEPS@} %(liborig_ga68_renamed)
|