Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37847831
en ru br
Репозитории ALT
S:2022.05.12-alt1
www.altlinux.org/Changes

Группа :: Разработка/C
Пакет: qbe

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name:       qbe
# git log -1 --format='%as' | tr - .  
Version:    2022.05.12
Release:    alt1
Group:      Development/C
# git clone git://c9x.me/qbe.git
# cd qbe; git archive --prefix=qbe-`git log -1 --format='%as' | tr - .`/ --output=../RPM/SOURCES/qbe-`git log -1 --format='%as' | tr - .`.tar HEAD
Source:     %name-%version.tar
License:    BSD

Summary:    C Compiler Backend
URL:        https://c9x.me/compile/
# TODO armh (buggy as for 2021.07.06)
ExclusiveArch: x86_64 aarch64

%description
QBE aims to be a pure C embeddable backend that provides 70% of the
performance of advanced compilers in 10% of the code. Its small size
serves both its aspirations of correctness and our ability to
understand, fix, and improve it. It also serves its users by providing
trivial integration and great flexibility.

%prep
%setup

%build
make
make -C minic clean minic

%install
install -D obj/%name %buildroot%_bindir/%name
install -D minic/minic %buildroot%_bindir/%name-minic

%files
%doc doc README*
%_bindir/*

%check
make check

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin