unx.mk (de2c434c) | unx.mk (941ddfd7) |
---|---|
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 --- 81 unchanged lines hidden (view full) --- 90.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUXPPOWERPC" 91.INCLUDE : unxlngppc.mk 92.ENDIF 93 94.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUXPPOWERPC64" 95.INCLUDE : unxlngppc64.mk 96.ENDIF 97 | 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 --- 81 unchanged lines hidden (view full) --- 90.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUXPPOWERPC" 91.INCLUDE : unxlngppc.mk 92.ENDIF 93 94.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUXPPOWERPC64" 95.INCLUDE : unxlngppc64.mk 96.ENDIF 97 |
98.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCFREEBSDPPOWERPC64" 99.INCLUDE : unxfbsdp.mk 100.ENDIF 101 |
|
98.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUX3S390" 99.INCLUDE : unxlngs390.mk 100.ENDIF 101 102.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUX3S390X" 103.INCLUDE : unxlngs390x.mk 104.ENDIF 105 --- 107 unchanged lines hidden --- | 102.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUX3S390" 103.INCLUDE : unxlngs390.mk 104.ENDIF 105 106.IF "$(COM)$(OS)$(CPU)$(CPUNAME)" == "GCCLINUX3S390X" 107.INCLUDE : unxlngs390x.mk 108.ENDIF 109 --- 107 unchanged lines hidden --- |