mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fri6gc needs the same flags as fri3gc in order to compile mpseventsql.
Copied from Perforce Change: 182624 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
7c1792ce75
commit
96b001376d
2 changed files with 17 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# fri3gc.gmk: BUILD FOR FreeBSD/i386/GCC PLATFORM
|
||||
#
|
||||
# $Id$
|
||||
# Copyright (c) 2001 Ravenbrook Limited. See end of file for license.
|
||||
# Copyright (c) 2001-2013 Ravenbrook Limited. See end of file for license.
|
||||
|
||||
PFM = fri3gc
|
||||
|
||||
|
|
@ -11,13 +11,16 @@ MPMPF = lockix.c thix.c pthrdext.c vmix.c \
|
|||
protix.c protsgix.c prmcan.c prmci3fr.c ssixi3.c span.c
|
||||
|
||||
LIBS = -lm -pthread
|
||||
LINKFLAGS = -L/usr/local/lib
|
||||
|
||||
include gc.gmk
|
||||
|
||||
# FIXME: We pun types through the MPS interface, setting off this warning.
|
||||
# Can we avoid this? The puns might indeed be dangerous.
|
||||
CFLAGSCOMPILER := $(CFLAGSCOMPILER) -Wno-strict-aliasing -I/usr/local/include
|
||||
CFLAGSCOMPILER += -Wno-strict-aliasing
|
||||
|
||||
# For SQLite3.
|
||||
LINKFLAGS += -L/usr/local/lib
|
||||
CFLAGSCOMPILER += -I/usr/local/include
|
||||
|
||||
CC = cc
|
||||
|
||||
|
|
@ -26,7 +29,7 @@ include comm.gmk
|
|||
|
||||
# C. COPYRIGHT AND LICENSE
|
||||
#
|
||||
# Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>.
|
||||
# Copyright (C) 2001-2013 Ravenbrook Limited <http://www.ravenbrook.com/>.
|
||||
# All rights reserved. This is an open source license. Contact
|
||||
# Ravenbrook for commercial licensing options.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# -*- makefile -*-
|
||||
#
|
||||
# fri6gc.gmk: BUILD FOR FreeBSD/amd64/GCC PLATFORM
|
||||
# fri6gc.gmk: BUILD FOR FreeBSD/x86-64/GCC PLATFORM
|
||||
#
|
||||
# $Id$
|
||||
# Copyright (c) 2001 Ravenbrook Limited. See end of file for license.
|
||||
# Copyright (c) 2001-2013 Ravenbrook Limited. See end of file for license.
|
||||
|
||||
PFM = fri6gc
|
||||
|
||||
|
|
@ -14,7 +14,13 @@ LIBS = -lm -pthread
|
|||
|
||||
include gc.gmk
|
||||
|
||||
CFLAGSCOMPILER := $(CFLAGSCOMPILER) -Wno-strict-aliasing
|
||||
# FIXME: We pun types through the MPS interface, setting off this warning.
|
||||
# Can we avoid this? The puns might indeed be dangerous.
|
||||
CFLAGSCOMPILER += -Wno-strict-aliasing
|
||||
|
||||
# For SQLite3.
|
||||
LINKFLAGS += -L/usr/local/lib
|
||||
CFLAGSCOMPILER += -I/usr/local/include
|
||||
|
||||
CC = cc
|
||||
|
||||
|
|
@ -23,7 +29,7 @@ include comm.gmk
|
|||
|
||||
# C. COPYRIGHT AND LICENSE
|
||||
#
|
||||
# Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>.
|
||||
# Copyright (C) 2001-2013 Ravenbrook Limited <http://www.ravenbrook.com/>.
|
||||
# All rights reserved. This is an open source license. Contact
|
||||
# Ravenbrook for commercial licensing options.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue