diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-05 07:45:37 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-05 07:45:37 +0400 |
commit | cc9db92fc612dcd596d59f9ff32fc79b806005e7 (patch) | |
tree | ae56a7b1cf641054dd7612e06fd25fd1e5173f54 /binutils/Makefile | |
parent | 8ce8d223a716e16cd3ffd3aaa04d4dee7d35d4dd (diff) | |
download | cibs-pkgs-cc9db92fc612dcd596d59f9ff32fc79b806005e7.tar.gz |
Binutils should be 32-bit, because ... $@%#$%$^
Diffstat (limited to 'binutils/Makefile')
-rw-r--r-- | binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile b/binutils/Makefile index a4d2129..4a60ff1 100644 --- a/binutils/Makefile +++ b/binutils/Makefile @@ -2,7 +2,7 @@ include /usr/share/cibs/rules/ips.mk include /usr/share/cibs/rules/patch.mk include /usr/share/cibs/rules/archive.mk include /usr/share/cibs/rules/autotools.mk -include /usr/share/cibs/rules/64.mk +include /usr/share/cibs/rules/32.mk summary := GNU collection of binary tools, including the GNU linker and the GNU assembler license := GPL v3+ |