gcc: bumprev for ppl ABI change, misc fixes:

- Added c[89]9 wrappers and manpages from NetBSD.
- Do not run fixincludes.
- Remove python stuff that only gets installed when python is found.
This commit is contained in:
Juan RP
2010-10-28 00:44:07 +02:00
parent 335ec3ebfd
commit 0d002ffbe7
10 changed files with 197 additions and 3 deletions

2
srcpkgs/gcc/files/c99.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
exec /usr/bin/cc -std=c99 "$@"