summaryrefslogtreecommitdiff
path: root/pcr/gcc-gcj
diff options
context:
space:
mode:
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