summaryrefslogtreecommitdiff
path: root/pcr/gcc-gcj
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-07 19:05:18 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-07 19:05:18 -0200
commitbe608b5fc736ea2249b1224f2f6999cb76ca5059 (patch)
treecdd4096c9d9df39a981329a693253372f25685b6 /pcr/gcc-gcj
parentbd61a8ca05d3a1a81f100d9e2588084dd080f2fd (diff)
remove some Arch Linux
Diffstat (limited to 'pcr/gcc-gcj')
-rw-r--r--pcr/gcc-gcj/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/gcc-gcj/PKGBUILD b/pcr/gcc-gcj/PKGBUILD
index aed422a43..cefb1ccc1 100644
--- a/pcr/gcc-gcj/PKGBUILD
+++ b/pcr/gcc-gcj/PKGBUILD
@@ -28,10 +28,10 @@ build() {
# Do not run fixincludes
sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
- # Arch Linux installs x86_64 libraries /lib
+ # Installs x86_64 libraries /lib
[[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
- # Arch uses python version 3 as default python
+ # Uses python version 3 as default python
sed -i '1s+python+python2+' libjava/contrib/aot-compile.in
echo ${pkgver} > gcc/BASE-VER