Commit c2b20c62 authored by David S. Miller's avatar David S. Miller

[SPARC]: Fix emul paths to be root relative.

parent c1183b09
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
#ifndef __SPARC_NAMEI_H #ifndef __SPARC_NAMEI_H
#define __SPARC_NAMEI_H #define __SPARC_NAMEI_H
#define SPARC_BSD_EMUL "usr/gnemul/sunos/" #define SPARC_BSD_EMUL "/usr/gnemul/sunos/"
#define SPARC_SOL_EMUL "usr/gnemul/solaris/" #define SPARC_SOL_EMUL "/usr/gnemul/solaris/"
static inline char * __emul_prefix(void) static inline char * __emul_prefix(void)
{ {
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
#ifndef __SPARC64_NAMEI_H #ifndef __SPARC64_NAMEI_H
#define __SPARC64_NAMEI_H #define __SPARC64_NAMEI_H
#define SPARC_BSD_EMUL "usr/gnemul/sunos/" #define SPARC_BSD_EMUL "/usr/gnemul/sunos/"
#define SPARC_SOL_EMUL "usr/gnemul/solaris/" #define SPARC_SOL_EMUL "/usr/gnemul/solaris/"
static inline char * __emul_prefix(void) static inline char * __emul_prefix(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment