platform.mk (40286176) platform.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

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

29 EXTENSION_PLATFORM=freebsd_x86
30else
31 ifeq "$(UNOPKG_PLATFORM)" "FreeBSD_x86_64"
32 EXTENSION_PLATFORM=freebsd_x86_64
33 else
34 ifeq "$(UNOPKG_PLATFORM)" "Linux_PowerPC"
35 EXTENSION_PLATFORM=linux_powerpc
36 else
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

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

29 EXTENSION_PLATFORM=freebsd_x86
30else
31 ifeq "$(UNOPKG_PLATFORM)" "FreeBSD_x86_64"
32 EXTENSION_PLATFORM=freebsd_x86_64
33 else
34 ifeq "$(UNOPKG_PLATFORM)" "Linux_PowerPC"
35 EXTENSION_PLATFORM=linux_powerpc
36 else
37 ifeq "$(UNOPKG_PLATFORM)" "FreeBSD_PowerPC64"
38 EXTENSION_PLATFORM=freebsd_powerpc64
39 else
37 ifeq "$(UNOPKG_PLATFORM)" "Linux_x86"
38 EXTENSION_PLATFORM=linux_x86
39 else
40 ifeq "$(UNOPKG_PLATFORM)" "Linux_x86_64"
41 EXTENSION_PLATFORM=linux_x86_64
42 else
43 ifeq "$(UNOPKG_PLATFORM)" "MacOSX_PowerPC"
44 EXTENSION_PLATFORM=macosx_powerpc

--- 26 unchanged lines hidden ---
40 ifeq "$(UNOPKG_PLATFORM)" "Linux_x86"
41 EXTENSION_PLATFORM=linux_x86
42 else
43 ifeq "$(UNOPKG_PLATFORM)" "Linux_x86_64"
44 EXTENSION_PLATFORM=linux_x86_64
45 else
46 ifeq "$(UNOPKG_PLATFORM)" "MacOSX_PowerPC"
47 EXTENSION_PLATFORM=macosx_powerpc

--- 26 unchanged lines hidden ---