Minor changes to make linux-solo build again
This commit is contained in:
@@ -14,9 +14,6 @@ CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math
|
||||
|
||||
CXXFLAGS = $(DEFINES) -Wall -O3 -ansi -pedantic -fPIC
|
||||
|
||||
|
||||
ASM_SOURCES = $(X86_SOURCES)
|
||||
|
||||
# Library/program dependencies
|
||||
DRI_LIB_DEPS = -lm -lpthread -lexpat -ldl
|
||||
GL_LIB_DEPS = -lm -lpthread -ldl
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
#ifndef MMIO_H
|
||||
#define MMIO_H
|
||||
|
||||
#include "glheader.h"
|
||||
|
||||
#if defined( __powerpc__ )
|
||||
|
||||
static __inline__ u_int32_t
|
||||
|
||||
Reference in New Issue
Block a user