Subject: mk/compiler.mk
To: None <tech-pkg@NetBSD.org>
From: John R. Shannon <john@johnrshannon.com>
List: tech-pkg
Date: 12/04/2003 06:46:19
=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm noticing several things in compiler.mk that appear wrong:
1. lines 133-134 - Should the order be reversed reversed?
_GCC_ARCHDIR=3D ${_GCC_PREFIX}${_GCC_ARCHSUBDIR}
_GCC_PREFIX=3D ${LOCALBASE}/${_GCC_SUBPREFIX}
2. lines 176-177, same thing
3. lines 49,233 ${CC} -V
cc -V
cc: `-V' option must have argument
with gcc 3.3.2
4. If I specify USE_GCC3 in a package including compiler.mk:
Malformed conditional (defined(USE_GCC3) && empty(_PKGSRC_DEPS:Mgcc-3*))
5. line 248:=20
Malformed conditional (${OPSYS} =3D=3D "SunOS" && defined(_CC_IS_GCC))
line 248: Missing dependency operator
=2D --=20
John R. Shannon
john@johnrshannon.com
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (NetBSD)
iEYEARECAAYFAj/POqsACgkQOKbCxya4HYshTwCfSNu5LAnMcxEfNdRwHUgioRe7
jzsAnR55LDfzULMLV9D9LzK4viLSon+5
=3DN/yo
=2D----END PGP SIGNATURE-----