NetBSD needs underscores (at least in a.out mode. i need to try out elf.)
git-svn-id: svn://10.0.0.236/trunk@54509 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -55,7 +55,9 @@ endif
|
||||
|
||||
OS_REL_CFLAGS = -mno-486 -Di386
|
||||
|
||||
OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -DNETBSD -ansi -Wall -pipe -DHAVE_STRERROR -DHAVE_BSD_FLOCK
|
||||
OS_CFLAGS = -DGLOBALS_NEED_UNDERSCORE
|
||||
|
||||
OS_CFLAGS += $(DSO_CFLAGS) $(OS_REL_CFLAGS) -DNETBSD -ansi -Wall -pipe -DHAVE_STRERROR -DHAVE_BSD_FLOCK
|
||||
OS_CXXFLAGS = $(OS_CFLAGS)
|
||||
OS_ASFLAGS = -DNETBSD
|
||||
OS_LDFLAGS =
|
||||
|
||||
Reference in New Issue
Block a user