unxfbsd.mk (c25219e0) | unxfbsd.mk (e15a4534) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32 33# Include arch specific makefile. 34.IF "$(CPUNAME)" == "INTEL" 35.INCLUDE : unxfbsdi.mk 36.ENDIF 37.IF "$(CPUNAME)" == "X86_64" 38.INCLUDE : unxfbsdx.mk 39.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 --- 23 unchanged lines hidden (view full) --- 32 33# Include arch specific makefile. 34.IF "$(CPUNAME)" == "INTEL" 35.INCLUDE : unxfbsdi.mk 36.ENDIF 37.IF "$(CPUNAME)" == "X86_64" 38.INCLUDE : unxfbsdx.mk 39.ENDIF |
40.IF "$(CPUNAME)" == "POWERPC64" 41.INCLUDE : unxfbsdp.mk 42.ENDIF |
|
40.IF "$(CPUNAME)" == "POWERPC" 41.INCLUDE : unxfbsdppc.mk 42.ENDIF 43.IF "$(CPUNAME)" == "POWERPC64" 44.INCLUDE : unxfbsdppc64.mk 45.ENDIF 46 47# filter for suppressing verbose messages from linker --- 214 unchanged lines hidden --- | 43.IF "$(CPUNAME)" == "POWERPC" 44.INCLUDE : unxfbsdppc.mk 45.ENDIF 46.IF "$(CPUNAME)" == "POWERPC64" 47.INCLUDE : unxfbsdppc64.mk 48.ENDIF 49 50# filter for suppressing verbose messages from linker --- 214 unchanged lines hidden --- |