[rumpkernel/rumprun] 680e41: genfs: pass data files to gcc via symbolic link

  • From: GitHub <noreply@xxxxxxxxxx>
  • To: rumpkernel-builds@xxxxxxxxxxxxx
  • Date: Mon, 08 Feb 2016 06:27:06 -0800

  Branch: refs/heads/master
  Home:   https://github.com/rumpkernel/rumprun
  Commit: 680e41fcb06e686e4b94d405853454edcaad2c5d
      
https://github.com/rumpkernel/rumprun/commit/680e41fcb06e686e4b94d405853454edcaad2c5d
  Author: Antti Kantee <pooka@xxxxxx>
  Date:   2016-02-08 (Mon, 08 Feb 2016)

  Changed paths:
    M app-tools/genfs.in

  Log Message:
  -----------
  genfs: pass data files to gcc via symbolic link

The filenames are interpreted by gcc, both in if gcc should
compile the files (which we don't want it, since they're data)
and also as how to transform the filename to the symbol name.
Using a known-good filename (the symlink) takes care of both issues.

problems were reported by @davedoesdev


Other related posts:

  • » [rumpkernel/rumprun] 680e41: genfs: pass data files to gcc via symbolic link - GitHub