Re: [RFC PATCH 3/6] kbuild: convert include and source paths

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Peter Oberparleiter
Date: Tuesday, May 6, 2008 - 10:28 am

Andrew Morton wrote:


This patch should convert

	gcc -Idir1 -c a.c -o a.o

to

	gcc -I/path/to/dir1 -c /path/to/a.c -o a.o

As a standalone change this has no visible effect, but when gcc option
-fprofile-arcs is specified (as done in patch 5), the resulting object
files should only contain absolute paths.


Regards,
  Peter
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC PATCH 3/6] kbuild: convert include and source paths, Peter Oberparleiter, (Mon May 5, 8:24 am)
Re: [RFC PATCH 3/6] kbuild: convert include and source paths, Peter Oberparleiter, (Tue May 6, 10:03 am)
Re: [RFC PATCH 3/6] kbuild: convert include and source paths, Peter Oberparleiter, (Tue May 6, 10:28 am)