unxfbsd.mk (e15a4534) unxfbsd.mk (7a46fbe4)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 32 unchanged lines hidden (view full) ---

41.INCLUDE : unxfbsdp.mk
42.ENDIF
43.IF "$(CPUNAME)" == "POWERPC"
44.INCLUDE : unxfbsdppc.mk
45.ENDIF
46.IF "$(CPUNAME)" == "POWERPC64"
47.INCLUDE : unxfbsdppc64.mk
48.ENDIF
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 32 unchanged lines hidden (view full) ---

41.INCLUDE : unxfbsdp.mk
42.ENDIF
43.IF "$(CPUNAME)" == "POWERPC"
44.INCLUDE : unxfbsdppc.mk
45.ENDIF
46.IF "$(CPUNAME)" == "POWERPC64"
47.INCLUDE : unxfbsdppc64.mk
48.ENDIF
49.IF "$(CPUNAME)" == "ARM"
50.INCLUDE : unxfbsdr.mk
51.ENDIF
49
50# filter for suppressing verbose messages from linker
51#not needed at the moment
52#LINKOUTPUT_FILTER=" |& $(SOLARENV)/bin/msg_filter"
53
54# _PTHREADS is needed for the stl
55CDEFS+=$(PTHREAD_CFLAGS) -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450
56.IF "$(COM)"=="CLANG"

--- 208 unchanged lines hidden ---
52
53# filter for suppressing verbose messages from linker
54#not needed at the moment
55#LINKOUTPUT_FILTER=" |& $(SOLARENV)/bin/msg_filter"
56
57# _PTHREADS is needed for the stl
58CDEFS+=$(PTHREAD_CFLAGS) -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450
59.IF "$(COM)"=="CLANG"

--- 208 unchanged lines hidden ---