Add the -iremap option to gcc(1) and cpp(1). This option specifies a
commit0fa30ce6d8d31176cec6aafcfeb245184983218f
authorJoerg Sonnenberger <joerg@NetBSD.org>
Wed, 11 Nov 2009 19:03:53 +0000 (11 19:03 +0000)
committerJoerg Sonnenberger <joerg@NetBSD.org>
Wed, 11 Nov 2009 19:03:53 +0000 (11 19:03 +0000)
tree7c9e82432423677945f1f7e469c36066e86ba790
parent2af25034e5606c7fb20027eb2c7ce170bf34114a
Add the -iremap option to gcc(1) and cpp(1).  This option specifies a
prefix transformation rule for __FILE__ and can be used to avoid
hard-coding the location of the source tree in the resulting binary.
gnu/dist/gcc4/gcc/c-opts.c
gnu/dist/gcc4/gcc/c.opt
gnu/dist/gcc4/gcc/doc/cpp.texi
gnu/dist/gcc4/gcc/doc/cppopts.texi
gnu/dist/gcc4/gcc/doc/invoke.texi
gnu/dist/gcc4/gcc/gcc.h
gnu/dist/gcc4/libcpp/include/cpplib.h
gnu/dist/gcc4/libcpp/macro.c
gnu/usr.bin/gcc4/cpp/cpp.1
gnu/usr.bin/gcc4/gcc/gcc.1